summaryrefslogtreecommitdiff
path: root/doc/lispref/frames.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/lispref/frames.texi')
-rw-r--r--doc/lispref/frames.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi
index edddbddfbf3..1d4671b7e00 100644
--- a/doc/lispref/frames.texi
+++ b/doc/lispref/frames.texi
@@ -1716,7 +1716,8 @@ file as, for example
@example
(setq default-frame-alist
- '((fullscreen . fullboth) (fullscreen-restore . fullheight)))
+ '((fullscreen . fullboth)
+ (fullscreen-restore . fullheight)))
@end example
This will give a new frame full height after typing in it @key{F11} for