diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/menu-bar.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index 6a2ff630698..d57ba742113 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -652,7 +652,9 @@ by \"Save Options\" in Custom buffers.") ;; Function for setting/saving default font. (defun menu-set-font () - "Interactively select a font and make it the default on all existing frames." + "Interactively select a font and make it the default on all frames. + +The selected font will be the default on both the existing and futire frames." (interactive) (set-frame-font (if (fboundp 'x-select-font) (x-select-font) |