diff options
| author | Lars Magne Ingebrigtsen | 2011-07-11 17:30:28 +0200 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2011-07-11 17:30:28 +0200 |
| commit | ad21a12a3a0a6c8eece582446612c8e2bd6a4e9c (patch) | |
| tree | f07d5ccf06a4bc41087fea552c89ad92eb783a4a | |
| parent | 22b9578d36d0dabde1c8ef745823135132988528 (diff) | |
| download | emacs-ad21a12a3a0a6c8eece582446612c8e2bd6a4e9c.tar.gz emacs-ad21a12a3a0a6c8eece582446612c8e2bd6a4e9c.zip | |
Clarify that the ". 23" syntax description is a string
Fixes: debbugs:3313
| -rw-r--r-- | doc/lispref/ChangeLog | 3 | ||||
| -rw-r--r-- | doc/lispref/syntax.texi | 2 |
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 @@ | |||
| 1 | 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org> | 1 | 2011-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 | |||
| 108 | character or flags are needed, one character is sufficient. | 108 | character 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 |
| 111 | mode is @samp{@w{. 23}} (i.e., punctuation, matching character slot | 111 | mode is @code{". 23"} (i.e., punctuation, matching character slot |
| 112 | unused, second character of a comment-starter, first character of a | 112 | unused, second character of a comment-starter, first character of a |
| 113 | comment-ender), and the entry for @samp{/} is @samp{@w{. 14}} (i.e., | 113 | comment-ender), and the entry for @samp{/} is @samp{@w{. 14}} (i.e., |
| 114 | punctuation, matching character slot unused, first character of a | 114 | punctuation, matching character slot unused, first character of a |