diff options
| author | Glenn Morris | 2007-10-19 07:05:37 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-10-19 07:05:37 +0000 |
| commit | 5a682cacbe5b63c8d7929b8bf4a11efe74487c65 (patch) | |
| tree | 247c7596cbaec068fb247bee913e4abec8aa8c7f | |
| parent | b4fde39fda2eed0fd1b60c10fdf832fabb8cb7cd (diff) | |
| download | emacs-5a682cacbe5b63c8d7929b8bf4a11efe74487c65.tar.gz emacs-5a682cacbe5b63c8d7929b8bf4a11efe74487c65.zip | |
Grammar fix.
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -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. |