diff options
author | Reiner Steib <Reiner.Steib@gmx.de> | 2006-05-11 11:10:45 +0000 |
---|---|---|
committer | Reiner Steib <Reiner.Steib@gmx.de> | 2006-05-11 11:10:45 +0000 |
commit | 53af865dd1bed633a63b951a4e2918311125fb2c (patch) | |
tree | 0487876a250372f7fe7cae06d7d906f3c2264ea3 /lisp/help-fns.el | |
parent | 6fe7b8a42c19f49812793c161d417bfec0b3dd05 (diff) | |
download | emacs-53af865dd1bed633a63b951a4e2918311125fb2c.tar.gz |
Remove bogus \n\n from last commit.
Diffstat (limited to 'lisp/help-fns.el')
-rw-r--r-- | lisp/help-fns.el | 2 |
1 files changed, 1 insertions, 1 deletions
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" |