diff options
author | Eli Zaretskii <eliz@gnu.org> | 2014-05-21 19:35:31 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2014-05-21 19:35:31 +0300 |
commit | 13a83f0501d080de5ae775b770925d535eb3ac83 (patch) | |
tree | b3703545472b2ecaf953d225bb5697b593f2267b /lisp/menu-bar.el | |
parent | 5e2e0fa4565f2496fa5db299e30d6b08088cedde (diff) | |
download | emacs-13a83f0501d080de5ae775b770925d535eb3ac83.tar.gz |
Fix bug #17532 with unclear docs of setting frame's font.
lisp/frame.el (set-frame-font): Doc fix.
lisp/menu-bar.el (menu-set-font): Doc fix.
doc/emacs/frames.texi (Fonts): Clarify which frames are affected by
setting font from the menu and in default-frame-alist.
Diffstat (limited to 'lisp/menu-bar.el')
-rw-r--r-- | lisp/menu-bar.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index 436d8f611a8..f9cbc62b464 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -662,7 +662,7 @@ 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." + "Interactively select a font and make it the default on all existing frames." (interactive) (set-frame-font (if (fboundp 'x-select-font) (x-select-font) |