aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXue Fuqiao2013-09-11 22:06:22 +0800
committerXue Fuqiao2013-09-11 22:06:22 +0800
commit412a09723c5cf5f8b8a28fc0ef104750de3a6d7f (patch)
treee9f5111022436e552a267463a349d1df60a2ee0d
parentfb55b9d11ee8a83b9c2662e72af336d8deeb7a37 (diff)
downloademacs-412a09723c5cf5f8b8a28fc0ef104750de3a6d7f.tar.gz
emacs-412a09723c5cf5f8b8a28fc0ef104750de3a6d7f.zip
Minor fixes for ido.texi.
* doc/misc/ido.texi (Interactive Substring Matching): Use @key{RET} instead of @kbd{RET}. (Prefix Matching): Add an index.
-rw-r--r--doc/emacs/trouble.texi1
-rw-r--r--doc/lispref/nonascii.texi2
-rw-r--r--doc/misc/ChangeLog6
-rw-r--r--doc/misc/ido.texi3
4 files changed, 11 insertions, 1 deletions
diff --git a/doc/emacs/trouble.texi b/doc/emacs/trouble.texi
index 0d5ce6820c7..34783796899 100644
--- a/doc/emacs/trouble.texi
+++ b/doc/emacs/trouble.texi
@@ -1140,6 +1140,7 @@ Please help us keep up with the workload by designing the patch in a
1140form that is clearly safe to install. 1140form that is clearly safe to install.
1141@end itemize 1141@end itemize
1142 1142
1143@c FIXME: Include the node above?
1143@node Contributing 1144@node Contributing
1144@section Contributing to Emacs Development 1145@section Contributing to Emacs Development
1145@cindex contributing to Emacs 1146@cindex contributing to Emacs
diff --git a/doc/lispref/nonascii.texi b/doc/lispref/nonascii.texi
index f351829e4cf..ec949b37684 100644
--- a/doc/lispref/nonascii.texi
+++ b/doc/lispref/nonascii.texi
@@ -549,6 +549,8 @@ is @code{nil}, which means the character itself.
549@defun get-char-code-property char propname 549@defun get-char-code-property char propname
550This function returns the value of @var{char}'s @var{propname} property. 550This function returns the value of @var{char}'s @var{propname} property.
551 551
552@c FIXME: Use ā€˜?\s’ instead of ā€˜? ’ for the space character in the
553@c first example? --xfq
552@example 554@example
553@group 555@group
554(get-char-code-property ? 'general-category) 556(get-char-code-property ? 'general-category)
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 @@
12013-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
12013-09-08 Glenn Morris <rgm@gnu.org> 72013-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@}
258At this point, you still have two matching buffers. If you want the 258At this point, you still have two matching buffers. If you want the
259first buffer in the list, you can simply press @key{RET}. If you want 259first buffer in the list, you can simply press @key{RET}. If you want
260the second in the list, you can press @kbd{C-s} to move it to the top 260the second in the list, you can press @kbd{C-s} to move it to the top
261of the list and then press @kbd{RET} to select it. 261of the list and then press @key{RET} to select it.
262 262
263However, if you type @kbd{4}, you'll only have one match left: 263However, 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
366the only difference to the description of the substring matching 366the only difference to the description of the substring matching
367above. 367above.
368 368
369@cindex toggle prefix matching
369You can toggle prefix matching with @kbd{C-p} 370You can toggle prefix matching with @kbd{C-p}
370(@code{ido-toggle-prefix}). 371(@code{ido-toggle-prefix}).
371 372