summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2016-01-16 09:18:13 +0000
committerArtur Malabarba <bruce.connor.am@gmail.com>2016-01-16 09:18:13 +0000
commit2ffdf155ee618ec132175e3337b4c06d157d8bd6 (patch)
treebb4914283f79c99893688879d46082ec0d641828
parent71ecd62937b4645504a75043205c70ae020e6cb8 (diff)
downloademacs-2ffdf155ee618ec132175e3337b4c06d157d8bd6.tar.gz
* lisp/help-fns.el (describe-variable): Fix a left-over parenthesis
-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 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"))))