]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove bogus \n\n from last commit.
authorReiner Steib <Reiner.Steib@gmx.de>
Thu, 11 May 2006 11:10:45 +0000 (11:10 +0000)
committerReiner Steib <Reiner.Steib@gmx.de>
Thu, 11 May 2006 11:10:45 +0000 (11:10 +0000)
lisp/help-fns.el

index c56d517aed39fd1ae0250338b1576bb0f41938ca..69555feb170108e3942ae81cf16d381dd692be00 100644 (file)
@@ -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"