aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-06Merge pull request #240 from xeals/masterWilfred Hughes
2020-05-04Add "natively compiled" info to summaryxeals
2020-05-04Check callables aren't native-compiled before calling them primitivexeals
2020-02-02Disable test that fails when we byte-compileWilfred Hughes
2020-01-11Add support for CL generic methodsDamien Cassou
2020-01-01Improve link creation from Info manual referencesDaniel Martín
2019-11-27Fix typosDamien Cassou
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-08-07Use trusty to fix Emacs 26.xWilfred Hughes
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-07-10Show how to configure Helpful with counselWilfred Hughes
2019-06-22Test in Emacs 26.2, and test both before and after compilationWilfred 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
2019-02-28Handle C-style names in helpful-symbolNick Drozd
2019-02-28Replace tabs with spacesWilfred Hughes
2019-02-28Remove all advice before determining source of functionCeleritasCelery
2019-02-27Bump copyright yearWilfred Hughes
2019-02-27Better source detection for functions defined by macrosWilfred Hughes
2019-02-16Smarter buffer prompt when inspecting buffer-local valuesWilfred Hughes
2019-02-16Fix viewing the value of inhibit-read-onlyWilfred Hughes
2019-02-03If there are no primitives, don't show that headerWilfred Hughes