diff options
| author | Glenn Morris | 2018-02-16 15:16:15 -0500 |
|---|---|---|
| committer | Glenn Morris | 2018-02-16 15:16:15 -0500 |
| commit | 66a4e651f3cf38c320d1a9d5ae6f88dcc641792b (patch) | |
| tree | 0fa5ba9ab57893ae3bca46bd09d8b52105f8a17a /lisp/vc | |
| parent | 35e5c57db311c3d6c1c3a8dd4edc3d756d1d5d24 (diff) | |
| download | emacs-66a4e651f3cf38c320d1a9d5ae6f88dcc641792b.tar.gz emacs-66a4e651f3cf38c320d1a9d5ae6f88dcc641792b.zip | |
; Fix doc typos related to indefinite articles
Diffstat (limited to 'lisp/vc')
| -rw-r--r-- | lisp/vc/vc-git.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc/vc-git.el b/lisp/vc/vc-git.el index 2d0ea9ce600..efe853e5eeb 100644 --- a/lisp/vc/vc-git.el +++ b/lisp/vc/vc-git.el | |||
| @@ -223,7 +223,7 @@ Should be consistent with the Git config value i18n.logOutputEncoding." | |||
| 223 | (concat name "\0")))))))) | 223 | (concat name "\0")))))))) |
| 224 | 224 | ||
| 225 | (defun vc-git--state-code (code) | 225 | (defun vc-git--state-code (code) |
| 226 | "Convert from a string to a added/deleted/modified state." | 226 | "Convert from a string to an added/deleted/modified state." |
| 227 | (pcase (string-to-char code) | 227 | (pcase (string-to-char code) |
| 228 | (?M 'edited) | 228 | (?M 'edited) |
| 229 | (?A 'added) | 229 | (?A 'added) |