diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-12-16 22:51:13 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-12-16 22:51:13 -0800 |
commit | 301b181a14b0f698c6aae05522e6f3401ea45a3c (patch) | |
tree | ec1696ff3532c3faf602fe928ee28929bb6a39a1 /lisp/ansi-color.el | |
parent | 2adb6e857867449beb24faf7b361e7c3c3904c88 (diff) | |
download | emacs-301b181a14b0f698c6aae05522e6f3401ea45a3c.tar.gz emacs-301b181a14b0f698c6aae05522e6f3401ea45a3c.tar.bz2 emacs-301b181a14b0f698c6aae05522e6f3401ea45a3c.zip |
Spelling fixes.
Diffstat (limited to 'lisp/ansi-color.el')
-rw-r--r-- | lisp/ansi-color.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ansi-color.el b/lisp/ansi-color.el index 08b569de333..abb6a961018 100644 --- a/lisp/ansi-color.el +++ b/lisp/ansi-color.el @@ -585,7 +585,7 @@ ANSI-CODE is used as an index into the vector." "Create a new face by applying all the parameters in ESCAPE-SEQ. Should any of the parameters result in the default face (usually this is -the parameter 0), then the effect of all previous parameters is cancelled. +the parameter 0), then the effect of all previous parameters is canceled. ESCAPE-SEQ is a SGR control sequences such as \\033[34m. The parameter 34 is used by `ansi-color-get-face-1' to return a face definition." |