diff options
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/info.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/misc/info.texi b/doc/misc/info.texi index cbdeaff50ce..077e83e3c90 100644 --- a/doc/misc/info.texi +++ b/doc/misc/info.texi | |||
| @@ -886,6 +886,14 @@ which the header says is the @samp{Previous} node (from this node, the | |||
| 886 | to revisit nodes in the history list in the forward direction, so that | 886 | to revisit nodes in the history list in the forward direction, so that |
| 887 | @kbd{r} will return you to the node you came from by typing @kbd{l}. | 887 | @kbd{r} will return you to the node you came from by typing @kbd{l}. |
| 888 | 888 | ||
| 889 | @cindex using tool-bar to navigate history | ||
| 890 | Clicking the mouse on the left arrow icon in the tool-bar while | ||
| 891 | holding down the @key{CTRL} key in Emacs opens a menu of previously | ||
| 892 | visited nodes: the same nodes that you can revisit by | ||
| 893 | @code{Info-history-back}. Selecting a node after clicking on the | ||
| 894 | right arrow icon revisits the same nodes as available by | ||
| 895 | @code{Info-history-forward}. | ||
| 896 | |||
| 889 | @kindex L @r{(Info mode)} | 897 | @kindex L @r{(Info mode)} |
| 890 | @findex Info-history | 898 | @findex Info-history |
| 891 | @cindex history list of visited nodes | 899 | @cindex history list of visited nodes |