diff options
Diffstat (limited to 'lisp')
| -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. |