commands.texi small fix for bug#13393
* doc/lispref/commands.texi (Interactive Codes): Whitespace does not terminate interactive "S".
This commit is contained in:
parent
89c0dda852
commit
45a7e57ca3
2 changed files with 9 additions and 4 deletions
|
@ -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).
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue