aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS12
1 files changed, 7 insertions, 5 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 2b4f16efa13..ec00bb58f4f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -519,6 +519,13 @@ mode toggling function instead.
519*** A numeric prefix argument of `info' selects an Info buffer 519*** A numeric prefix argument of `info' selects an Info buffer
520with the number appended to the *info* buffer name. 520with the number appended to the *info* buffer name.
521 521
522*** Regexp isearch (C-M-s and C-M-r) can search through multiple nodes.
523Failed isearch wraps to the top/final node.
524
525*** New search commands: `Info-search-case-sensitively' (bound to S),
526`Info-search-backward', and `Info-search-next' which repeats the last
527search without prompting for a new search string.
528
522*** New command `Info-history' (bound to L) displays a menu of visited nodes. 529*** New command `Info-history' (bound to L) displays a menu of visited nodes.
523 530
524*** New command `Info-toc' (bound to T) creates a node with table of contents 531*** New command `Info-toc' (bound to T) creates a node with table of contents
@@ -532,11 +539,6 @@ possible matches.
532the current Info node name into the kill ring. With a zero prefix 539the current Info node name into the kill ring. With a zero prefix
533arg, puts the node name inside the `info' function call. 540arg, puts the node name inside the `info' function call.
534 541
535*** New command `Info-search-case-sensitively' (bound to S).
536
537*** New command `Info-search-next' (unbound) repeats the last search
538without prompting for a new search string.
539
540*** New face `info-xref-visited' distinguishes visited nodes from unvisited 542*** New face `info-xref-visited' distinguishes visited nodes from unvisited
541and a new option `Info-fontify-visited-nodes' to control this. 543and a new option `Info-fontify-visited-nodes' to control this.
542 544