]> git.eshelyaron.com Git - emacs.git/commitdiff
Minor fixes for ido.texi.
authorXue Fuqiao <xfq.free@gmail.com>
Wed, 11 Sep 2013 14:06:22 +0000 (22:06 +0800)
committerXue Fuqiao <xfq.free@gmail.com>
Wed, 11 Sep 2013 14:06:22 +0000 (22:06 +0800)
* doc/misc/ido.texi (Interactive Substring Matching): Use @key{RET}
instead of @kbd{RET}.
(Prefix Matching): Add an index.

doc/emacs/trouble.texi
doc/lispref/nonascii.texi
doc/misc/ChangeLog
doc/misc/ido.texi

index 0d5ce6820c7345290753e3002443a9b04a3e08db..347837968995aa817651727c3b18937e52aa3ab4 100644 (file)
@@ -1140,6 +1140,7 @@ Please help us keep up with the workload by designing the patch in a
 form that is clearly safe to install.
 @end itemize
 
+@c FIXME: Include the node above?
 @node Contributing
 @section Contributing to Emacs Development
 @cindex contributing to Emacs
index f351829e4cf325bbf2631ae9f5436933d73af479..ec949b376849a11d8797dd1571bf431e7048372b 100644 (file)
@@ -549,6 +549,8 @@ is @code{nil}, which means the character itself.
 @defun get-char-code-property char propname
 This function returns the value of @var{char}'s @var{propname} property.
 
+@c FIXME: Use ā€˜?\sā€™ instead of ā€˜? ā€™ for the space character in the
+@c first example?  --xfq
 @example
 @group
 (get-char-code-property ?  'general-category)
index e3ad5688f22d4fb2030fa69218b97aade78dac32..aa1e69891a22aa371f1c0481040f02f214cb8e58 100644 (file)
@@ -1,3 +1,9 @@
+2013-09-11  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * ido.texi (Interactive Substring Matching): Use @key{RET} instead
+       of @kbd{RET}.
+       (Prefix Matching): Add an index.
+
 2013-09-08  Glenn Morris  <rgm@gnu.org>
 
        * emacs-gnutls.texi: Tweak direntry.
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}).