From: Lars Ingebrigtsen Date: Wed, 24 Feb 2021 16:58:38 +0000 (+0100) Subject: Remove the "Documentation:" line from the variable help X-Git-Tag: emacs-28.0.90~3566 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b0b4609be03dc2fdbaf8350b9572a56303a27a61;p=emacs.git 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. --- diff --git a/lisp/help-fns.el b/lisp/help-fns.el index 72446950948..290bebf7e5f 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."))))