diff options
author | Miles Bader <miles@gnu.org> | 2002-04-24 00:58:45 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2002-04-24 00:58:45 +0000 |
commit | 24fb40e5eeb7abd6dfe10de13d82f58d18f98c03 (patch) | |
tree | c9f0ee051291b53de55f6f5d075b1c2e94df6606 /man/info.texi | |
parent | 077dce002041e360e8b2df94bcb635339aa14523 (diff) | |
download | emacs-24fb40e5eeb7abd6dfe10de13d82f58d18f98c03.tar.gz |
Re-add accidentally deleted `@key'.
Diffstat (limited to 'man/info.texi')
-rw-r--r-- | man/info.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/info.texi b/man/info.texi index bf13577ae03..0e4ea7f96e1 100644 --- a/man/info.texi +++ b/man/info.texi @@ -6,7 +6,7 @@ @syncodeindex vr cp @syncodeindex ky cp @comment %**end of header -@comment $Id: info.texi,v 1.20 2002/03/18 06:45:49 eliz Exp $ +@comment $Id: info.texi,v 1.21 2002/04/23 18:36:05 rms Exp $ @dircategory Texinfo documentation system @direntry @@ -837,7 +837,7 @@ Here are some more Info commands that make it easier to move around. If you know a node's name, you can go there by typing @kbd{g}, the name, and @key{RET}. Thus, @kbd{gTop@key{RET}} would go to the node called @samp{Top} in this file. (This is equivalent to @kbd{t}, see -@ref{Help-Int}.) @kbd{gAdvanced{RET}} would come back here. +@ref{Help-Int}.) @kbd{gAdvanced@key{RET}} would come back here. @kbd{g} in Emacs runs the command @code{Info-goto-node}. Unlike @kbd{m}, @kbd{g} does not allow the use of abbreviations. |