aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref
diff options
context:
space:
mode:
authorEli Zaretskii2015-08-21 16:32:29 +0300
committerEli Zaretskii2015-08-21 16:32:29 +0300
commitc1402c58710c62b07aaa1e6cdee34ff20dfd4e8a (patch)
tree7004b1fc3691b1612668bdef06be0968b5bdecfb /doc/lispref
parent88f18ca334600a8d867b7c158a3abdeb6004c08e (diff)
downloademacs-c1402c58710c62b07aaa1e6cdee34ff20dfd4e8a.tar.gz
emacs-c1402c58710c62b07aaa1e6cdee34ff20dfd4e8a.zip
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 'doc/lispref')
-rw-r--r--doc/lispref/frames.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi
index 91c512c0ab4..65eeec6aea2 100644
--- a/doc/lispref/frames.texi
+++ b/doc/lispref/frames.texi
@@ -744,7 +744,7 @@ frame fixed by adjusting the number of lines and columns.
744If the optional argument @var{frames} is @code{nil}, this applies the 744If the optional argument @var{frames} is @code{nil}, this applies the
745font to the selected frame only. If @var{frames} is non-@code{nil}, it 745font to the selected frame only. If @var{frames} is non-@code{nil}, it
746should be a list of frames to act upon, or @code{t} meaning all existing 746should be a list of frames to act upon, or @code{t} meaning all existing
747graphical frames. 747and all future graphical frames.
748@end deffn 748@end deffn
749 749
750 750