diff options
| author | Glenn Morris | 2007-02-28 03:11:06 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-02-28 03:11:06 +0000 |
| commit | e4571434af47cfc7259eb706b95299a77b72dfae (patch) | |
| tree | 8ce66337b79b84ea516d355d4dcb6b485e7e1d14 | |
| parent | 69718d15b24bf559a20d3a77d86031a3262561c5 (diff) | |
| download | emacs-e4571434af47cfc7259eb706b95299a77b72dfae.tar.gz emacs-e4571434af47cfc7259eb706b95299a77b72dfae.zip | |
Fix typo.
| -rw-r--r-- | lwlib/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lwlib/README b/lwlib/README index 6f4648d14b1..97fdeac3d4b 100644 --- a/lwlib/README +++ b/lwlib/README | |||
| @@ -6,4 +6,4 @@ GPL version 1 (or later). It is not considered part of GNU Emacs. | |||
| 6 | This version of the library differs from the original as described in | 6 | This version of the library differs from the original as described in |
| 7 | the ChangeLog file. For example, the file "lwlib-int.h" was renamed | 7 | the ChangeLog file. For example, the file "lwlib-int.h" was renamed |
| 8 | from "lwlib-internal.h" in order to fit in 14 characters, and the | 8 | from "lwlib-internal.h" in order to fit in 14 characters, and the |
| 9 | makefile adjusted to fit in with Emacs's configure script, | 9 | makefile adjusted to fit in with Emacs's configure script. |