aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h
diff options
context:
space:
mode:
authorMiles Bader2008-01-30 07:57:28 +0000
committerMiles Bader2008-01-30 07:57:28 +0000
commitd235ca2ff8fab139ce797757fcb159d1e28fa7e0 (patch)
tree96c5cd1a06a0d9dc26e8470c6eabfc032c0046f3 /src/lisp.h
parent3709a060f679dba14df71ae64a0035fa2b5b3106 (diff)
parent02cbe062bee38a6705bafb1699d77e3c44cfafcf (diff)
downloademacs-d235ca2ff8fab139ce797757fcb159d1e28fa7e0.tar.gz
emacs-d235ca2ff8fab139ce797757fcb159d1e28fa7e0.zip
Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-324
Diffstat (limited to 'src/lisp.h')
-rw-r--r--src/lisp.h2
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'. */