aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 28584409e11..921c598f67a 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -680,7 +680,7 @@ multiple files, and C-x d passes it to `dired'.
680** Info mode: 680** Info mode:
681 681
682*** A numeric prefix argument of `info' selects an Info buffer 682*** A numeric prefix argument of `info' selects an Info buffer
683with the number appended to the *info* buffer name. 683with the number appended to the *info* buffer name (e.g. "*info*<2>").
684 684
685*** Regexp isearch (C-M-s and C-M-r) can search through multiple nodes. 685*** Regexp isearch (C-M-s and C-M-r) can search through multiple nodes.
686Failed isearch wraps to the top/final node. 686Failed isearch wraps to the top/final node.
@@ -689,6 +689,10 @@ Failed isearch wraps to the top/final node.
689`Info-search-backward', and `Info-search-next' which repeats the last 689`Info-search-backward', and `Info-search-next' which repeats the last
690search without prompting for a new search string. 690search without prompting for a new search string.
691 691
692*** New command `Info-history-forward' (bound to r and new toolbar icon)
693moves forward in history to the node you returned from after using
694`Info-history-back' (renamed from `Info-last').
695
692*** New command `Info-history' (bound to L) displays a menu of visited nodes. 696*** New command `Info-history' (bound to L) displays a menu of visited nodes.
693 697
694*** New command `Info-toc' (bound to T) creates a node with table of contents 698*** New command `Info-toc' (bound to T) creates a node with table of contents