]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove the "Documentation:" line from the variable help
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 24 Feb 2021 16:58:38 +0000 (17:58 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 24 Feb 2021 16:58:38 +0000 (17:58 +0100)
* 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

index 724469509483878a7eab1656db9ceeea75b0bd4e..290bebf7e5fe465f5e91a1781b64d475fec31469 100644 (file)
@@ -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."))))