From: Glenn Morris Date: Wed, 9 Jan 2013 21:26:08 +0000 (-0500) Subject: commands.texi small fix for bug#13393 X-Git-Tag: emacs-24.2.92~5 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=45a7e57ca337302437d330fca177af10df08c43f;p=emacs.git commands.texi small fix for bug#13393 * doc/lispref/commands.texi (Interactive Codes): Whitespace does not terminate interactive "S". --- 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 @@ +2013-01-09 Glenn Morris + + * commands.texi (Interactive Codes): + Whitespace does not terminate interactive "S". (Bug#13393) + 2013-01-06 Chong Yidong * 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 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