diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2010-01-14 19:59:31 +0100 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2010-01-14 19:59:31 +0100 |
commit | d1f18ec0920105223d2aecfd838f8b19921e6340 (patch) | |
tree | f98090d895340248c119119406b69974d19cf499 /lisp/vc-arch.el | |
parent | 80cd4bb402cd55d9a7efcdf7a77e83cf1118eb61 (diff) | |
download | emacs-d1f18ec0920105223d2aecfd838f8b19921e6340.tar.gz |
Fix typos in docstrings.
Diffstat (limited to 'lisp/vc-arch.el')
-rw-r--r-- | lisp/vc-arch.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc-arch.el b/lisp/vc-arch.el index 84218911090..b99c3de6875 100644 --- a/lisp/vc-arch.el +++ b/lisp/vc-arch.el @@ -213,7 +213,7 @@ Only the value `maybe' can be trusted :-(." 'names)))) (defun vc-arch-root (file) - "Return the root directory of a Arch project, if any." + "Return the root directory of an Arch project, if any." (or (vc-file-getprop file 'arch-root) ;; Check the =tagging-method, in case someone naively manually ;; creates a {arch} directory somewhere. |