diff options
Diffstat (limited to 'doc/lispref/commands.texi')
-rw-r--r-- | doc/lispref/commands.texi | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/lispref/commands.texi b/doc/lispref/commands.texi index f0414429be9..59ad2927411 100644 --- a/doc/lispref/commands.texi +++ b/doc/lispref/commands.texi @@ -2,7 +2,7 @@ @c This is part of the GNU Emacs Lisp Reference Manual. @c Copyright (C) 1990-1995, 1998-1999, 2001-2012 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. -@node Command Loop, Keymaps, Minibuffers, Top +@node Command Loop @chapter Command Loop @cindex editor command loop @cindex command loop @@ -286,7 +286,6 @@ used. @end defun @node Interactive Codes -@comment node-name, next, previous, up @subsection Code Characters for @code{interactive} @cindex interactive code description @cindex description for interactive codes @@ -508,7 +507,6 @@ argument value. Completion, Existing, Prompt. @end table @node Interactive Examples -@comment node-name, next, previous, up @subsection Examples of Using @code{interactive} @cindex examples of using @code{interactive} @cindex @code{interactive}, examples of using @@ -783,7 +781,6 @@ Here is another example that contrasts direct and indirect calls to @end example @node Command Loop Info -@comment node-name, next, previous, up @section Information from the Command Loop The editor command loop sets several Lisp variables to keep status |