diff options
Diffstat (limited to 'doc/lispref/frames.texi')
| -rw-r--r-- | doc/lispref/frames.texi | 18 |
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 |
| 72 | This predicate returns a non-@code{nil} value if @var{object} is a | 72 | This predicate returns a non-@code{nil} value if @var{object} is a |
| 73 | terminal that is live (i.e.@: not deleted), and @code{nil} otherwise. | 73 | terminal that is live (i.e., not deleted), and @code{nil} otherwise. |
| 74 | For live terminals, the return value indicates what kind of frames are | 74 | For live terminals, the return value indicates what kind of frames are |
| 75 | displayed on that terminal; the list of possible values is the same as | 75 | displayed on that terminal; the list of possible values is the same as |
| 76 | for @code{framep} above. | 76 | for @code{framep} above. |
| @@ -170,7 +170,7 @@ following attributes: | |||
| 170 | 170 | ||
| 171 | @itemize @bullet | 171 | @itemize @bullet |
| 172 | @item | 172 | @item |
| 173 | The name of the device used by the terminal (e.g.@: @samp{:0.0} or | 173 | The 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 |
| 181 | The kind of display associated with the terminal. This is the symbol | 181 | The kind of display associated with the terminal. This is the symbol |
| 182 | returned by the function @code{terminal-live-p} (i.e.@: @code{x}, | 182 | returned 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 | ||
| 277 | Before creating the frame, this function ensures that Emacs is ``set | 277 | Before creating the frame, this function ensures that Emacs is ``set |
| 278 | up'' to display graphics. For instance, if Emacs has not processed X | 278 | up'' to display graphics. For instance, if Emacs has not processed X |
| 279 | resources (e.g.@: if it was started on a text terminal), it does so at | 279 | resources (e.g., if it was started on a text terminal), it does so at |
| 280 | this time. In all other respects, this function behaves like | 280 | this 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 |
| 428 | This variable's value is an alist of parameter values used when | 428 | This variable's value is an alist of parameter values used when |
| 429 | creating an initial minibuffer-only frame (i.e.@: the minibuffer-only | 429 | creating an initial minibuffer-only frame (i.e., the minibuffer-only |
| 430 | frame that Emacs creates if @code{initial-frame-alist} specifies a | 430 | frame that Emacs creates if @code{initial-frame-alist} specifies a |
| 431 | frame with no minibuffer). | 431 | frame 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 |
| 1119 | This command adjusts the height of @var{frame} (the default is the | 1119 | This command adjusts the height of @var{frame} (the default is the |
| 1120 | selected frame) to fit its contents. The optional arguments | 1120 | selected 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 |
| 1289 | This function returns a list of all the live frames, i.e.@: those that | 1289 | This function returns a list of all the live frames, i.e., those that |
| 1290 | have not been deleted. It is analogous to @code{buffer-list} for | 1290 | have not been deleted. It is analogous to @code{buffer-list} for |
| 1291 | buffers, and includes frames on all terminals. The list that you get | 1291 | buffers, and includes frames on all terminals. The list that you get |
| 1292 | is newly created, so modifying the list doesn't have any effect on the | 1292 | is 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 |
| 1549 | is the idea that system-level windows (e.g.@: Emacs frames) are | 1549 | is the idea that system-level windows (e.g., Emacs frames) are |
| 1550 | stacked in a notional third dimension perpendicular to the screen | 1550 | stacked in a notional third dimension perpendicular to the screen |
| 1551 | surface. Where two overlap, the one higher up covers the one | 1551 | surface. Where two overlap, the one higher up covers the one |
| 1552 | underneath. You can @dfn{raise} or @dfn{lower} a frame using the | 1552 | underneath. 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 |
| 2020 | another URL type (ftp, http, etc.). Emacs first checks | 2020 | another 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 |
| 2022 | there is no match there and if @code{browse-url-browser-function} is | 2022 | there is no match there and if @code{browse-url-browser-function} is |
| 2023 | an alist, Emacs looks for a match there. If no match is found the | 2023 | an alist, Emacs looks for a match there. If no match is found the |
| 2024 | text for the URL is inserted. If you want to alter Emacs behavior, | 2024 | text for the URL is inserted. If you want to alter Emacs behavior, |