diff options
Diffstat (limited to 'doc/lispref')
| -rw-r--r-- | doc/lispref/frames.texi | 2 |
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. | |||
| 744 | If the optional argument @var{frames} is @code{nil}, this applies the | 744 | If the optional argument @var{frames} is @code{nil}, this applies the |
| 745 | font to the selected frame only. If @var{frames} is non-@code{nil}, it | 745 | font to the selected frame only. If @var{frames} is non-@code{nil}, it |
| 746 | should be a list of frames to act upon, or @code{t} meaning all existing | 746 | should be a list of frames to act upon, or @code{t} meaning all existing |
| 747 | graphical frames. | 747 | and all future graphical frames. |
| 748 | @end deffn | 748 | @end deffn |
| 749 | 749 | ||
| 750 | 750 | ||