From: Reiner Steib Date: Thu, 11 May 2006 11:10:45 +0000 (+0000) Subject: Remove bogus \n\n from last commit. X-Git-Tag: emacs-pretest-22.0.90~2623 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=53af865dd1bed633a63b951a4e2918311125fb2c;p=emacs.git Remove bogus \n\n from last commit. --- 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"