comparison lisp/vc.el @ 63262:10744649cbb8

(vc-annotate): Fix spellings in docstrings.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 10 Jun 2005 14:08:47 +0000
parents 4f2f430bf7c3
children 6fb026ad601f e58cb448e07c a1b34dec1104
comparison
equal deleted inserted replaced
63261:fbdbc34f3665 63262:10744649cbb8
3041 ;;;; Execute "annotate" on FILE by using `call-process' and insert 3041 ;;;; Execute "annotate" on FILE by using `call-process' and insert
3042 ;;;; the contents in BUFFER. 3042 ;;;; the contents in BUFFER.
3043 3043
3044 ;;;###autoload 3044 ;;;###autoload
3045 (defun vc-annotate (prefix &optional revision display-mode) 3045 (defun vc-annotate (prefix &optional revision display-mode)
3046 "Display the edit history of the current file using colours. 3046 "Display the edit history of the current file using colors.
3047 3047
3048 This command creates a buffer that shows, for each line of the current 3048 This command creates a buffer that shows, for each line of the current
3049 file, when it was last edited and by whom. Additionally, colours are 3049 file, when it was last edited and by whom. Additionally, colors are
3050 used to show the age of each line--blue means oldest, red means 3050 used to show the age of each line--blue means oldest, red means
3051 youngest, and intermediate colours indicate intermediate ages. By 3051 youngest, and intermediate colors indicate intermediate ages. By
3052 default, the time scale stretches back one year into the past; 3052 default, the time scale stretches back one year into the past;
3053 everything that is older than that is shown in blue. 3053 everything that is older than that is shown in blue.
3054 3054
3055 With a prefix argument, this command asks two questions in the 3055 With a prefix argument, this command asks two questions in the
3056 minibuffer. First, you may enter a version number; then the buffer 3056 minibuffer. First, you may enter a version number; then the buffer