From 2ffdf155ee618ec132175e3337b4c06d157d8bd6 Mon Sep 17 00:00:00 2001 From: Artur Malabarba Date: Sat, 16 Jan 2016 09:18:13 +0000 Subject: [PATCH] * lisp/help-fns.el (describe-variable): Fix a left-over parenthesis --- 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 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")))) -- 2.39.2