diff options
| -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")))) |