emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r111161: commands.texi small fix f


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r111161: commands.texi small fix for bug#13393
Date: Wed, 09 Jan 2013 16:26:08 -0500
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111161
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Wed 2013-01-09 16:26:08 -0500
message:
  commands.texi small fix for bug#13393
  
  * doc/lispref/commands.texi (Interactive Codes): 
  Whitespace does not terminate interactive "S".
modified:
  doc/lispref/ChangeLog
  doc/lispref/commands.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2013-01-06 03:10:18 +0000
+++ b/doc/lispref/ChangeLog     2013-01-09 21:26:08 +0000
@@ -1,3 +1,8 @@
+2013-01-09  Glenn Morris  <address@hidden>
+
+       * commands.texi (Interactive Codes):
+       Whitespace does not terminate interactive "S".  (Bug#13393)
+
 2013-01-06  Chong Yidong  <address@hidden>
 
        * windows.texi (Vertical Scrolling): Fix typos (Bug#13267).

=== modified file 'doc/lispref/commands.texi'
--- a/doc/lispref/commands.texi 2013-01-01 09:11:05 +0000
+++ b/doc/lispref/commands.texi 2013-01-09 21:26:08 +0000
@@ -471,10 +471,10 @@
 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]