aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/frames.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/lispref/frames.texi')
-rw-r--r--doc/lispref/frames.texi18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi
index 846dfbaf17c..504d1fb14df 100644
--- a/doc/lispref/frames.texi
+++ b/doc/lispref/frames.texi
@@ -70,7 +70,7 @@ selected frame.
70 70
71@defun terminal-live-p object 71@defun terminal-live-p object
72This predicate returns a non-@code{nil} value if @var{object} is a 72This predicate returns a non-@code{nil} value if @var{object} is a
73terminal that is live (i.e.@: not deleted), and @code{nil} otherwise. 73terminal that is live (i.e., not deleted), and @code{nil} otherwise.
74For live terminals, the return value indicates what kind of frames are 74For live terminals, the return value indicates what kind of frames are
75displayed on that terminal; the list of possible values is the same as 75displayed on that terminal; the list of possible values is the same as
76for @code{framep} above. 76for @code{framep} above.
@@ -170,7 +170,7 @@ following attributes:
170 170
171@itemize @bullet 171@itemize @bullet
172@item 172@item
173The name of the device used by the terminal (e.g.@: @samp{:0.0} or 173The name of the device used by the terminal (e.g., @samp{:0.0} or
174@file{/dev/tty}). 174@file{/dev/tty}).
175 175
176@item 176@item
@@ -179,7 +179,7 @@ The terminal and keyboard coding systems used on the terminal.
179 179
180@item 180@item
181The kind of display associated with the terminal. This is the symbol 181The kind of display associated with the terminal. This is the symbol
182returned by the function @code{terminal-live-p} (i.e.@: @code{x}, 182returned by the function @code{terminal-live-p} (i.e., @code{x},
183@code{t}, @code{w32}, @code{ns}, or @code{pc}). @xref{Frames}. 183@code{t}, @code{w32}, @code{ns}, or @code{pc}). @xref{Frames}.
184 184
185@item 185@item
@@ -276,7 +276,7 @@ the other frame parameters from the alist @var{parameters}.
276 276
277Before creating the frame, this function ensures that Emacs is ``set 277Before creating the frame, this function ensures that Emacs is ``set
278up'' to display graphics. For instance, if Emacs has not processed X 278up'' to display graphics. For instance, if Emacs has not processed X
279resources (e.g.@: if it was started on a text terminal), it does so at 279resources (e.g., if it was started on a text terminal), it does so at
280this time. In all other respects, this function behaves like 280this time. In all other respects, this function behaves like
281@code{make-frame} (@pxref{Creating Frames}). 281@code{make-frame} (@pxref{Creating Frames}).
282@end deffn 282@end deffn
@@ -426,7 +426,7 @@ creates a separate @dfn{minibuffer-only frame} as well.
426 426
427@defopt minibuffer-frame-alist 427@defopt minibuffer-frame-alist
428This variable's value is an alist of parameter values used when 428This variable's value is an alist of parameter values used when
429creating an initial minibuffer-only frame (i.e.@: the minibuffer-only 429creating an initial minibuffer-only frame (i.e., the minibuffer-only
430frame that Emacs creates if @code{initial-frame-alist} specifies a 430frame that Emacs creates if @code{initial-frame-alist} specifies a
431frame with no minibuffer). 431frame with no minibuffer).
432@end defopt 432@end defopt
@@ -1114,7 +1114,7 @@ The argument @var{pretend} has the same meaning as in
1114@end defun 1114@end defun
1115 1115
1116@c FIXME? Belongs more in Emacs manual than here? 1116@c FIXME? Belongs more in Emacs manual than here?
1117@c But eg fit-window-to-buffer is in this manual. 1117@c But, e.g., fit-window-to-buffer is in this manual.
1118@deffn Command fit-frame-to-buffer &optional frame max-height min-height 1118@deffn Command fit-frame-to-buffer &optional frame max-height min-height
1119This command adjusts the height of @var{frame} (the default is the 1119This command adjusts the height of @var{frame} (the default is the
1120selected frame) to fit its contents. The optional arguments 1120selected frame) to fit its contents. The optional arguments
@@ -1286,7 +1286,7 @@ calls the function @code{delete-frame}. @xref{Misc Events}.
1286@cindex frames, scanning all 1286@cindex frames, scanning all
1287 1287
1288@defun frame-list 1288@defun frame-list
1289This function returns a list of all the live frames, i.e.@: those that 1289This function returns a list of all the live frames, i.e., those that
1290have not been deleted. It is analogous to @code{buffer-list} for 1290have not been deleted. It is analogous to @code{buffer-list} for
1291buffers, and includes frames on all terminals. The list that you get 1291buffers, and includes frames on all terminals. The list that you get
1292is newly created, so modifying the list doesn't have any effect on the 1292is newly created, so modifying the list doesn't have any effect on the
@@ -1546,7 +1546,7 @@ track of such changes. @xref{Misc Events}.
1546@cindex raising a frame 1546@cindex raising a frame
1547@cindex lowering a frame 1547@cindex lowering a frame
1548 Most window systems use a desktop metaphor. Part of this metaphor 1548 Most window systems use a desktop metaphor. Part of this metaphor
1549is the idea that system-level windows (e.g.@: Emacs frames) are 1549is the idea that system-level windows (e.g., Emacs frames) are
1550stacked in a notional third dimension perpendicular to the screen 1550stacked in a notional third dimension perpendicular to the screen
1551surface. Where two overlap, the one higher up covers the one 1551surface. Where two overlap, the one higher up covers the one
1552underneath. You can @dfn{raise} or @dfn{lower} a frame using the 1552underneath. You can @dfn{raise} or @dfn{lower} a frame using the
@@ -2018,7 +2018,7 @@ drop.
2018@vindex dnd-protocol-alist 2018@vindex dnd-protocol-alist
2019 When an URL is dropped on Emacs it may be a file, but it may also be 2019 When an URL is dropped on Emacs it may be a file, but it may also be
2020another URL type (ftp, http, etc.). Emacs first checks 2020another URL type (ftp, http, etc.). Emacs first checks
2021@code{dnd-protocol-alist} to determine what to do with the URL. If 2021@code{dnd-protocol-alist} to determine what to do with the URL@. If
2022there is no match there and if @code{browse-url-browser-function} is 2022there is no match there and if @code{browse-url-browser-function} is
2023an alist, Emacs looks for a match there. If no match is found the 2023an alist, Emacs looks for a match there. If no match is found the
2024text for the URL is inserted. If you want to alter Emacs behavior, 2024text for the URL is inserted. If you want to alter Emacs behavior,