diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2022-08-01 00:38:33 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2022-08-01 01:17:15 -0700 |
commit | 353413a76b1bb607e1ce4368edf80890d2cc141b (patch) | |
tree | 36783508e47a56c91ff9ca9df24cbc647c221fdb /lisp/vc/vc.el | |
parent | d6c054a00776d8d04f14a24102043bfd409f948a (diff) | |
download | emacs-353413a76b1bb607e1ce4368edf80890d2cc141b.tar.gz emacs-353413a76b1bb607e1ce4368edf80890d2cc141b.tar.bz2 emacs-353413a76b1bb607e1ce4368edf80890d2cc141b.zip |
* lisp/vc/vc.el: Remove stray comment hyphen.
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 () ;; |