summaryrefslogtreecommitdiff
path: root/src/syntax.c
diff options
context:
space:
mode:
authorChong Yidong <cyd@gnu.org>2012-08-04 22:33:00 +0800
committerChong Yidong <cyd@gnu.org>2012-08-04 22:33:00 +0800
commit02676e5d3d035963b9f0ac51e0bd6c4722e90e31 (patch)
tree71222c3ead7f42b3d3bfd2f4b7abb5cae20ee0ae /src/syntax.c
parent76151e2ce70d4c0fec8f3dfda62a92e0430528dc (diff)
downloademacs-02676e5d3d035963b9f0ac51e0bd6c4722e90e31.tar.gz
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:
" string quote. \\ escape.
$ paired delimiter. ' expression quote or prefix operator.
< comment starter. > comment ender.
- / character-quote. @ inherit from `standard-syntax-table'.
+ / character-quote. @ inherit from parent table.
| generic string fence. ! generic comment fence.
Only single-character comment start and end sequences are represented thus.