aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/face-remap.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/face-remap.el b/lisp/face-remap.el
index 1a0cc646c35..5cdecb92ee0 100644
--- a/lisp/face-remap.el
+++ b/lisp/face-remap.el
@@ -474,7 +474,7 @@ may be more appropriate."
474An interface to `buffer-face-mode' which uses the `variable-pitch' face. 474An interface to `buffer-face-mode' which uses the `variable-pitch' face.
475Besides the choice of face, it is the same as `buffer-face-mode'." 475Besides the choice of face, it is the same as `buffer-face-mode'."
476 (interactive (list (or current-prefix-arg 'toggle))) 476 (interactive (list (or current-prefix-arg 'toggle)))
477 (buffer-face-mode-invoke 'variable-pitch arg 477 (buffer-face-mode-invoke 'variable-pitch (or arg t)
478 (called-interactively-p 'interactive))) 478 (called-interactively-p 'interactive)))
479 479
480 480