aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorglacials2022-12-22 12:09:08 -0800
committerEli Zaretskii2022-12-24 09:37:50 +0200
commit756bb422a49a5d04ccc3bf022c8c5ac831ca02e4 (patch)
tree28881c4940ab6c0e5f2ebcad6e049f0d358c7c0b
parenta8c3424d28b247fa0a565994345dbb4555a2ab73 (diff)
downloademacs-756bb422a49a5d04ccc3bf022c8c5ac831ca02e4.tar.gz
emacs-756bb422a49a5d04ccc3bf022c8c5ac831ca02e4.zip
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
-rw-r--r--doc/misc/info.texi5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/misc/info.texi b/doc/misc/info.texi
index 4db35ebf0fc..5b1fae8f968 100644
--- a/doc/misc/info.texi
+++ b/doc/misc/info.texi
@@ -1098,9 +1098,8 @@ name, and @key{RET}. Thus, @kbd{gTop@key{RET}} would go to the node
1098called @samp{Top} in this file. (This is equivalent to @kbd{t}, see 1098called @samp{Top} in this file. (This is equivalent to @kbd{t}, see
1099@ref{Help-Int}.) @kbd{gGo to node@key{RET}} would come back here. 1099@ref{Help-Int}.) @kbd{gGo to node@key{RET}} would come back here.
1100 1100
1101 Unlike @kbd{m}, @kbd{g} does not allow the use of abbreviations. 1101 Like @kbd{m}, @kbd{g} allows the use of abbreviations. It also allows
1102But it does allow completion, so you can type @key{TAB} to complete a 1102completion, so you can type @key{TAB} to complete a partial node name.
1103partial node name.
1104 1103
1105@cindex go to another Info file 1104@cindex go to another Info file
1106 To go to a node in another file, you can include the file name in the 1105 To go to a node in another file, you can include the file name in the