From c72fcfc334d41fe58f6b2b4605446beaab5b7f9a Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 15 Jul 2002 16:17:01 +0000 Subject: [PATCH] (describe-variable): Remove useless trailing whitespace. --- lisp/help-fns.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5