summaryrefslogtreecommitdiff
path: root/lisp/ansi-color.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-12-16 22:51:13 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2011-12-16 22:51:13 -0800
commit301b181a14b0f698c6aae05522e6f3401ea45a3c (patch)
treeec1696ff3532c3faf602fe928ee28929bb6a39a1 /lisp/ansi-color.el
parent2adb6e857867449beb24faf7b361e7c3c3904c88 (diff)
downloademacs-301b181a14b0f698c6aae05522e6f3401ea45a3c.tar.gz
Spelling fixes.
Diffstat (limited to 'lisp/ansi-color.el')
-rw-r--r--lisp/ansi-color.el2
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."