diff options
| author | Juanma Barranquero | 2022-11-17 08:45:57 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2022-11-17 08:48:02 +0100 |
| commit | 623db40dd1cd21623c5cecdc0abbf3ce885f92b1 (patch) | |
| tree | fdee60381a0cb1396aade01d513a242f0517ec67 /lisp/vc | |
| parent | 783c335623c5744ec3eda7913aeccfdd8aef4680 (diff) | |
| download | emacs-623db40dd1cd21623c5cecdc0abbf3ce885f92b1.tar.gz emacs-623db40dd1cd21623c5cecdc0abbf3ce885f92b1.zip | |
; * lisp/*.el: Fix typos in docstrings
* lisp/gnus/nnrss.el (nnrss-use-local, nnrss-fetch, nnrss-find-el):
* lisp/leim/quail/japanese.el ("japanese"):
* lisp/org/ol.el (org-link-search-must-match-exact-headline):
* lisp/org/org-faces.el (org-column):
* lisp/progmodes/eglot.el (eglot--stay-out-of-p)
(eglot-workspace-configuration, eglot--read-execute-code-action):
* lisp/vc/vc.el (vc-clone): Fix typos in docstrings.
Diffstat (limited to 'lisp/vc')
| -rw-r--r-- | lisp/vc/vc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el index 513fbb23fee..fd59c95fc8b 100644 --- a/lisp/vc/vc.el +++ b/lisp/vc/vc.el | |||
| @@ -3567,7 +3567,7 @@ to provide the `find-revision' operation instead." | |||
| 3567 | 3567 | ||
| 3568 | (defun vc-clone (remote &optional backend directory rev) | 3568 | (defun vc-clone (remote &optional backend directory rev) |
| 3569 | "Use BACKEND to clone REMOTE into DIRECTORY. | 3569 | "Use BACKEND to clone REMOTE into DIRECTORY. |
| 3570 | If successful, returns the a string with the directory of the | 3570 | If successful, returns the string with the directory of the |
| 3571 | checkout. If BACKEND is nil, iterate through every known backend | 3571 | checkout. If BACKEND is nil, iterate through every known backend |
| 3572 | in `vc-handled-backends' until one succeeds. If REV is non-nil, | 3572 | in `vc-handled-backends' until one succeeds. If REV is non-nil, |
| 3573 | it indicates a specific revision to check out." | 3573 | it indicates a specific revision to check out." |