diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2021-02-22 22:34:03 +0100 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2021-02-22 22:34:22 +0100 |
commit | 77e194971c5370856a63cf02397d79f85d6b342b (patch) | |
tree | 177d9a7ca18e9c9593c7515785efab1efbebaba1 /lisp/help-fns.el | |
parent | abd8c9b4d71651b00552d3d5dea119f22adf3874 (diff) | |
download | emacs-77e194971c5370856a63cf02397d79f85d6b342b.tar.gz emacs-77e194971c5370856a63cf02397d79f85d6b342b.tar.bz2 emacs-77e194971c5370856a63cf02397d79f85d6b342b.zip |
Buttonize function values in help (and add a blank line)
* lisp/help-fns.el (describe-variable): Add a newline for better
readability (bug#46702). This also has the side effect of
buttonizing `function-references-like-this' in the "Its value is"
part.
* lisp/help-mode.el (help-make-xrefs): Adjust comments.
Diffstat (limited to 'lisp/help-fns.el')
-rw-r--r-- | lisp/help-fns.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/help-fns.el b/lisp/help-fns.el index ceb6bc09015..72446950948 100644 --- a/lisp/help-fns.el +++ b/lisp/help-fns.el @@ -1026,7 +1026,7 @@ it is displayed along with the global value." (princ (if file-name (progn (princ (format-message - " is a variable defined in `%s'.\n" + " is a variable defined in `%s'.\n\n" (if (eq file-name 'C-source) "C source code" (help-fns-short-filename file-name)))) |