diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2002-07-15 16:17:01 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2002-07-15 16:17:01 +0000 |
commit | c72fcfc334d41fe58f6b2b4605446beaab5b7f9a (patch) | |
tree | 9de49ece0cf3b4b4f8062f4faac62746b08de33d /lisp/help-fns.el | |
parent | 795e72aeb7b170947240d4165d456bd496dc2de7 (diff) | |
download | emacs-c72fcfc334d41fe58f6b2b4605446beaab5b7f9a.tar.gz emacs-c72fcfc334d41fe58f6b2b4605446beaab5b7f9a.tar.bz2 emacs-c72fcfc334d41fe58f6b2b4605446beaab5b7f9a.zip |
(describe-variable): Remove useless trailing whitespace.
Diffstat (limited to 'lisp/help-fns.el')
-rw-r--r-- | lisp/help-fns.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |