]> git.eshelyaron.com Git - emacs.git/commitdiff
(describe-variable): Remove newlines from void variable output.
authorJohn Paul Wallington <jpw@pobox.com>
Thu, 12 Jan 2006 22:31:30 +0000 (22:31 +0000)
committerJohn Paul Wallington <jpw@pobox.com>
Thu, 12 Jan 2006 22:31:30 +0000 (22:31 +0000)
lisp/ChangeLog
lisp/help-fns.el

index 6ee5582d755751c80685ef55840852a9a5a3d17c..ae43e2639a40a1368d639b157e13ed9bb70902bc 100644 (file)
@@ -1,3 +1,8 @@
+2006-01-12  John Paul Wallington  <jpw@pobox.com>
+
+       * help-fns.el (describe-variable): Remove newlines from void
+       variable output.
+
 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
 
        * wdired.el (wdired-mode-map): Add help echo for
index 78c156fa410695774b5890f9a8eef9345f72cfe1..7be2ce484598e20f2f931cd26042e69a00dc2a10 100644 (file)
@@ -554,10 +554,10 @@ it is displayed along with the global value."
                        (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