aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2013-01-09 16:26:08 -0500
committerGlenn Morris2013-01-09 16:26:08 -0500
commit45a7e57ca337302437d330fca177af10df08c43f (patch)
tree6dc88f07b96a9742c9bcb335372e37b2a65968f3
parent89c0dda8521d9d988235cf50e4b4dae2df2956a1 (diff)
downloademacs-45a7e57ca337302437d330fca177af10df08c43f.tar.gz
emacs-45a7e57ca337302437d330fca177af10df08c43f.zip
commands.texi small fix for bug#13393
* doc/lispref/commands.texi (Interactive Codes): Whitespace does not terminate interactive "S".
-rw-r--r--doc/lispref/ChangeLog5
-rw-r--r--doc/lispref/commands.texi8
2 files changed, 9 insertions, 4 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index f583803be83..59361318ae3 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,8 @@
12013-01-09 Glenn Morris <rgm@gnu.org>
2
3 * commands.texi (Interactive Codes):
4 Whitespace does not terminate interactive "S". (Bug#13393)
5
12013-01-06 Chong Yidong <cyd@gnu.org> 62013-01-06 Chong Yidong <cyd@gnu.org>
2 7
3 * windows.texi (Vertical Scrolling): Fix typos (Bug#13267). 8 * windows.texi (Vertical Scrolling): Fix typos (Bug#13267).
diff --git a/doc/lispref/commands.texi b/doc/lispref/commands.texi
index f3589fc2edd..846d6f3a4a9 100644
--- a/doc/lispref/commands.texi
+++ b/doc/lispref/commands.texi
@@ -471,10 +471,10 @@ Arbitrary text, read in the minibuffer and returned as a string
471these characters in the input.) Prompt. 471these characters in the input.) Prompt.
472 472
473@item S 473@item S
474An interned symbol whose name is read in the minibuffer. Any whitespace 474An interned symbol whose name is read in the minibuffer. Terminate
475character terminates the input. (Use @kbd{C-q} to include whitespace in 475the input with either @kbd{C-j} or @key{RET}. Other characters that
476the string.) Other characters that normally terminate a symbol (e.g., 476normally terminate a symbol (e.g., whitespace, parentheses and
477parentheses and brackets) do not do so here. Prompt. 477brackets) do not do so here. Prompt.
478 478
479@item U 479@item U
480A key sequence or @code{nil}. Can be used after a @samp{k} or 480A key sequence or @code{nil}. Can be used after a @samp{k} or