aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReiner Steib2006-05-11 11:10:45 +0000
committerReiner Steib2006-05-11 11:10:45 +0000
commit53af865dd1bed633a63b951a4e2918311125fb2c (patch)
tree0487876a250372f7fe7cae06d7d906f3c2264ea3
parent6fe7b8a42c19f49812793c161d417bfec0b3dd05 (diff)
downloademacs-53af865dd1bed633a63b951a4e2918311125fb2c.tar.gz
emacs-53af865dd1bed633a63b951a4e2918311125fb2c.zip
Remove bogus \n\n from last commit.
-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."
643 (format "use `%s' instead." (car obsolete)))) 643 (format "use `%s' instead." (car obsolete))))
644 (terpri)) 644 (terpri))
645 (when safe-var 645 (when safe-var
646 (princ "\n\nThis variable is safe as a file local variable ") 646 (princ "This variable is safe as a file local variable ")
647 (princ "if its value\nsatisfies the predicate ") 647 (princ "if its value\nsatisfies the predicate ")
648 (princ (if (byte-code-function-p safe-var) 648 (princ (if (byte-code-function-p safe-var)
649 "which is byte-compiled expression.\n" 649 "which is byte-compiled expression.\n"