diff options
| author | Dave Love | 2001-01-25 20:21:01 +0000 |
|---|---|---|
| committer | Dave Love | 2001-01-25 20:21:01 +0000 |
| commit | fba448c1825e6d9c84608452a3120359bfe06dbe (patch) | |
| tree | 5c99c4c36cf0b2b8d1fcae163179d7ffa69c4bb9 | |
| parent | 05197f40d67c56a9138fba693cb6eab08bf224c0 (diff) | |
| download | emacs-fba448c1825e6d9c84608452a3120359bfe06dbe.tar.gz emacs-fba448c1825e6d9c84608452a3120359bfe06dbe.zip | |
flyspell
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
| @@ -43,6 +43,9 @@ description of aspects specific to the Mac. | |||
| 43 | 43 | ||
| 44 | * Changes in Emacs 21.1 | 44 | * Changes in Emacs 21.1 |
| 45 | 45 | ||
| 46 | ** Flyspell mode has various new options. See the `flyspell' Custom | ||
| 47 | group. | ||
| 48 | |||
| 46 | ** The user option `backward-delete-char-untabify-method' controls the | 49 | ** The user option `backward-delete-char-untabify-method' controls the |
| 47 | behaviour of `backward-delete-char-untabify'. [This change was made | 50 | behaviour of `backward-delete-char-untabify'. [This change was made |
| 48 | in Emacs 20.3 but not mentioned then.] | 51 | in Emacs 20.3 but not mentioned then.] |
| @@ -1930,7 +1933,7 @@ containing diff3-style conflict markers, such as generated by RCS. | |||
| 1930 | 1933 | ||
| 1931 | *** ansi-color.el translates ANSI terminal escapes into text-properties. | 1934 | *** ansi-color.el translates ANSI terminal escapes into text-properties. |
| 1932 | 1935 | ||
| 1933 | Please note: if `ansi-color-for-comint-mode and | 1936 | Please note: if `ansi-color-for-comint-mode' and |
| 1934 | `global-font-lock-mode' are non-nil, loading ansi-color.el will | 1937 | `global-font-lock-mode' are non-nil, loading ansi-color.el will |
| 1935 | disable font-lock and add `ansi-color-apply' to | 1938 | disable font-lock and add `ansi-color-apply' to |
| 1936 | `comint-preoutput-filter-functions' for all shell-mode buffers. This | 1939 | `comint-preoutput-filter-functions' for all shell-mode buffers. This |