* lisp/help-fns.el (describe-variable): Fix a left-over parenthesis
This commit is contained in:
parent
71ecd62937
commit
2ffdf155ee
1 changed files with 1 additions and 1 deletions
|
@ -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"))))
|
||||
|
|
Loading…
Add table
Reference in a new issue