diff options
| author | Artur Malabarba | 2016-01-16 09:18:13 +0000 |
|---|---|---|
| committer | Artur Malabarba | 2016-01-16 09:18:13 +0000 |
| commit | 2ffdf155ee618ec132175e3337b4c06d157d8bd6 (patch) | |
| tree | bb4914283f79c99893688879d46082ec0d641828 | |
| parent | 71ecd62937b4645504a75043205c70ae020e6cb8 (diff) | |
| download | emacs-2ffdf155ee618ec132175e3337b4c06d157d8bd6.tar.gz emacs-2ffdf155ee618ec132175e3337b4c06d157d8bd6.zip | |
* lisp/help-fns.el (describe-variable): Fix a left-over parenthesis
| -rw-r--r-- | lisp/help-fns.el | 2 |
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")))) |