Correct wrong info in (info)Go to node
The node (info)Go to node in the Info manual states that 'g' does not allow the use of abbreviations, however it does. To test this, type 'gt' from this node and see that it takes you to (info)Top, then type 'ggo<RET>' and see that it takes you back to (info)Go to node. Tested on emacs 28.2. * doc/misc/info.texi (Go to node): Fix inaccurate information. (Bug#60263) Copyright-paperwork-exempt: yes
This commit is contained in:
@@ -1098,9 +1098,8 @@ 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{gGo to node@key{RET}} would come back here.
|
||||
|
||||
Unlike @kbd{m}, @kbd{g} does not allow the use of abbreviations.
|
||||
But it does allow completion, so you can type @key{TAB} to complete a
|
||||
partial node name.
|
||||
Like @kbd{m}, @kbd{g} allows the use of abbreviations. It also allows
|
||||
completion, so you can type @key{TAB} to complete a partial node name.
|
||||
|
||||
@cindex go to another Info file
|
||||
To go to a node in another file, you can include the file name in the
|
||||
|
||||
Reference in New Issue
Block a user