]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/vc/vc.el: API doc fixes.
authorAlfred M. Szmidt <ams@gnu.org>
Thu, 16 Sep 2021 23:03:22 +0000 (02:03 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Thu, 16 Sep 2021 23:03:22 +0000 (02:03 +0300)
lisp/vc/vc.el

index 1d4a2e8113aa5d28e1733301fb125f3580b0cc3d..8767969163777a36860c8de01a693a8c4bbe557c 100644 (file)
 ;;   and displays a file name and a revision, then return a cons
 ;;   (REVISION . FILENAME).
 ;;
-;; - region-history (FILE BUFFER LFROM LTO)
+;; - region-history (file buffer lfrom lto)
 ;;
 ;;   Insert into BUFFER the history (log comments and diffs) of the content of
 ;;   FILE between lines LFROM and LTO.  This is typically done asynchronously.
 ;;   `.bzrignore'.  The default behavior is to read the contents of
 ;;   the file returned by the `find-ignore-file' function.
 ;;
-;; - find-ignore-file
+;; - find-ignore-file (file)
 ;;
 ;;   Return the ignore file that controls FILE, e.g. `.gitignore' or
 ;;   `.bzrignore'.