emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 77e1949: Buttonize function values in help (and add a blank line)


From: Lars Ingebrigtsen
Subject: master 77e1949: Buttonize function values in help (and add a blank line)
Date: Mon, 22 Feb 2021 16:34:27 -0500 (EST)

branch: master
commit 77e194971c5370856a63cf02397d79f85d6b342b
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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.
---
 lisp/help-fns.el  | 2 +-
 lisp/help-mode.el | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/lisp/help-fns.el b/lisp/help-fns.el
index ceb6bc0..7244695 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))))
diff --git a/lisp/help-mode.el b/lisp/help-mode.el
index 30a1ce0..6fd3d40 100644
--- a/lisp/help-mode.el
+++ b/lisp/help-mode.el
@@ -476,8 +476,7 @@ that."
   (with-current-buffer (or buffer (current-buffer))
     (save-excursion
       (goto-char (point-min))
-      ;; Skip the header-type info, though it might be useful to parse
-      ;; it at some stage (e.g. "function in `library'").
+      ;; Skip the first bit, which has already been buttonized.
       (forward-paragraph)
       (let ((old-modified (buffer-modified-p)))
         (let ((stab (syntax-table))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]