aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref
diff options
context:
space:
mode:
authorXue Fuqiao2013-09-11 22:06:22 +0800
committerXue Fuqiao2013-09-11 22:06:22 +0800
commit412a09723c5cf5f8b8a28fc0ef104750de3a6d7f (patch)
treee9f5111022436e552a267463a349d1df60a2ee0d /doc/lispref
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.
Diffstat (limited to 'doc/lispref')
-rw-r--r--doc/lispref/nonascii.texi2
1 files changed, 2 insertions, 0 deletions
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)