]> code.delx.au - gnu-emacs/blobdiff - doc/misc/ido.texi
* lisp/subr.el (version-regexp-alist): Fix a typo.
[gnu-emacs] / doc / misc / ido.texi
index 623fb4bfa7943bec1ddb58e67cf1c314d521763d..6488517925906d5730943cd8a3a4aafbe1e5c43d 100644 (file)
@@ -258,7 +258,7 @@ Buffer: 23@{123456 | 123@}
 At this point, you still have two matching buffers.  If you want the
 first buffer in the list, you can simply press @key{RET}.  If you want
 the second in the list, you can press @kbd{C-s} to move it to the top
-of the list and then press @kbd{RET} to select it.
+of the list and then press @key{RET} to select it.
 
 However, if you type @kbd{4}, you'll only have one match left:
 
@@ -366,6 +366,7 @@ users Ido offers in addition to the default substring matching method
 the only difference to the description of the substring matching
 above.
 
+@cindex toggle prefix matching
 You can toggle prefix matching with @kbd{C-p}
 (@code{ido-toggle-prefix}).