aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen2011-07-11 17:30:28 +0200
committerLars Magne Ingebrigtsen2011-07-11 17:30:28 +0200
commitad21a12a3a0a6c8eece582446612c8e2bd6a4e9c (patch)
treef07d5ccf06a4bc41087fea552c89ad92eb783a4a
parent22b9578d36d0dabde1c8ef745823135132988528 (diff)
downloademacs-ad21a12a3a0a6c8eece582446612c8e2bd6a4e9c.tar.gz
emacs-ad21a12a3a0a6c8eece582446612c8e2bd6a4e9c.zip
Clarify that the ". 23" syntax description is a string
Fixes: debbugs:3313
-rw-r--r--doc/lispref/ChangeLog3
-rw-r--r--doc/lispref/syntax.texi2
2 files changed, 4 insertions, 1 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 9c8a76faf7c..f33acfba610 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,5 +1,8 @@
12011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org> 12011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 2
3 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
4 description is a string (bug#3313).
5
3 * frames.texi (Display Feature Testing): Try to explain what all 6 * frames.texi (Display Feature Testing): Try to explain what all
4 the visual classes mean (bug#3042). 7 the visual classes mean (bug#3042).
5 8
diff --git a/doc/lispref/syntax.texi b/doc/lispref/syntax.texi
index 6582a8dfb0c..31ee7eb4e7d 100644
--- a/doc/lispref/syntax.texi
+++ b/doc/lispref/syntax.texi
@@ -108,7 +108,7 @@ Then come the characters for any desired flags. If no matching
108character or flags are needed, one character is sufficient. 108character or flags are needed, one character is sufficient.
109 109
110 For example, the syntax descriptor for the character @samp{*} in C 110 For example, the syntax descriptor for the character @samp{*} in C
111mode is @samp{@w{. 23}} (i.e., punctuation, matching character slot 111mode is @code{". 23"} (i.e., punctuation, matching character slot
112unused, second character of a comment-starter, first character of a 112unused, second character of a comment-starter, first character of a
113comment-ender), and the entry for @samp{/} is @samp{@w{. 14}} (i.e., 113comment-ender), and the entry for @samp{/} is @samp{@w{. 14}} (i.e.,
114punctuation, matching character slot unused, first character of a 114punctuation, matching character slot unused, first character of a