aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtur Malabarba2016-01-16 09:18:13 +0000
committerArtur Malabarba2016-01-16 09:18:13 +0000
commit2ffdf155ee618ec132175e3337b4c06d157d8bd6 (patch)
treebb4914283f79c99893688879d46082ec0d641828
parent71ecd62937b4645504a75043205c70ae020e6cb8 (diff)
downloademacs-2ffdf155ee618ec132175e3337b4c06d157d8bd6.tar.gz
emacs-2ffdf155ee618ec132175e3337b4c06d157d8bd6.zip
* 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"))))
939 (with-current-buffer standard-output 939 (with-current-buffer standard-output
940 (insert-text-button 940 (insert-text-button
941 file 'type 'help-dir-local-var-def 941 file 'type 'help-dir-local-var-def
942 'help-args (list variable file)))) 942 'help-args (list variable file)))
943 (princ (substitute-command-keys "'.\n")))) 943 (princ (substitute-command-keys "'.\n"))))
944 (princ (substitute-command-keys 944 (princ (substitute-command-keys
945 " This variable's value is file-local.\n")))) 945 " This variable's value is file-local.\n"))))