index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
help-fns.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add new face 'help-key-binding' for keybindings in help
Stefan Kangas
2021-03-08
1
-8
/
+13
*
Restrict the version guesser to top-level headings
Stephen Berman
2021-03-05
1
-1
/
+1
*
Remove the "Documentation:" line from the variable help
Lars Ingebrigtsen
2021-02-24
1
-1
/
+0
*
Buttonize function values in help (and add a blank line)
Lars Ingebrigtsen
2021-02-22
1
-1
/
+1
*
Fix problem with the newly introduces `minor-modes' variable
Lars Ingebrigtsen
2021-02-14
1
-7
/
+7
*
Make `C-h m' list unbound commands applicable for the mode
Lars Ingebrigtsen
2021-02-14
1
-1
/
+22
*
Don't ask the user to make a bug report on missing arglists
Lars Ingebrigtsen
2021-02-04
1
-2
/
+2
*
* lisp/help-fns.el: Move defvar keymap-name-history closer to where it's used.
Juri Linkov
2021-01-19
1
-3
/
+3
*
Define keymap-name-history
James N. V. Cash
2021-01-19
1
-0
/
+3
*
Minor shortdoc link improvements
Daniel Martín
2021-01-10
1
-1
/
+3
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Follow good regexp practice
Mattias Engdegård
2020-12-18
1
-1
/
+1
*
Prefer setq-local in most files
Stefan Kangas
2020-12-09
1
-2
/
+1
*
Add 'completions-detailed' to add prefix/suffix with 'affixation-function'
Juri Linkov
2020-11-25
1
-10
/
+41
*
; * lisp/help-fns.el (help-fns-describe-function-functions): Fix typo.
Stefan Kangas
2020-10-11
1
-1
/
+1
*
Improve documentation of shortdoc features
Eli Zaretskii
2020-10-11
1
-2
/
+2
*
Add support for displaying short documentation for function groups
Lars Ingebrigtsen
2020-10-11
1
-0
/
+33
*
* lisp/help-fns.el (help-fns--first-release): Use etc/NEWS as well
Stefan Monnier
2020-09-24
1
-1
/
+1
*
Revert "Use format-prompt in read-file-name calls that have a default"
Lars Ingebrigtsen
2020-09-13
1
-6
/
+4
*
Use format-prompt in read-file-name calls that have a default
Lars Ingebrigtsen
2020-09-07
1
-4
/
+6
*
Use `format-prompt' when prompting with default values
Lars Ingebrigtsen
2020-09-06
1
-9
/
+4
*
Make format-prompt interpret a nil default value as "no default"
Lars Ingebrigtsen
2020-08-30
1
-3
/
+1
*
Use format-prompt a couple of places
Lars Ingebrigtsen
2020-08-26
1
-1
/
+1
*
Only search for a variable when instructed
Alexander Gramiak
2020-08-11
1
-0
/
+1
*
Add new commands to describe buttons and widgets
Mauro Aranda
2020-08-07
1
-0
/
+44
*
Fix some side-effecting uses of make-text-button
Basil L. Contovounesios
2020-06-04
1
-2
/
+1
*
Try and improve the *Help* layout for things like `diff-refine`.
Stefan Monnier
2020-05-05
1
-4
/
+4
*
Merge from origin/emacs-27
Glenn Morris
2020-04-15
1
-1
/
+1
|
\
|
*
Fix edge case errors in filename-matching regexps
Mattias Engdegård
2020-04-14
1
-1
/
+1
*
|
Fix handling of empty input in describe-variable and describe-symbol
Juri Linkov
2020-03-06
1
-2
/
+2
*
|
Merge from origin/emacs-27
Glenn Morris
2020-03-04
1
-0
/
+2
|
\
|
|
*
Fix describe-variable on values with circular syntax (Bug#39805)
Noam Postavsky
2020-03-03
1
-0
/
+2
*
|
Use help-fns-short-filename in other describe- commands
Štěpán Němec
2020-03-03
1
-4
/
+112
*
|
Provide default for describe-keymap prompt
Stefan Kangas
2020-02-04
1
-6
/
+44
*
|
Add new help command describe-keymap
Stefan Kangas
2020-02-04
1
-0
/
+59
|
/
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Make some anonymous faces extend to EOL
Eli Zaretskii
2019-11-27
1
-1
/
+2
*
* lisp/help-fns.el (describe-variable): Add quotes to symbol value of origval.
Juri Linkov
2019-11-03
1
-1
/
+5
*
Added face parameter :extend.
Jimmy Aguilar Mena
2019-10-14
1
-0
/
+1
*
(help-fns--var-aliases): Fix compilation warning in previous patch.
Lars Ingebrigtsen
2019-10-14
1
-1
/
+1
*
Make `C-h v' list all aliases a variable has
Lars Ingebrigtsen
2019-10-14
1
-0
/
+24
*
Add more sanity checks to help-fns--globalized-minor-mode
Lars Ingebrigtsen
2019-10-09
1
-1
/
+2
*
Make the help page mention the customizeable global mode variable
Lars Ingebrigtsen
2019-10-01
1
-18
/
+26
*
* lisp/help-fns.el: Fix missing dependency
Stefan Monnier
2019-09-22
1
-0
/
+1
*
Move describe-face to the new help-fns machinery
Lars Ingebrigtsen
2019-09-21
1
-0
/
+132
*
Make `describe-function' say that disabled functions are disabled
Lars Ingebrigtsen
2019-08-17
1
-0
/
+6
*
Rename variables and functions with "auto-load" in their names
Lars Ingebrigtsen
2019-08-15
1
-4
/
+8
*
Make describe-face also output the version information
Lars Ingebrigtsen
2019-07-14
1
-5
/
+6
*
Revert "Make describe-face also output the version information"
Lars Ingebrigtsen
2019-07-14
1
-6
/
+5
*
Make describe-face also output the version information
Lars Ingebrigtsen
2019-07-14
1
-5
/
+6
[next]