From: Juanma Barranquero Date: Mon, 15 Jul 2002 16:17:01 +0000 (+0000) Subject: (describe-variable): Remove useless trailing whitespace. X-Git-Tag: ttn-vms-21-2-B4~14118 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c72fcfc334d41fe58f6b2b4605446beaab5b7f9a;p=emacs.git (describe-variable): Remove useless trailing whitespace. --- diff --git a/lisp/help-fns.el b/lisp/help-fns.el index 250926b18a4..f07510ee205 100644 --- a/lisp/help-fns.el +++ b/lisp/help-fns.el @@ -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)