diff options
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/ChangeLog | 6 | ||||
| -rw-r--r-- | doc/misc/ido.texi | 3 |
2 files changed, 8 insertions, 1 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index e3ad5688f22..aa1e69891a2 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2013-09-11 Xue Fuqiao <xfq.free@gmail.com> | ||
| 2 | |||
| 3 | * ido.texi (Interactive Substring Matching): Use @key{RET} instead | ||
| 4 | of @kbd{RET}. | ||
| 5 | (Prefix Matching): Add an index. | ||
| 6 | |||
| 1 | 2013-09-08 Glenn Morris <rgm@gnu.org> | 7 | 2013-09-08 Glenn Morris <rgm@gnu.org> |
| 2 | 8 | ||
| 3 | * emacs-gnutls.texi: Tweak direntry. | 9 | * emacs-gnutls.texi: Tweak direntry. |
diff --git a/doc/misc/ido.texi b/doc/misc/ido.texi index 623fb4bfa79..64885179259 100644 --- a/doc/misc/ido.texi +++ b/doc/misc/ido.texi | |||
| @@ -258,7 +258,7 @@ Buffer: 23@{123456 | 123@} | |||
| 258 | At this point, you still have two matching buffers. If you want the | 258 | At this point, you still have two matching buffers. If you want the |
| 259 | first buffer in the list, you can simply press @key{RET}. If you want | 259 | first buffer in the list, you can simply press @key{RET}. If you want |
| 260 | the second in the list, you can press @kbd{C-s} to move it to the top | 260 | the second in the list, you can press @kbd{C-s} to move it to the top |
| 261 | of the list and then press @kbd{RET} to select it. | 261 | of the list and then press @key{RET} to select it. |
| 262 | 262 | ||
| 263 | However, if you type @kbd{4}, you'll only have one match left: | 263 | However, if you type @kbd{4}, you'll only have one match left: |
| 264 | 264 | ||
| @@ -366,6 +366,7 @@ users Ido offers in addition to the default substring matching method | |||
| 366 | the only difference to the description of the substring matching | 366 | the only difference to the description of the substring matching |
| 367 | above. | 367 | above. |
| 368 | 368 | ||
| 369 | @cindex toggle prefix matching | ||
| 369 | You can toggle prefix matching with @kbd{C-p} | 370 | You can toggle prefix matching with @kbd{C-p} |
| 370 | (@code{ido-toggle-prefix}). | 371 | (@code{ido-toggle-prefix}). |
| 371 | 372 | ||