# HG changeset patch # User Reiner Steib # Date 1147345845 0 # Node ID d09c5cf66b5c5ef0969613ecd9d7d6bed7e25c8b # Parent 8a6fc62787540084b78a5aefa3b1cb6249b81f99 Remove bogus \n\n from last commit. diff -r 8a6fc6278754 -r d09c5cf66b5c lisp/help-fns.el --- 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"