changeset 111938:b53e0a0b4ec1

Fix bug #7576 with lack of index entries for character syntax. custom.texi (Init Syntax): Add index entries for "character syntax".
author Eli Zaretskii <eliz@gnu.org>
date Sat, 11 Dec 2010 11:11:32 +0200
parents 7e76cee0d110
children bb8b0f23abc5
files doc/emacs/ChangeLog doc/emacs/custom.texi
diffstat 2 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/doc/emacs/ChangeLog	Fri Dec 10 18:37:16 2010 -0800
+++ b/doc/emacs/ChangeLog	Sat Dec 11 11:11:32 2010 +0200
@@ -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)
--- a/doc/emacs/custom.texi	Fri Dec 10 18:37:16 2010 -0800
+++ b/doc/emacs/custom.texi	Sat Dec 11 11:11:32 2010 +0200
@@ -2234,6 +2234,8 @@
 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 @@
 @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