aboutsummaryrefslogtreecommitdiff
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-07Test CI on Emacs 29Wilfred Hughes
2023-10-07Repair helpful--display-implementations test for emacs 29.1aagon
2023-10-07Look for "function" or "variable" text in doc comments case-insensitivelyWilfred Hughes
2023-10-07Remove broken tokei LOC badgeWilfred 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-30Update changelog for 0.210.21Wilfred 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
2023-02-27`C-h x` for commands (standard binding)Hraban Luyat
2022-12-09Use help-key-binding as face for keystrokesNacho Barrientos
2022-12-01Update changelog0.20Wilfred Hughes
2022-12-01Add support for following and storing org "help" linksDamien Cassou
2022-12-01Test again Emacs 28 and drop CI for 25/26Wilfred Hughes
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-28Check for emacs version in helpful--docstring testErik Šabič
2022-05-28Fix advised function docstring testErik Šabič
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-10Fix warnings on unused vars in test suiteWilfred Hughes
2021-12-10Use well-formed interactive lambdas to silence a warningWilfred 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-19Merge pull request #266 from nbfalcon/bugfix/keyboard-macro-space-dotWilfred Hughes