diff options
| author | Richard M. Stallman | 1996-10-12 02:42:58 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-10-12 02:42:58 +0000 |
| commit | 7a8f27dbe6b3bbc0cde23a04b81ce9347fb9dfaa (patch) | |
| tree | 110b7a3f0e366f9064069bd3a901d2fc81544fff /lisp/textmodes | |
| parent | 5d137be3bda08ac9851785309f59455c314b2493 (diff) | |
| download | emacs-7a8f27dbe6b3bbc0cde23a04b81ce9347fb9dfaa.tar.gz emacs-7a8f27dbe6b3bbc0cde23a04b81ce9347fb9dfaa.zip | |
Comment change.
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/ispell.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index 9a29c1c95ed..79f81ad4df2 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el | |||
| @@ -212,7 +212,7 @@ | |||
| 212 | ;; lookup-words rehacked to use call-process (Jamie). | 212 | ;; lookup-words rehacked to use call-process (Jamie). |
| 213 | ;; ispell-complete-word rehacked to be compatible with the rest of the | 213 | ;; ispell-complete-word rehacked to be compatible with the rest of the |
| 214 | ;; system for word searching and to include multiple wildcards, | 214 | ;; system for word searching and to include multiple wildcards, |
| 215 | ;; and it's own dictionary. | 215 | ;; and its own dictionary. |
| 216 | ;; query-replace capability added. New options 'X', 'R', and 'A'. | 216 | ;; query-replace capability added. New options 'X', 'R', and 'A'. |
| 217 | ;; buffer-local modes for dictionary, word-spelling, and formatter-parsing. | 217 | ;; buffer-local modes for dictionary, word-spelling, and formatter-parsing. |
| 218 | ;; Many random bugs, like commented comments being skipped, fix to | 218 | ;; Many random bugs, like commented comments being skipped, fix to |