emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/help-fns.el


From: John Paul Wallington
Subject: [Emacs-diffs] Changes to emacs/lisp/help-fns.el
Date: Thu, 12 Jan 2006 22:30:03 +0000

Index: emacs/lisp/help-fns.el
diff -u emacs/lisp/help-fns.el:1.82 emacs/lisp/help-fns.el:1.83
--- emacs/lisp/help-fns.el:1.82 Wed Nov 30 15:52:49 2005
+++ emacs/lisp/help-fns.el      Thu Jan 12 22:30:03 2006
@@ -554,10 +554,10 @@
                        (help-xref-button 1 'help-variable-def
                                          variable file-name)))
                    (if valvoid
-                       (princ "It is void as a variable.\n")
+                       (princ "It is void as a variable.")
                      (princ "Its ")))
                (if valvoid
-                   (princ " is void as a variable.\n")
+                   (princ " is void as a variable.")
                  (princ "'s "))))
            (if valvoid
                nil




reply via email to

[Prev in Thread] Current Thread [Next in Thread]