]> git.eshelyaron.com Git - emacs.git/commitdiff
; 'Changes from the pre-25.1 API' copyedits
authorDmitry Gutov <dgutov@yandex.ru>
Wed, 25 May 2016 01:01:12 +0000 (04:01 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Wed, 25 May 2016 01:01:12 +0000 (04:01 +0300)
lisp/vc/vc.el

index 790272c3d7a9b2caf56132ef1b5cb73378b75150..af875e89907fa91674ccbae095f9ecb24b193db6 100644 (file)
 ;;   argument, since on no system since RCS has setting the initial
 ;;   revision been even possible, let alone sane.
 ;;
-;;   INCOMPATIBLE CHANGE: In older versions of the API, vc-diff did
+;; - INCOMPATIBLE CHANGE: In older versions of the API, vc-diff did
 ;;   not take an async-mode flag as a fourth optional argument.  (This
 ;;   change eliminated a particularly ugly global.)
 ;;
 ;;   SVN.)
 ;;
 ;; - INCOMPATIBLE CHANGE: The old fourth 'default-state' argument of
-;;   vc-dir-status-files is gone; none of the back ends actually used it.
+;;   dir-status-files is gone; none of the back ends actually used it.
 ;;
-;; - vc-dir-status is no longer a public method; it has been replaced
-;;   by vc-dir-status-files.
+;; - dir-status is no longer a public method; it has been replaced by
+;;   dir-status-files.
 ;;
-;; - vc-state-heuristic is no longer a public method (the CVS backend
+;; - state-heuristic is no longer a public method (the CVS backend
 ;;   retains it as a private one).
 ;;
 ;; - the vc-mistrust-permissions configuration variable is gone; the