aboutsummaryrefslogtreecommitdiff
path: root/helpful.el
AgeCommit message (Expand)Author
2025-02-20fix: Improve variable setting logic in helpful.elStrawberryTea
2025-01-31handle `package-version` safely to prevent `listp` errorSau P
2024-06-13Fix scan-sexps error for C-defined variablesStrawberryTea
2024-06-07Fix wrong-type-argument error in helpful-keymmarshall540
2023-10-27Use setopt for "set" button if availableStrawberryTea
2023-10-07Look for "function" or "variable" text in doc comments case-insensitivelyWilfred Hughes
2023-09-11fix nil pos when building button for varsJimmy Yuen Ho Wong
2023-08-08Enable outline-support for Emacs 29Rahguzar
2023-08-08Mark customizable variables (user options) in the summary lineKisaragi Hiu
2023-08-08Support describing faces using `helpful-symbol`.yuhan0
2023-08-08Improve user-friendliness of disambiguation promptyuhan0
2023-07-30Roll version for 0.22Wilfred Hughes
2023-07-300.20 has been released, roll versionWilfred Hughes
2023-05-04helpful--heading: propertize newline as well, enabling `:extend t`Mekeor Melire
2023-04-18suppress some compiler warningsLucius Hu
2023-03-22Remap `revert-buffer` and `revert-buffer-quick` to `helpful-update`.okamsn
2022-12-09Use help-key-binding as face for keystrokesNacho Barrientos
2022-12-01Add support for following and storing org "help" linksDamien Cassou
2022-11-08Remove use of (point) as a generalized variableksqsf
2022-10-23Mark symbol in "the command <symbol>" as callableKisaragi Hiu
2022-09-25Ignore comments when narrowing to defunWilfred Hughes
2022-09-18Don't activate a major mode in throwaway buffersWilfred Hughes
2022-09-18Remove unused variableWilfred Hughes
2022-09-18Preserve point when finding variables defined in an open bufferWilfred Hughes
2022-09-18Factor out a helper for opening buffers if neededWilfred Hughes
2022-08-29Assign `list-buffers-directory` to help topicDaniel Nagy
2022-08-29Unescape \= in signature docstringNikita Bloshchanevich
2022-07-04Fix advised native-compiled function being treated as primitivesKisaragi Hiu
2022-05-12Roll versionWilfred Hughes
2022-04-11Add buttons for shortdoc groups when shortdoc.el is availableKisaragi Hiu
2022-02-20Fix `helpful--autoloaded-p` in Emacs 29.0.50 (#283)AdriĆ  Garriga-Alonso
2021-12-26Update buffers before switching to them.Roshan Shariff
2021-12-10Use lexical-binding in tests and fix crash exposed0.19Wilfred Hughes
2021-12-10Don't offer 'find all references' for anonymous lambdasWilfred Hughes
2021-12-10Fix crash on lambdas with docstringsWilfred Hughes
2021-12-10Rewrite helpful--tree-any-p as a loopWilfred Hughes
2021-10-20Change "compiled" to "byte-compiled"Daniel Nagy
2021-03-19Prevent error in helpful-variable if sexp at point can't be readDario Gjorgjevski
2021-03-14Keyboard macros: fix space before "."Nikita Bloshchanevich
2021-03-06Tweak UI wordingWilfred Hughes
2021-03-06Capitalise package description to match emacs conventionWilfred Hughes
2021-02-17Remove dash-function as dependency:JenChieh
2021-02-12Fix helpful--pretty-print on circular structuresIan Wahbe
2020-10-11Fix hang on autoload functions with adviceWilfred Hughes
2020-10-11Correct docstring on predicate helperWilfred Hughes
2020-09-30Roll versionWilfred Hughes
2020-09-30Choose the default symbol more intelligently0.18Wilfred Hughes
2020-09-30Cross-reference the different functions for callablesWilfred Hughes
2020-09-22Detect docstring symbol references that are unambiguousWilfred Hughes
2020-09-17Fix docstring extraction in Emacs 27Wilfred Hughes