aboutsummaryrefslogtreecommitdiff
path: root/helpful.el
AgeCommit message (Expand)Author
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
2020-05-04Add "natively compiled" info to summaryxeals
2020-05-04Check callables aren't native-compiled before calling them primitivexeals
2020-01-11Add support for CL generic methodsDamien Cassou
2020-01-01Improve link creation from Info manual referencesDaniel Martín
2019-10-01Handle byte-compiled functions bound to keysWilfred Hughes
2019-10-01Adding TODOWilfred Hughes
2019-08-14Ensure ? in symbols isn't needlessly escapedWilfred Hughes
2019-08-14Use "and" in summariesWilfred Hughes
2019-08-07Fix helpful--convert-c-name callsNick Drozd
2019-07-24Remove another used functionWilfred Hughes
2019-07-24Remove unused functionWilfred Hughes
2019-07-24Report package/emacs version for custom variablesWilfred Hughes
2019-07-11Show the original value for defcustom variablesWilfred Hughes
2019-07-11Roll versionWilfred Hughes
2019-07-11Add bookmark support0.17Wilfred Hughes
2019-06-22Show if a function is compiledErik Arvstedt
2019-06-20Relax minimum Emacs versionWilfred Hughes
2019-05-28Do not require shut-up packageJonas Bernoulli
2019-05-16Disable major mode change hooks when finding definitionsWilfred Hughes
2019-04-07Prefer displaying string values as literalsWilfred Hughes
2019-04-07Don't show the Source Code heading if we don't have any sourceWilfred Hughes
2019-04-07Render keyboard maros in keymap pretty viewWilfred Hughes
2019-03-16Ensure backslashes in string literals are escapedWilfred Hughes
2019-03-16Unused variableWilfred Hughes
2019-03-16Don't interpret "`foo'" as a symbol referenceWilfred Hughes
2019-03-16Don't interpret command references inside doublequoted stringsWilfred Hughes
2019-03-13Consider after-change-functions to be a hookWilfred Hughes
2019-03-09Fix type error for unbound symbolsNick Drozd
2019-03-03Fix docstring rendering when keymap references have their own lineWilfred Hughes
2019-03-03Roll versionWilfred Hughes
2019-03-03Always autoload callables if they aren't loaded0.16Wilfred Hughes
2019-03-03Set comment-start inside helpful buffersWilfred Hughes