From: Artur Malabarba Date: Sat, 16 Jan 2016 09:18:13 +0000 (+0000) Subject: * lisp/help-fns.el (describe-variable): Fix a left-over parenthesis X-Git-Tag: emacs-25.0.90~159 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2ffdf15;p=emacs.git * lisp/help-fns.el (describe-variable): Fix a left-over parenthesis --- diff --git a/lisp/help-fns.el b/lisp/help-fns.el index 13daafb0f20..2021885e996 100644 --- a/lisp/help-fns.el +++ b/lisp/help-fns.el @@ -939,7 +939,7 @@ if it is given a local binding.\n")))) (with-current-buffer standard-output (insert-text-button file 'type 'help-dir-local-var-def - 'help-args (list variable file)))) + 'help-args (list variable file))) (princ (substitute-command-keys "'.\n")))) (princ (substitute-command-keys " This variable's value is file-local.\n"))))