diff options
author | Juri Linkov <juri@jurta.org> | 2013-01-08 02:11:51 +0200 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2013-01-08 02:11:51 +0200 |
commit | c6a22ce23dad655c84f95bad1ed5191c2682f74e (patch) | |
tree | 0f7172911cee10b0c86a2fe53a8cc5874ffe2c2b /doc | |
parent | acfe10b71c260718f72445cd984327c1d96063ab (diff) | |
download | emacs-c6a22ce23dad655c84f95bad1ed5191c2682f74e.tar.gz |
* lisp/info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
that defaults to the Top node.
(Info-goto-node, Info-read-node-name): Doc fix to mention that
the short format (FILENAME) goes to the Top node.
(Info-build-node-completions): Rename arg `file' to `filename'.
* doc/misc/info.texi (Go to node): Mention the abbreviated format
`(FILENAME)' equal to `(FILENAME)Top'.
Fixes: debbugs:13365
Diffstat (limited to 'doc')
-rw-r--r-- | doc/misc/ChangeLog | 5 | ||||
-rw-r--r-- | doc/misc/info.texi | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 79214acc102..91a328198a2 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,3 +1,8 @@ +2013-01-08 Juri Linkov <juri@jurta.org> + + * info.texi (Go to node): Mention the abbreviated format + `(FILENAME)' equal to `(FILENAME)Top'. (Bug#13365) + 2013-01-06 Andreas Schwab <schwab@linux-m68k.org> * autotype.texi: Remove undefined command @subtitlefont. diff --git a/doc/misc/info.texi b/doc/misc/info.texi index 70dfffde393..d17a65571f1 100644 --- a/doc/misc/info.texi +++ b/doc/misc/info.texi @@ -1079,7 +1079,8 @@ partial node name. node name by putting it at the front, in parentheses. Thus, @kbd{g(dir)Top@key{RET}} would go to the Info Directory node, which is the node @samp{Top} in the Info file @file{dir}. Likewise, -@kbd{g(emacs)Top@key{RET}} goes to the top node of the Emacs manual. +@kbd{g(emacs)Top@key{RET}} (or just @kbd{g(emacs)@key{RET}}) goes to the +top node of the Emacs manual. The node name @samp{*} specifies the whole file. So you can look at all of the current file by typing @kbd{g*@key{RET}} or all of any |