summaryrefslogtreecommitdiff
path: root/lisp/menu-bar.el
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2015-08-21 16:32:29 +0300
committerEli Zaretskii <eliz@gnu.org>2015-08-21 16:32:29 +0300
commitc1402c58710c62b07aaa1e6cdee34ff20dfd4e8a (patch)
tree7004b1fc3691b1612668bdef06be0968b5bdecfb /lisp/menu-bar.el
parent88f18ca334600a8d867b7c158a3abdeb6004c08e (diff)
downloademacs-c1402c58710c62b07aaa1e6cdee34ff20dfd4e8a.tar.gz
Fix documentation of 'menu-set-font' and 'set-frame-font'
* lisp/menu-bar.el (menu-set-font): Doc fix. (Bug#21303) * doc/lispref/frames.texi (Frame Font): Document that set-frame-font with the last argument 't' will also make the font the default for the future GUI frames.
Diffstat (limited to 'lisp/menu-bar.el')
-rw-r--r--lisp/menu-bar.el4
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)