emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 7e27cb6: * lisp/vc/vc.el: API doc fixes.


From: Dmitry Gutov
Subject: master 7e27cb6: * lisp/vc/vc.el: API doc fixes.
Date: Thu, 16 Sep 2021 19:03:47 -0400 (EDT)

branch: master
commit 7e27cb6e729d4a3cc3282db3b25f6d104ae17f0a
Author: Alfred M. Szmidt <ams@gnu.org>
Commit: Dmitry Gutov <dgutov@yandex.ru>

    * lisp/vc/vc.el: API doc fixes.
---
 lisp/vc/vc.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el
index 1d4a2e8..8767969 100644
--- a/lisp/vc/vc.el
+++ b/lisp/vc/vc.el
@@ -431,7 +431,7 @@
 ;;   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.
@@ -496,7 +496,7 @@
 ;;   `.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'.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]