aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h
diff options
context:
space:
mode:
authorMichael Olson2008-01-13 22:10:51 +0000
committerMichael Olson2008-01-13 22:10:51 +0000
commit944df51178e5c6617e89d28a2e6797b02550fde0 (patch)
tree3503cbbcf9dd8f44ea66d51a98c790e16ffb5f69 /src/lisp.h
parent052e457f1c19207015efc6c8f6b2b76ab8ffb1c9 (diff)
downloademacs-944df51178e5c6617e89d28a2e6797b02550fde0.tar.gz
emacs-944df51178e5c6617e89d28a2e6797b02550fde0.zip
Fix typo in src/lisp.h
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 d7ab71b5de9..5788f15852b 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -1425,7 +1425,7 @@ typedef unsigned char UCHAR;
1425 All callers should assure that at least this size of memory is 1425 All callers should assure that at least this size of memory is
1426 allocated at the place pointed by the second argument. 1426 allocated at the place pointed by the second argument.
1427 1427
1428 Thers are 6 modifiers, each consumes 2 chars. 1428 There are 6 modifiers, each consumes 2 chars.
1429 The octal form of a character code consumes 1429 The octal form of a character code consumes
1430 (1 + CHARACTERBITS / 3 + 1) chars (including backslash at the head). 1430 (1 + CHARACTERBITS / 3 + 1) chars (including backslash at the head).
1431 We need one more byte for string terminator `\0'. */ 1431 We need one more byte for string terminator `\0'. */