]> code.delx.au - gnu-emacs/blobdiff - src/lisp.h
Merge from emacs--devo--0
[gnu-emacs] / src / lisp.h
index f3cdd1a26a78a0f7a2bede4277b756e79c8cd4cf..284ee0b2b253ece88f708e9957548f045e4096f0 100644 (file)
@@ -1413,7 +1413,7 @@ typedef unsigned char UCHAR;
    All callers should assure that at least this size of memory is
    allocated at the place pointed by the second argument.
 
-   Thers are 6 modifiers, each consumes 2 chars.
+   There are 6 modifiers, each consumes 2 chars.
    The octal form of a character code consumes
    (1 + CHARACTERBITS / 3 + 1) chars (including backslash at the head).
    We need one more byte for string terminator `\0'.  */