summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2010-12-11 11:11:32 +0200
committerEli Zaretskii <eliz@gnu.org>2010-12-11 11:11:32 +0200
commit68f75971cc0228edb80d22728d6f83494d1594b5 (patch)
treed4f0cf124a26e42527efcb153ae1b15dc8eadd95 /doc
parent6e427e96702a3e4eccce4cabac7aea2382475e42 (diff)
downloademacs-68f75971cc0228edb80d22728d6f83494d1594b5.tar.gz
Fix bug #7576 with lack of index entries for character syntax.
custom.texi (Init Syntax): Add index entries for "character syntax".
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/ChangeLog5
-rw-r--r--doc/emacs/custom.texi3
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index cfc04f55ae8..e16e41964c1 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,8 @@
+2010-12-11 Eli Zaretskii <eliz@gnu.org>
+
+ * custom.texi (Init Syntax): Add index entries for "character syntax".
+ (Bug#7576)
+
2010-12-11 Karel Klíč <kklic@redhat.com>
* text.texi (HTML Mode): Small fixes. (Bug#7607)
diff --git a/doc/emacs/custom.texi b/doc/emacs/custom.texi
index 18fdb581210..0d78e21ca06 100644
--- a/doc/emacs/custom.texi
+++ b/doc/emacs/custom.texi
@@ -2234,6 +2234,8 @@ a Meta character, as in @samp{\M-a} for @kbd{Meta-A} or @samp{\M-\C-a} for
non-@acronym{ASCII} in your init file.
@item Characters:
+@cindex Lisp character syntax
+@cindex character syntax
Lisp character constant syntax consists of a @samp{?} followed by
either a character or an escape sequence starting with @samp{\}.
Examples: @code{?x}, @code{?\n}, @code{?\"}, @code{?\)}. Note that
@@ -2250,6 +2252,7 @@ keys which send non-@acronym{ASCII} characters.
@code{nil} stands for `false'.
@item Other Lisp objects:
+@cindex Lisp object syntax
Write a single-quote (@code{'}) followed by the Lisp object you want.
@end table