diff options
author | Glenn Morris <rgm@gnu.org> | 2012-05-26 18:25:06 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-05-26 18:25:06 -0700 |
commit | abb9615e98fc80f5c5dd00d470601de1a4a93f88 (patch) | |
tree | d10c06cca0c66709471d62db2d32c06dddce9ed8 /doc/emacs/commands.texi | |
parent | 33017fafd17d722e82a268e9b272f27df261e09d (diff) | |
download | emacs-abb9615e98fc80f5c5dd00d470601de1a4a93f88.tar.gz |
Nuke hand-written node pointers in doc/emacs
Let makeinfo figure them out, as is recommended.
Diffstat (limited to 'doc/emacs/commands.texi')
-rw-r--r-- | doc/emacs/commands.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/emacs/commands.texi b/doc/emacs/commands.texi index 9678adfe87f..e63a98a9722 100644 --- a/doc/emacs/commands.texi +++ b/doc/emacs/commands.texi @@ -15,7 +15,7 @@ input. @raisesections @end ifnottex -@node User Input, Keys, Screen, Top +@node User Input @section Kinds of User Input @cindex input with the keyboard @cindex keyboard input @@ -80,7 +80,7 @@ as @dfn{input events}. For details about how Emacs internally handles input events, see @ref{Input Events,,, elisp, The Emacs Lisp Reference Manual}. -@node Keys, Commands, User Input, Top +@node Keys @section Keys Some Emacs commands are invoked by just one input event; for @@ -133,7 +133,7 @@ exception to this rule is @key{ESC}: @kbd{@key{ESC} C-h} is equivalent to @kbd{C-M-h}, which does something else entirely. You can, however, use @key{F1} to display a list of commands starting with @key{ESC}. -@node Commands, Entering Emacs, Keys, Top +@node Commands @section Keys and Commands @cindex binding |