aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGlenn Morris2018-05-15 09:09:48 -0700
committerGlenn Morris2018-05-15 09:09:48 -0700
commit3ee1841f288b5b9cf9301945d10db2b45688bcf8 (patch)
treea1168744379c82fa3c0a92e14373fcc3897fb435 /doc
parentb3956d85c71c30af732a8bc035ed39421bafe11d (diff)
parentb98cf9cdabd710f89eb57645a163fd52db338404 (diff)
downloademacs-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.texi2
-rw-r--r--doc/emacs/help.texi2
-rw-r--r--doc/emacs/misc.texi12
-rw-r--r--doc/man/emacs.1.in5
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.
186dragging the word preceding or containing point forward as well. The 186dragging the word preceding or containing point forward as well. The
187punctuation characters between the words do not move. For example, 187punctuation 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
190transpose the word before point with the first word on the next line. 190transpose 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
494package (@pxref{Packages}, and displays a help buffer describing the 494package (@pxref{Packages}), and displays a help buffer describing the
495attributes of the package and the features that it implements. The 495attributes of the package and the features that it implements. The
496buffer lists the keywords that relate to the package in the form of 496buffer lists the keywords that relate to the package in the form of
497buttons. Click on a button with @kbd{mouse-1} or @kbd{mouse-2} to see 497buttons. 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
784the buffer and type the input, terminated by @key{RET}. 784the 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
788window already shows the @file{*shell*} buffer. This behavior can
788be customized via @code{display-buffer-alist} (@pxref{Window Choice}). 789be 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
1074non-@code{nil} value, then Comint mode recognize prompts using a 1075non-@code{nil} value, then Comint mode will recognize prompts using a
1075regular expression (@pxref{Regexps}). In Shell mode, the regular 1076regular expression (@pxref{Regexps}). In Shell mode, the regular
1076expression is specified by the variable @code{shell-prompt-pattern}. 1077expression is specified by the variable @code{shell-prompt-pattern}.
1077The default value of @code{comint-use-prompt-regexp} is @code{nil}, 1078The 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
1147commands. To reuse shell commands from the history, use the editing 1148commands. To reuse shell commands from the history, use the editing
1148commands @kbd{M-p}, @kbd{M-n}, @kbd{M-r} and @kbd{M-s}. These work 1149commands @kbd{M-p}, @kbd{M-n}, and @kbd{M-r}. These work
1149just like the minibuffer history commands (@pxref{Minibuffer 1150similar to the minibuffer history commands (@pxref{Minibuffer
1150History}), except that they operate within the Shell buffer rather 1151History}), except that they operate within the Shell buffer rather
1151than the minibuffer. 1152than the minibuffer, and @code{M-r} in a Shell buffer invokes
1153incremental 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
1154buffer. Successive use of @kbd{M-p} fetches successively earlier 1156buffer. 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
123as the terminal instead of using stdin/stdout. 123as the terminal instead of using stdin/stdout.
124This must be the first argument specified in the command line. 124This 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]"
127Start Emacs as a daemon, enabling the Emacs server and disconnecting 127Start Emacs as a daemon, enabling the Emacs server and disconnecting
128from the terminal. You can then use the emacsclient (see 128from the terminal. You can then use the emacsclient (see
129.BR emacsclient (1)) 129.BR emacsclient (1))
@@ -131,6 +131,9 @@ command to
131connect to the server (with optional 131connect to the server (with optional
132.IR name ")." 132.IR name ")."
133.TP 133.TP
134.BI \-\-fg\-daemon "\fR[=\fPname\fR]"
135Like "\-\-bg\-daemon", but don't disconnect from the terminal.
136.TP
134.B \-\-version 137.B \-\-version
135Display 138Display
136.I Emacs 139.I Emacs