unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* vc.el api doc fixes
@ 2021-09-15 13:18 Alfred M. Szmidt
  2021-09-16 23:03 ` Dmitry Gutov
  0 siblings, 1 reply; 2+ messages in thread
From: Alfred M. Szmidt @ 2021-09-15 13:18 UTC (permalink / raw)
  To: emacs-devel

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'.



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: vc.el api doc fixes
  2021-09-15 13:18 vc.el api doc fixes Alfred M. Szmidt
@ 2021-09-16 23:03 ` Dmitry Gutov
  0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Gutov @ 2021-09-16 23:03 UTC (permalink / raw)
  To: Alfred M. Szmidt, emacs-devel

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.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-09-16 23:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-15 13:18 vc.el api doc fixes Alfred M. Szmidt
2021-09-16 23:03 ` Dmitry Gutov

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).