diff options
| author | Glenn Morris | 2013-01-09 16:26:08 -0500 |
|---|---|---|
| committer | Glenn Morris | 2013-01-09 16:26:08 -0500 |
| commit | 45a7e57ca337302437d330fca177af10df08c43f (patch) | |
| tree | 6dc88f07b96a9742c9bcb335372e37b2a65968f3 | |
| parent | 89c0dda8521d9d988235cf50e4b4dae2df2956a1 (diff) | |
| download | emacs-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/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/lispref/commands.texi | 8 |
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 @@ | |||
| 1 | 2013-01-09 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * commands.texi (Interactive Codes): | ||
| 4 | Whitespace does not terminate interactive "S". (Bug#13393) | ||
| 5 | |||
| 1 | 2013-01-06 Chong Yidong <cyd@gnu.org> | 6 | 2013-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 | |||
| 471 | these characters in the input.) Prompt. | 471 | these characters in the input.) Prompt. |
| 472 | 472 | ||
| 473 | @item S | 473 | @item S |
| 474 | An interned symbol whose name is read in the minibuffer. Any whitespace | 474 | An interned symbol whose name is read in the minibuffer. Terminate |
| 475 | character terminates the input. (Use @kbd{C-q} to include whitespace in | 475 | the input with either @kbd{C-j} or @key{RET}. Other characters that |
| 476 | the string.) Other characters that normally terminate a symbol (e.g., | 476 | normally terminate a symbol (e.g., whitespace, parentheses and |
| 477 | parentheses and brackets) do not do so here. Prompt. | 477 | brackets) do not do so here. Prompt. |
| 478 | 478 | ||
| 479 | @item U | 479 | @item U |
| 480 | A key sequence or @code{nil}. Can be used after a @samp{k} or | 480 | A key sequence or @code{nil}. Can be used after a @samp{k} or |