diff options
Diffstat (limited to 'doc/lispref/syntax.texi')
| -rw-r--r-- | doc/lispref/syntax.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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 |