Mercurial > emacs
changeset 87741:36b8a740ef66
Fix typo in src/lisp.h
author | Michael Olson <mwolson@gnu.org> |
---|---|
date | Sun, 13 Jan 2008 22:08:06 +0000 |
parents | 5bd86dfd3e39 |
children | 25f1614da585 |
files | src/lisp.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/lisp.h Sun Jan 13 21:49:20 2008 +0000 +++ b/src/lisp.h Sun Jan 13 22:08:06 2008 +0000 @@ -1425,7 +1425,7 @@ 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'. */