commands.texi small fix for bug#13393
authorGlenn Morris <rgm@gnu.org>
Wed, 9 Jan 2013 21:26:08 +0000 (16:26 -0500)
committerGlenn Morris <rgm@gnu.org>
Wed, 9 Jan 2013 21:26:08 +0000 (16:26 -0500)
* doc/lispref/commands.texi (Interactive Codes):
Whitespace does not terminate interactive "S".

doc/lispref/ChangeLog
doc/lispref/commands.texi

index f583803..5936131 100644 (file)
@@ -1,3 +1,8 @@
+2013-01-09  Glenn Morris  <rgm@gnu.org>
+
+       * commands.texi (Interactive Codes):
+       Whitespace does not terminate interactive "S".  (Bug#13393)
+
 2013-01-06  Chong Yidong  <cyd@gnu.org>
 
        * windows.texi (Vertical Scrolling): Fix typos (Bug#13267).
index f3589fc..846d6f3 100644 (file)
@@ -471,10 +471,10 @@ Arbitrary text, read in the minibuffer and returned as a string
 these characters in the input.)  Prompt.
 
 @item S
-An interned symbol whose name is read in the minibuffer.  Any whitespace
-character terminates the input.  (Use @kbd{C-q} to include whitespace in
-the string.)  Other characters that normally terminate a symbol (e.g.,
-parentheses and brackets) do not do so here.  Prompt.
+An interned symbol whose name is read in the minibuffer.  Terminate
+the input with either @kbd{C-j} or @key{RET}.  Other characters that
+normally terminate a symbol (e.g., whitespace, parentheses and
+brackets) do not do so here.  Prompt.
 
 @item U
 A key sequence or @code{nil}.  Can be used after a @samp{k} or