aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olson2008-01-13 22:10:51 +0000
committerMichael Olson2008-01-13 22:10:51 +0000
commit944df51178e5c6617e89d28a2e6797b02550fde0 (patch)
tree3503cbbcf9dd8f44ea66d51a98c790e16ffb5f69
parent052e457f1c19207015efc6c8f6b2b76ab8ffb1c9 (diff)
downloademacs-944df51178e5c6617e89d28a2e6797b02550fde0.tar.gz
emacs-944df51178e5c6617e89d28a2e6797b02550fde0.zip
Fix typo in src/lisp.h
-rw-r--r--src/ChangeLog4
-rw-r--r--src/lisp.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 206c9a4e218..24dcaf9d9b4 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12008-01-13 Tom Tromey <tromey@redhat.com>
2
3 * lisp.h: Fix typo.
4
12008-01-13 Dan Nicolaescu <dann@ics.uci.edu> 52008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
2 6
3 * m/sequent-ptx.h: 7 * m/sequent-ptx.h:
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'. */