diff options
| author | Michael Olson | 2008-01-13 22:10:51 +0000 |
|---|---|---|
| committer | Michael Olson | 2008-01-13 22:10:51 +0000 |
| commit | 944df51178e5c6617e89d28a2e6797b02550fde0 (patch) | |
| tree | 3503cbbcf9dd8f44ea66d51a98c790e16ffb5f69 /src | |
| parent | 052e457f1c19207015efc6c8f6b2b76ab8ffb1c9 (diff) | |
| download | emacs-944df51178e5c6617e89d28a2e6797b02550fde0.tar.gz emacs-944df51178e5c6617e89d28a2e6797b02550fde0.zip | |
Fix typo in src/lisp.h
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/lisp.h | 2 |
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 @@ | |||
| 1 | 2008-01-13 Tom Tromey <tromey@redhat.com> | ||
| 2 | |||
| 3 | * lisp.h: Fix typo. | ||
| 4 | |||
| 1 | 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu> | 5 | 2008-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'. */ |