diff options
Diffstat (limited to 'lisp/vc/vc.el')
-rw-r--r-- | lisp/vc/vc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el index d3e53858c16..b05adfb2d54 100644 --- a/lisp/vc/vc.el +++ b/lisp/vc/vc.el @@ -419,7 +419,7 @@ ;; AND you'd like the current time considered to be anything besides ;; (vc-annotate-convert-time (current-time)) -- i.e. the current ;; time with hours, minutes, and seconds included. Probably safe to -;; ignore. Return the current-time, in units of fractional days. +;; ignore. Return the current time, in units of fractional days. ;; ;; - annotate-extract-revision-at-line () ;; |