diff options
| author | Glenn Morris | 2007-10-19 07:05:46 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-10-19 07:05:46 +0000 |
| commit | 00367384a19b58237a0dcc0a4ccd0c27f113667f (patch) | |
| tree | 91bc1aa2269ba7ffb576f748805931f27c136544 | |
| parent | 7e4e9c66183a2a9b8dd16d1b0b3fc2d177b7393d (diff) | |
| download | emacs-00367384a19b58237a0dcc0a4ccd0c27f113667f.tar.gz emacs-00367384a19b58237a0dcc0a4ccd0c27f113667f.zip | |
Grammar fix.
| -rw-r--r-- | etc/NEWS.22 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/NEWS.22 b/etc/NEWS.22 index 867c58c47a4..f68285d1dfd 100644 --- a/etc/NEWS.22 +++ b/etc/NEWS.22 | |||
| @@ -97,8 +97,8 @@ This can be used to add menu entries for backend specific functions. | |||
| 97 | 97 | ||
| 98 | * Lisp Changes in Emacs 22.2. | 98 | * Lisp Changes in Emacs 22.2. |
| 99 | 99 | ||
| 100 | ** The command `repeat' will no more attempt to repeat a command bound | 100 | ** The command `repeat' no longer attempts to repeat a command bound |
| 101 | to an input event. | 101 | to an input event. |
| 102 | 102 | ||
| 103 | ** The function invisible-p returns non-nil if the character | 103 | ** The function invisible-p returns non-nil if the character |
| 104 | after a specified position is invisible. | 104 | after a specified position is invisible. |