mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
Info-history-forward
This commit is contained in:
parent
424b9d3e7d
commit
dc25712992
1 changed files with 5 additions and 1 deletions
6
etc/NEWS
6
etc/NEWS
|
|
@ -680,7 +680,7 @@ multiple files, and C-x d passes it to `dired'.
|
|||
** Info mode:
|
||||
|
||||
*** A numeric prefix argument of `info' selects an Info buffer
|
||||
with the number appended to the *info* buffer name.
|
||||
with the number appended to the *info* buffer name (e.g. "*info*<2>").
|
||||
|
||||
*** Regexp isearch (C-M-s and C-M-r) can search through multiple nodes.
|
||||
Failed isearch wraps to the top/final node.
|
||||
|
|
@ -689,6 +689,10 @@ Failed isearch wraps to the top/final node.
|
|||
`Info-search-backward', and `Info-search-next' which repeats the last
|
||||
search without prompting for a new search string.
|
||||
|
||||
*** New command `Info-history-forward' (bound to r and new toolbar icon)
|
||||
moves forward in history to the node you returned from after using
|
||||
`Info-history-back' (renamed from `Info-last').
|
||||
|
||||
*** New command `Info-history' (bound to L) displays a menu of visited nodes.
|
||||
|
||||
*** New command `Info-toc' (bound to T) creates a node with table of contents
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue