diff options
Diffstat (limited to 'src/lisp.h')
| -rw-r--r-- | src/lisp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h index f3cdd1a26a7..284ee0b2b25 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -1413,7 +1413,7 @@ typedef unsigned char UCHAR; | |||
| 1413 | All callers should assure that at least this size of memory is | 1413 | All callers should assure that at least this size of memory is |
| 1414 | allocated at the place pointed by the second argument. | 1414 | allocated at the place pointed by the second argument. |
| 1415 | 1415 | ||
| 1416 | Thers are 6 modifiers, each consumes 2 chars. | 1416 | There are 6 modifiers, each consumes 2 chars. |
| 1417 | The octal form of a character code consumes | 1417 | The octal form of a character code consumes |
| 1418 | (1 + CHARACTERBITS / 3 + 1) chars (including backslash at the head). | 1418 | (1 + CHARACTERBITS / 3 + 1) chars (including backslash at the head). |
| 1419 | We need one more byte for string terminator `\0'. */ | 1419 | We need one more byte for string terminator `\0'. */ |