aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorStefan Monnier2013-01-09 22:43:02 -0500
committerStefan Monnier2013-01-09 22:43:02 -0500
commit3f9549e874035d963eb5ca02f24d51dc935e6326 (patch)
tree1340657aa0689287b52f3dba9d8c6bc4da822c02 /doc
parentb14abca9476cba2f500b5eda89441d593dd0f12b (diff)
parentc4dd9efc9ed3f7de8f4ee74b6d47f65ad72320cf (diff)
downloademacs-3f9549e874035d963eb5ca02f24d51dc935e6326.tar.gz
emacs-3f9549e874035d963eb5ca02f24d51dc935e6326.zip
Merge from emacs-24
Diffstat (limited to 'doc')
-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 64973ca38c5..2631bdf708a 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