aboutsummaryrefslogtreecommitdiffstats
path: root/src/syntax.c
diff options
context:
space:
mode:
authorChong Yidong2012-08-04 22:33:00 +0800
committerChong Yidong2012-08-04 22:33:00 +0800
commit02676e5d3d035963b9f0ac51e0bd6c4722e90e31 (patch)
tree71222c3ead7f42b3d3bfd2f4b7abb5cae20ee0ae /src/syntax.c
parent76151e2ce70d4c0fec8f3dfda62a92e0430528dc (diff)
downloademacs-02676e5d3d035963b9f0ac51e0bd6c4722e90e31.tar.gz
emacs-02676e5d3d035963b9f0ac51e0bd6c4722e90e31.zip
Doc fixes and improvements for syntax tables.
* src/syntax.c (Fmodify_syntax_entry): Doc fix. * doc/lispref/syntax.texi (Syntax Basics): Rearrange the text for clarity. Fix description of syntax table inheritance. (Syntax Table Functions): Don't refer to internal contents of syntax table, since that is not explained yet. Copyedits. (Standard Syntax Tables): Node deleted. (Syntax Table Internals): Misc clarifications. Improve table formatting. * doc/lispref/keymaps.texi (Inheritance and Keymaps): * doc/lispref/text.texi (Sticky Properties): Tweak index entry.
Diffstat (limited to 'src/syntax.c')
-rw-r--r--src/syntax.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syntax.c b/src/syntax.c
index f0e30803dea..1299d2e9931 100644
--- a/src/syntax.c
+++ b/src/syntax.c
@@ -1009,7 +1009,7 @@ The first character of NEWENTRY should be one of the following:
1009 " string quote. \\ escape. 1009 " string quote. \\ escape.
1010 $ paired delimiter. ' expression quote or prefix operator. 1010 $ paired delimiter. ' expression quote or prefix operator.
1011 < comment starter. > comment ender. 1011 < comment starter. > comment ender.
1012 / character-quote. @ inherit from `standard-syntax-table'. 1012 / character-quote. @ inherit from parent table.
1013 | generic string fence. ! generic comment fence. 1013 | generic string fence. ! generic comment fence.
1014 1014
1015Only single-character comment start and end sequences are represented thus. 1015Only single-character comment start and end sequences are represented thus.