diff options
| author | Gerd Moellmann | 2000-08-17 20:23:57 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-08-17 20:23:57 +0000 |
| commit | 72f7b3625ff5000f6e2c95da1c4bdd3d55611c0d (patch) | |
| tree | f0013d43a3084e2519c40b2e0481f0097d714975 | |
| parent | 5e9efc68630f9bff6e992e9dac1f9fe5f3185ac2 (diff) | |
| download | emacs-72f7b3625ff5000f6e2c95da1c4bdd3d55611c0d.tar.gz emacs-72f7b3625ff5000f6e2c95da1c4bdd3d55611c0d.zip | |
Fix typos in commentary.
| -rw-r--r-- | lisp/hilit-chg.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/hilit-chg.el b/lisp/hilit-chg.el index c5edf38783f..3ce381738e8 100644 --- a/lisp/hilit-chg.el +++ b/lisp/hilit-chg.el | |||
| @@ -130,8 +130,8 @@ | |||
| 130 | ;; an example, if the value is 'buffer-file-name then all buffers | 130 | ;; an example, if the value is 'buffer-file-name then all buffers |
| 131 | ;; who are visiting files are suitable, but others (like dired | 131 | ;; who are visiting files are suitable, but others (like dired |
| 132 | ;; buffers) are not; | 132 | ;; buffers) are not; |
| 133 | ;; * a list -- then if the buufer is suitable iff its mode is in the | 133 | ;; * a list -- then the buffer is suitable iff its mode is in the |
| 134 | ;; list, exccept if the first element is nil in which case the test | 134 | ;; list, except if the first element is `not', in which case the test |
| 135 | ;; is reversed (i.e. it is a list of unsuitable modes). | 135 | ;; is reversed (i.e. it is a list of unsuitable modes). |
| 136 | ;; * Otherwise, the buffer is suitable if its name does not begin with | 136 | ;; * Otherwise, the buffer is suitable if its name does not begin with |
| 137 | ;; ` ' or `*' and if `buffer-file-name' returns true. | 137 | ;; ` ' or `*' and if `buffer-file-name' returns true. |