summaryrefslogtreecommitdiff
path: root/lisp/help-fns.el
diff options
context:
space:
mode:
authorReiner Steib <Reiner.Steib@gmx.de>2006-05-11 11:10:45 +0000
committerReiner Steib <Reiner.Steib@gmx.de>2006-05-11 11:10:45 +0000
commit53af865dd1bed633a63b951a4e2918311125fb2c (patch)
tree0487876a250372f7fe7cae06d7d906f3c2264ea3 /lisp/help-fns.el
parent6fe7b8a42c19f49812793c161d417bfec0b3dd05 (diff)
downloademacs-53af865dd1bed633a63b951a4e2918311125fb2c.tar.gz
Remove bogus \n\n from last commit.
Diffstat (limited to 'lisp/help-fns.el')
-rw-r--r--lisp/help-fns.el2
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"