From 45a7e57ca337302437d330fca177af10df08c43f Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 9 Jan 2013 16:26:08 -0500 Subject: [PATCH] commands.texi small fix for bug#13393 * doc/lispref/commands.texi (Interactive Codes): Whitespace does not terminate interactive "S". --- doc/lispref/ChangeLog | 5 +++++ 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 @@ +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 -- 2.39.2