emacs-devel
[Top][All Lists]
Advanced

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

Re: vc.el api doc fixes


From: Dmitry Gutov
Subject: Re: vc.el api doc fixes
Date: Fri, 17 Sep 2021 02:03:53 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0

On 15.09.2021 16:18, Alfred M. Szmidt wrote:
Some minor fixes to the API documentation in vc.el

diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el
index 8036be390a..e535b497a5 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'.


Thanks, installed.



reply via email to

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