diff options
Diffstat (limited to 'lisp/menu-bar.el')
| -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.") | |||
| 652 | ;; Function for setting/saving default font. | 652 | ;; Function for setting/saving default font. |
| 653 | 653 | ||
| 654 | (defun menu-set-font () | 654 | (defun menu-set-font () |
| 655 | "Interactively select a font and make it the default on all existing frames." | 655 | "Interactively select a font and make it the default on all frames. |
| 656 | |||
| 657 | The selected font will be the default on both the existing and futire frames." | ||
| 656 | (interactive) | 658 | (interactive) |
| 657 | (set-frame-font (if (fboundp 'x-select-font) | 659 | (set-frame-font (if (fboundp 'x-select-font) |
| 658 | (x-select-font) | 660 | (x-select-font) |