Mercurial > emacs
changeset 70589:d09c5cf66b5c
Remove bogus \n\n from last commit.
author | Reiner Steib <Reiner.Steib@gmx.de> |
---|---|
date | Thu, 11 May 2006 11:10:45 +0000 |
parents | 8a6fc6278754 |
children | 63b772bfba93 |
files | lisp/help-fns.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/help-fns.el Thu May 11 11:03:57 2006 +0000 +++ b/lisp/help-fns.el Thu May 11 11:10:45 2006 +0000 @@ -643,7 +643,7 @@ (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"