diff options
| author | Glenn Morris | 2018-05-15 09:09:48 -0700 |
|---|---|---|
| committer | Glenn Morris | 2018-05-15 09:09:48 -0700 |
| commit | 3ee1841f288b5b9cf9301945d10db2b45688bcf8 (patch) | |
| tree | a1168744379c82fa3c0a92e14373fcc3897fb435 /doc | |
| parent | b3956d85c71c30af732a8bc035ed39421bafe11d (diff) | |
| parent | b98cf9cdabd710f89eb57645a163fd52db338404 (diff) | |
| download | emacs-3ee1841f288b5b9cf9301945d10db2b45688bcf8.tar.gz emacs-3ee1841f288b5b9cf9301945d10db2b45688bcf8.zip | |
Merge from origin/emacs-26
b98cf9c ; Fix a typo in the Emacs manual
700fcd7 * doc/emacs/help.texi: Fix paren typo.
c9c0e40 More minor changes in shell-related nodes of Emacs manual
e6bf19c Fix inaccuracies in "Shell Ring" node of Emacs manual
087681b8 Improve documentation of kmacro commands and variables.
be2e8cb * doc/man/emacs.1.in: Document --fg-daemon and --bg-daemon.
1d9e66a Don't check non-X frames for z order (Bug#31373)
7dc028e Check NSWindow is actually a frame
Conflicts:
src/nsfns.m
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/fixit.texi | 2 | ||||
| -rw-r--r-- | doc/emacs/help.texi | 2 | ||||
| -rw-r--r-- | doc/emacs/misc.texi | 12 | ||||
| -rw-r--r-- | doc/man/emacs.1.in | 5 |
4 files changed, 13 insertions, 8 deletions
diff --git a/doc/emacs/fixit.texi b/doc/emacs/fixit.texi index 0cb8565c6a4..ec26a35d682 100644 --- a/doc/emacs/fixit.texi +++ b/doc/emacs/fixit.texi | |||
| @@ -186,7 +186,7 @@ Otherwise, a reverse search (@kbd{C-r}) is often the best way. | |||
| 186 | dragging the word preceding or containing point forward as well. The | 186 | dragging the word preceding or containing point forward as well. The |
| 187 | punctuation characters between the words do not move. For example, | 187 | punctuation characters between the words do not move. For example, |
| 188 | @w{@samp{FOO, BAR}} transposes into @w{@samp{BAR, FOO}} rather than | 188 | @w{@samp{FOO, BAR}} transposes into @w{@samp{BAR, FOO}} rather than |
| 189 | @samp{@w{BAR FOO,}}. When point is at the end of the line, it will | 189 | @w{@samp{BAR FOO,}}. When point is at the end of the line, it will |
| 190 | transpose the word before point with the first word on the next line. | 190 | transpose the word before point with the first word on the next line. |
| 191 | 191 | ||
| 192 | @findex transpose-sentences | 192 | @findex transpose-sentences |
diff --git a/doc/emacs/help.texi b/doc/emacs/help.texi index a5700760d44..94d27a276dc 100644 --- a/doc/emacs/help.texi +++ b/doc/emacs/help.texi | |||
| @@ -491,7 +491,7 @@ buffer (@pxref{Package Menu}). | |||
| 491 | @findex describe-package | 491 | @findex describe-package |
| 492 | @kindex C-h P | 492 | @kindex C-h P |
| 493 | @kbd{C-h P} (@code{describe-package}) prompts for the name of a | 493 | @kbd{C-h P} (@code{describe-package}) prompts for the name of a |
| 494 | package (@pxref{Packages}, and displays a help buffer describing the | 494 | package (@pxref{Packages}), and displays a help buffer describing the |
| 495 | attributes of the package and the features that it implements. The | 495 | attributes of the package and the features that it implements. The |
| 496 | buffer lists the keywords that relate to the package in the form of | 496 | buffer lists the keywords that relate to the package in the form of |
| 497 | buttons. Click on a button with @kbd{mouse-1} or @kbd{mouse-2} to see | 497 | buttons. Click on a button with @kbd{mouse-1} or @kbd{mouse-2} to see |
diff --git a/doc/emacs/misc.texi b/doc/emacs/misc.texi index a4bfba3e98d..dd434e200b2 100644 --- a/doc/emacs/misc.texi +++ b/doc/emacs/misc.texi | |||
| @@ -784,7 +784,8 @@ text in the buffer. To give input to the subshell, go to the end of | |||
| 784 | the buffer and type the input, terminated by @key{RET}. | 784 | the buffer and type the input, terminated by @key{RET}. |
| 785 | 785 | ||
| 786 | By default, when the subshell is invoked interactively, the | 786 | By default, when the subshell is invoked interactively, the |
| 787 | @file{*shell*} buffer is displayed in a new window. This behavior can | 787 | @file{*shell*} buffer is displayed in a new window, unless the current |
| 788 | window already shows the @file{*shell*} buffer. This behavior can | ||
| 788 | be customized via @code{display-buffer-alist} (@pxref{Window Choice}). | 789 | be customized via @code{display-buffer-alist} (@pxref{Window Choice}). |
| 789 | 790 | ||
| 790 | While the subshell is waiting or running a command, you can switch | 791 | While the subshell is waiting or running a command, you can switch |
| @@ -1071,7 +1072,7 @@ Emacs Lisp Reference Manual}). | |||
| 1071 | @vindex comint-use-prompt-regexp | 1072 | @vindex comint-use-prompt-regexp |
| 1072 | @vindex shell-prompt-pattern | 1073 | @vindex shell-prompt-pattern |
| 1073 | If you change the variable @code{comint-use-prompt-regexp} to a | 1074 | If you change the variable @code{comint-use-prompt-regexp} to a |
| 1074 | non-@code{nil} value, then Comint mode recognize prompts using a | 1075 | non-@code{nil} value, then Comint mode will recognize prompts using a |
| 1075 | regular expression (@pxref{Regexps}). In Shell mode, the regular | 1076 | regular expression (@pxref{Regexps}). In Shell mode, the regular |
| 1076 | expression is specified by the variable @code{shell-prompt-pattern}. | 1077 | expression is specified by the variable @code{shell-prompt-pattern}. |
| 1077 | The default value of @code{comint-use-prompt-regexp} is @code{nil}, | 1078 | The default value of @code{comint-use-prompt-regexp} is @code{nil}, |
| @@ -1145,10 +1146,11 @@ Display the buffer's history of shell commands in another window | |||
| 1145 | 1146 | ||
| 1146 | Shell buffers provide a history of previously entered shell | 1147 | Shell buffers provide a history of previously entered shell |
| 1147 | commands. To reuse shell commands from the history, use the editing | 1148 | commands. To reuse shell commands from the history, use the editing |
| 1148 | commands @kbd{M-p}, @kbd{M-n}, @kbd{M-r} and @kbd{M-s}. These work | 1149 | commands @kbd{M-p}, @kbd{M-n}, and @kbd{M-r}. These work |
| 1149 | just like the minibuffer history commands (@pxref{Minibuffer | 1150 | similar to the minibuffer history commands (@pxref{Minibuffer |
| 1150 | History}), except that they operate within the Shell buffer rather | 1151 | History}), except that they operate within the Shell buffer rather |
| 1151 | than the minibuffer. | 1152 | than the minibuffer, and @code{M-r} in a Shell buffer invokes |
| 1153 | incremental search through shell command history. | ||
| 1152 | 1154 | ||
| 1153 | @kbd{M-p} fetches an earlier shell command to the end of the shell | 1155 | @kbd{M-p} fetches an earlier shell command to the end of the shell |
| 1154 | buffer. Successive use of @kbd{M-p} fetches successively earlier | 1156 | buffer. Successive use of @kbd{M-p} fetches successively earlier |
diff --git a/doc/man/emacs.1.in b/doc/man/emacs.1.in index 51169530419..e332fb45c7b 100644 --- a/doc/man/emacs.1.in +++ b/doc/man/emacs.1.in | |||
| @@ -123,7 +123,7 @@ Use specified | |||
| 123 | as the terminal instead of using stdin/stdout. | 123 | as the terminal instead of using stdin/stdout. |
| 124 | This must be the first argument specified in the command line. | 124 | This must be the first argument specified in the command line. |
| 125 | .TP | 125 | .TP |
| 126 | .BI \-\-daemon "\fR[=\fPname\fR]" | 126 | .BI \-\-daemon "\fR[=\fPname\fR], " \-\-bg\-daemon "\fR[=\fPname\fR]" |
| 127 | Start Emacs as a daemon, enabling the Emacs server and disconnecting | 127 | Start Emacs as a daemon, enabling the Emacs server and disconnecting |
| 128 | from the terminal. You can then use the emacsclient (see | 128 | from the terminal. You can then use the emacsclient (see |
| 129 | .BR emacsclient (1)) | 129 | .BR emacsclient (1)) |
| @@ -131,6 +131,9 @@ command to | |||
| 131 | connect to the server (with optional | 131 | connect to the server (with optional |
| 132 | .IR name ")." | 132 | .IR name ")." |
| 133 | .TP | 133 | .TP |
| 134 | .BI \-\-fg\-daemon "\fR[=\fPname\fR]" | ||
| 135 | Like "\-\-bg\-daemon", but don't disconnect from the terminal. | ||
| 136 | .TP | ||
| 134 | .B \-\-version | 137 | .B \-\-version |
| 135 | Display | 138 | Display |
| 136 | .I Emacs | 139 | .I Emacs |