summaryrefslogtreecommitdiff
path: root/lisp/vc.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2005-06-10 14:08:47 +0000
committerJuanma Barranquero <lekktu@gmail.com>2005-06-10 14:08:47 +0000
commitaa40646530a80f7ccaba81e22ba8a43ea38b1eb3 (patch)
treeb239bf7c8bdd41bf859785f42d8b75bb728ee8af /lisp/vc.el
parent6bd47b393dc9a5ed2c3167a4af9a58586197efe2 (diff)
downloademacs-aa40646530a80f7ccaba81e22ba8a43ea38b1eb3.tar.gz
emacs-aa40646530a80f7ccaba81e22ba8a43ea38b1eb3.tar.bz2
emacs-aa40646530a80f7ccaba81e22ba8a43ea38b1eb3.zip
(vc-annotate): Fix spellings in docstrings.
Diffstat (limited to 'lisp/vc.el')
-rw-r--r--lisp/vc.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/vc.el b/lisp/vc.el
index 24fae514ea5..b89298604eb 100644
--- a/lisp/vc.el
+++ b/lisp/vc.el
@@ -3043,12 +3043,12 @@ use; you may override this using the second optional arg MODE."
;;;###autoload
(defun vc-annotate (prefix &optional revision display-mode)
- "Display the edit history of the current file using colours.
+ "Display the edit history of the current file using colors.
This command creates a buffer that shows, for each line of the current
-file, when it was last edited and by whom. Additionally, colours are
+file, when it was last edited and by whom. Additionally, colors are
used to show the age of each line--blue means oldest, red means
-youngest, and intermediate colours indicate intermediate ages. By
+youngest, and intermediate colors indicate intermediate ages. By
default, the time scale stretches back one year into the past;
everything that is older than that is shown in blue.