From 53af865dd1bed633a63b951a4e2918311125fb2c Mon Sep 17 00:00:00 2001 From: Reiner Steib Date: Thu, 11 May 2006 11:10:45 +0000 Subject: [PATCH] Remove bogus \n\n from last commit. --- lisp/help-fns.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/help-fns.el b/lisp/help-fns.el index c56d517aed3..69555feb170 100644 --- a/lisp/help-fns.el +++ b/lisp/help-fns.el @@ -643,7 +643,7 @@ it is displayed along with the global value." (format "use `%s' instead." (car obsolete)))) (terpri)) (when safe-var - (princ "\n\nThis variable is safe as a file local variable ") + (princ "This variable is safe as a file local variable ") (princ "if its value\nsatisfies the predicate ") (princ (if (byte-code-function-p safe-var) "which is byte-compiled expression.\n" -- 2.39.5