]> code.delx.au - gnu-emacs/blobdiff - lisp/help-fns.el
(display_tool_bar_line): Skip glyphs which are too big
[gnu-emacs] / lisp / help-fns.el
index c56d517aed39fd1ae0250338b1576bb0f41938ca..69555feb170108e3942ae81cf16d381dd692be00 100644 (file)
@@ -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"