]> git.eshelyaron.com Git - emacs.git/commitdiff
Add an index for modify-syntax-entry.
authorXue Fuqiao <xfq.free@gmail.com>
Thu, 3 Oct 2013 15:32:10 +0000 (23:32 +0800)
committerXue Fuqiao <xfq.free@gmail.com>
Thu, 3 Oct 2013 15:32:10 +0000 (23:32 +0800)
doc/lispref/ChangeLog
doc/lispref/syntax.texi

index 0fbac479317e1235f3eddf57d33673220729acd8..e6a71b0166049b96f669d1324757013ec9471b81 100644 (file)
@@ -1,6 +1,7 @@
 2013-10-03  Xue Fuqiao  <xfq.free@gmail.com>
 
-       * syntax.texi (Syntax Flags): Add an index for comment style.
+       * syntax.texi (Syntax Flags):
+       (Syntax Table Functions): Add indexes.
 
 2013-10-02  Xue Fuqiao  <xfq.free@gmail.com>
 
index 4597058ba6e8d0003e5446fdc676782a18e5c36b..45b73e31e8bf78cd640c6d44e2e2be7fc65833da 100644 (file)
@@ -411,6 +411,7 @@ is not a syntax table.
 @end defun
 
 @deffn Command modify-syntax-entry char syntax-descriptor  &optional table
+@cindex syntax entry, setting
 This function sets the syntax entry for @var{char} according to
 @var{syntax-descriptor}.  @var{char} must be a character, or a cons
 cell of the form @code{(@var{min} . @var{max})}; in the latter case,