diff options
| author | Melissa Weisshaus | 1995-06-08 04:43:19 +0000 |
|---|---|---|
| committer | Melissa Weisshaus | 1995-06-08 04:43:19 +0000 |
| commit | eaac2be133ec866b67ef345e8a3f317916e77598 (patch) | |
| tree | dd4c9fa599f90f3dcabe9b78b39885bde63a7e59 /lispref | |
| parent | 89dbfd1886b870bd692b5d394e544004d4a92fc6 (diff) | |
| download | emacs-eaac2be133ec866b67ef345e8a3f317916e77598.tar.gz emacs-eaac2be133ec866b67ef345e8a3f317916e77598.zip | |
updates for version 19.29.
,
Diffstat (limited to 'lispref')
| -rw-r--r-- | lispref/frames.texi | 4 | ||||
| -rw-r--r-- | lispref/keymaps.texi | 2 | ||||
| -rw-r--r-- | lispref/processes.texi | 2 | ||||
| -rw-r--r-- | lispref/searching.texi | 2 | ||||
| -rw-r--r-- | lispref/windows.texi | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/lispref/frames.texi b/lispref/frames.texi index b7d64e55332..48dc47bef96 100644 --- a/lispref/frames.texi +++ b/lispref/frames.texi | |||
| @@ -15,7 +15,7 @@ horizontally into smaller windows. | |||
| 15 | @cindex terminal frame | 15 | @cindex terminal frame |
| 16 | @cindex X window frame | 16 | @cindex X window frame |
| 17 | When Emacs runs on a text-only terminal, it starts with one | 17 | When Emacs runs on a text-only terminal, it starts with one |
| 18 | @dfn{terminal frames}. If you create additional ones, Emacs displays | 18 | @dfn{terminal frame}. If you create additional ones, Emacs displays |
| 19 | one and only one at any given time---on the terminal screen, of course. | 19 | one and only one at any given time---on the terminal screen, of course. |
| 20 | 20 | ||
| 21 | When Emacs communicates directly with an X server, it does not have a | 21 | When Emacs communicates directly with an X server, it does not have a |
| @@ -581,7 +581,7 @@ The function @code{frame-live-p} returns non-@code{nil} if the frame | |||
| 581 | @end defun | 581 | @end defun |
| 582 | 582 | ||
| 583 | Some window managers provide a command to delete a window. These work | 583 | Some window managers provide a command to delete a window. These work |
| 584 | by sending a special message to the program than operates the window. | 584 | by sending a special message to the program that operates the window. |
| 585 | When Emacs gets one of these commands, it generates a | 585 | When Emacs gets one of these commands, it generates a |
| 586 | @code{delete-frame} event, whose normal definition is a command that | 586 | @code{delete-frame} event, whose normal definition is a command that |
| 587 | calls the function @code{delete-frame}. @xref{Misc Events}. | 587 | calls the function @code{delete-frame}. @xref{Misc Events}. |
diff --git a/lispref/keymaps.texi b/lispref/keymaps.texi index 274e36f451f..005d5407395 100644 --- a/lispref/keymaps.texi +++ b/lispref/keymaps.texi | |||
| @@ -1488,7 +1488,7 @@ item strings in a mouse menu, since that is redundant. | |||
| 1488 | 1488 | ||
| 1489 | If an alias command has no keyboard equivalent itself, menus show the | 1489 | If an alias command has no keyboard equivalent itself, menus show the |
| 1490 | keyboard equivalent of its underlying command. In the example above, | 1490 | keyboard equivalent of its underlying command. In the example above, |
| 1491 | menus items defined to run @code{make-read-only} or @code{make-writable} | 1491 | menu items defined to run @code{make-read-only} or @code{make-writable} |
| 1492 | would show the keyboard equivalents of @code{toggle-read-only}. | 1492 | would show the keyboard equivalents of @code{toggle-read-only}. |
| 1493 | 1493 | ||
| 1494 | @node Mouse Menus | 1494 | @node Mouse Menus |
diff --git a/lispref/processes.texi b/lispref/processes.texi index a5d83c868cb..87e011baa38 100644 --- a/lispref/processes.texi +++ b/lispref/processes.texi | |||
| @@ -887,7 +887,7 @@ filter function, bind @code{inhibit-quit} to @code{nil}. | |||
| 887 | 887 | ||
| 888 | If an error happens during execution of a filter function, it is | 888 | If an error happens during execution of a filter function, it is |
| 889 | caught automatically, so that it doesn't stop the execution of whatever | 889 | caught automatically, so that it doesn't stop the execution of whatever |
| 890 | programs was running when the filter function was started. However, if | 890 | program was running when the filter function was started. However, if |
| 891 | @code{debug-on-error} is non-@code{nil}, the error-catching is turned | 891 | @code{debug-on-error} is non-@code{nil}, the error-catching is turned |
| 892 | off. This makes it possible to use the Lisp debugger to debug the | 892 | off. This makes it possible to use the Lisp debugger to debug the |
| 893 | filter function. @xref{Debugger}. | 893 | filter function. @xref{Debugger}. |
diff --git a/lispref/searching.texi b/lispref/searching.texi index 29852a3624f..40cc3eb6cbd 100644 --- a/lispref/searching.texi +++ b/lispref/searching.texi | |||
| @@ -991,7 +991,7 @@ This function returns the position of the start of text matched by the | |||
| 991 | last regular expression searched for, or a subexpression of it. | 991 | last regular expression searched for, or a subexpression of it. |
| 992 | 992 | ||
| 993 | If @var{count} is zero, then the value is the position of the start of | 993 | If @var{count} is zero, then the value is the position of the start of |
| 994 | the entire match. Otherwise, @var{count}, specifies a subexpression in | 994 | the entire match. Otherwise, @var{count} specifies a subexpression in |
| 995 | the regular expresion, and the value of the function is the starting | 995 | the regular expresion, and the value of the function is the starting |
| 996 | position of the match for that subexpression. | 996 | position of the match for that subexpression. |
| 997 | 997 | ||
diff --git a/lispref/windows.texi b/lispref/windows.texi index 31adbddab22..fb73cd865fd 100644 --- a/lispref/windows.texi +++ b/lispref/windows.texi | |||
| @@ -286,7 +286,7 @@ part of the documentation string): | |||
| 286 | This function returns non-@code{nil} if there is only one window. The | 286 | This function returns non-@code{nil} if there is only one window. The |
| 287 | argument @var{no-mini}, if non-@code{nil}, means don't count the | 287 | argument @var{no-mini}, if non-@code{nil}, means don't count the |
| 288 | minibuffer even if it is active; otherwise, the minibuffer window is | 288 | minibuffer even if it is active; otherwise, the minibuffer window is |
| 289 | included, if active, in the total number of windows, which is compared | 289 | included, if active, in the total number of windows, which is compared |
| 290 | against one. | 290 | against one. |
| 291 | 291 | ||
| 292 | The argument @var{all-frames} specifies which frames to consider. Here | 292 | The argument @var{all-frames} specifies which frames to consider. Here |