]> git.eshelyaron.com Git - emacs.git/commitdiff
(describe-variable): Remove useless trailing whitespace.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 15 Jul 2002 16:17:01 +0000 (16:17 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 15 Jul 2002 16:17:01 +0000 (16:17 +0000)
lisp/help-fns.el

index 250926b18a4ca245b73906267e062f88c62d03b6..f07510ee2052df325f8f18332d7cc790b69e4c78 100644 (file)
@@ -448,7 +448,7 @@ it is displayed along with the global value."
               (when obsolete
                 (princ "This variable is obsolete")
                 (if (cdr obsolete) (princ (format " since %s" (cdr obsolete))))
-                (princ "; ") (terpri)
+                (princ ";") (terpri)
                 (princ (if (stringp (car obsolete)) (car obsolete)
                          (format "use `%s' instead." (car obsolete))))
                 (terpri)