diff options
Diffstat (limited to 'lisp/help-fns.el')
-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 63d3905a94a..6be5cd4a501 100644 --- a/lisp/help-fns.el +++ b/lisp/help-fns.el @@ -1181,7 +1181,7 @@ it is displayed along with the global value." (princ (format "Local in buffer %s; " (buffer-name buffer)))) ((terminal-live-p locus) - (princ (format "It is a terminal-local variable; "))) + (princ "It is a terminal-local variable; ")) (t (princ (format "It is local to %S" locus)))) (if (not (default-boundp variable)) |