summaryrefslogtreecommitdiff
path: root/lisp/help-fns.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2002-07-15 16:17:01 +0000
committerJuanma Barranquero <lekktu@gmail.com>2002-07-15 16:17:01 +0000
commitc72fcfc334d41fe58f6b2b4605446beaab5b7f9a (patch)
tree9de49ece0cf3b4b4f8062f4faac62746b08de33d /lisp/help-fns.el
parent795e72aeb7b170947240d4165d456bd496dc2de7 (diff)
downloademacs-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.el2
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)