emacs-diffs
[Top][All Lists]
Advanced

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

master b0b4609: Remove the "Documentation:" line from the variable help


From: Lars Ingebrigtsen
Subject: master b0b4609: Remove the "Documentation:" line from the variable help
Date: Wed, 24 Feb 2021 11:58:47 -0500 (EST)

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

    Remove the "Documentation:" line from the variable help
    
    * lisp/help-fns.el (describe-variable): Remove the
    "Documentation:" line (bug#46702).  This makes the help text more
    compact and seems easier to read, too.
---
 lisp/help-fns.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lisp/help-fns.el b/lisp/help-fns.el
index 7244695..290bebf 100644
--- a/lisp/help-fns.el
+++ b/lisp/help-fns.el
@@ -1162,7 +1162,6 @@ it is displayed along with the global value."
 
               (with-current-buffer standard-output
                 (help-fns--ensure-empty-line))
-             (princ "Documentation:\n")
              (with-current-buffer standard-output
                (insert (or doc "Not documented as a variable."))))
 



reply via email to

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