diff options
| -rw-r--r-- | etc/NEWS | 10 |
1 files changed, 7 insertions, 3 deletions
| @@ -721,9 +721,13 @@ multiple files, and C-x d passes it to `dired'. | |||
| 721 | with the number appended to the *info* buffer name (e.g. "*info*<2>"). | 721 | with the number appended to the *info* buffer name (e.g. "*info*<2>"). |
| 722 | 722 | ||
| 723 | *** isearch in Info uses Info-search and searches through multiple nodes. | 723 | *** isearch in Info uses Info-search and searches through multiple nodes. |
| 724 | Failed isearch wraps to the top/final node. The user option | 724 | Before leaving the initial Info node isearch fails once with the error |
| 725 | `Info-isearch-search' controls whether to use Info-search or the | 725 | message [initial node], and with subsequent C-s/C-r continues through |
| 726 | default isearch search function. | 726 | other nodes. When isearch fails for the rest of the manual, it wraps |
| 727 | aroung the whole manual to the top/final node. The user option | ||
| 728 | `Info-isearch-search' controls whether to use Info-search for isearch, | ||
| 729 | or the default isearch search function that wraps around the current | ||
| 730 | Info node. | ||
| 727 | 731 | ||
| 728 | *** New search commands: `Info-search-case-sensitively' (bound to S), | 732 | *** New search commands: `Info-search-case-sensitively' (bound to S), |
| 729 | `Info-search-backward', and `Info-search-next' which repeats the last | 733 | `Info-search-backward', and `Info-search-next' which repeats the last |