diff options
author | Alfred M. Szmidt <ams@gnu.org> | 2021-09-17 02:03:22 +0300 |
---|---|---|
committer | Dmitry Gutov <dgutov@yandex.ru> | 2021-09-17 02:03:22 +0300 |
commit | 7e27cb6e729d4a3cc3282db3b25f6d104ae17f0a (patch) | |
tree | d0aa563e7e45b67d9466bcd6cfb60c960995f443 | |
parent | 2e5740894a78dba4b19a80b19e54cabfa7cdb767 (diff) | |
download | emacs-7e27cb6e729d4a3cc3282db3b25f6d104ae17f0a.tar.gz emacs-7e27cb6e729d4a3cc3282db3b25f6d104ae17f0a.tar.bz2 emacs-7e27cb6e729d4a3cc3282db3b25f6d104ae17f0a.zip |
* lisp/vc/vc.el: API doc fixes.
-rw-r--r-- | lisp/vc/vc.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el index 1d4a2e8113a..87679691637 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'. |