# HG changeset patch # User Juanma Barranquero # Date 1118412527 0 # Node ID 10744649cbb8a5dfbcbde8073da090c0103ce266 # Parent fbdbc34f3665dd39a693cc2d7ff91c66be3add9f (vc-annotate): Fix spellings in docstrings. diff -r fbdbc34f3665 -r 10744649cbb8 lisp/vc.el --- a/lisp/vc.el Fri Jun 10 14:08:19 2005 +0000 +++ b/lisp/vc.el Fri Jun 10 14:08:47 2005 +0000 @@ -3043,12 +3043,12 @@ ;;;###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.