emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/commands.texi


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/commands.texi
Date: Fri, 20 Jan 2006 01:24:33 +0000

Index: emacs/lispref/commands.texi
diff -u emacs/lispref/commands.texi:1.73 emacs/lispref/commands.texi:1.74
--- emacs/lispref/commands.texi:1.73    Mon Oct 17 16:19:56 2005
+++ emacs/lispref/commands.texi Fri Jan 20 01:24:33 2006
@@ -2074,6 +2074,9 @@
 events---characters, symbols, and lists.  The elements of the string or
 vector are the events in the key sequence.
 
+Reading a key sequence includes translating the events in various
+ways.  @xref{Translating Input}.
+
 The argument @var{prompt} is either a string to be displayed in the
 echo area as a prompt, or @code{nil}, meaning not to display a prompt.
 The argument @var{continue-echo}, if address@hidden, means to echo
@@ -2097,8 +2100,8 @@
 after another.  It should be @code{nil} if the caller will read just
 one key sequence.
 
-In the example below, the prompt @samp{?} is displayed in the echo area,
-and the user types @kbd{C-x C-f}.
+In the following example, Emacs displays the prompt @samp{?} in the
+echo area, and then the user types @kbd{C-x C-f}.
 
 @example
 (read-key-sequence "?")
@@ -2173,11 +2176,6 @@
 and key sequences read from keyboard macros being executed.
 @end defvar
 
address@hidden num-nonmacro-input-events
-This variable holds the total number of input events received so far
-from the terminal---not counting those generated by keyboard macros.
address@hidden defvar
-
 @node Reading One Event
 @subsection Reading One Event
 @cindex reading a single event
@@ -2265,6 +2263,11 @@
 gets a character.  The arguments work as in @code{read-event}.
 @end defun
 
address@hidden num-nonmacro-input-events
+This variable holds the total number of input events received so far
+from the terminal---not counting those generated by keyboard macros.
address@hidden defvar
+
 @node Invoking the Input Method
 @subsection Invoking the Input Method
 




reply via email to

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