From b0b4609be03dc2fdbaf8350b9572a56303a27a61 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Wed, 24 Feb 2021 17:58:38 +0100 Subject: [PATCH] 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 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.")))) -- 2.39.2