summaryrefslogtreecommitdiff
path: root/lisp/tempo.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2018-02-16 15:16:15 -0500
committerGlenn Morris <rgm@gnu.org>2018-02-16 15:16:15 -0500
commit66a4e651f3cf38c320d1a9d5ae6f88dcc641792b (patch)
tree0fa5ba9ab57893ae3bca46bd09d8b52105f8a17a /lisp/tempo.el
parent35e5c57db311c3d6c1c3a8dd4edc3d756d1d5d24 (diff)
downloademacs-66a4e651f3cf38c320d1a9d5ae6f88dcc641792b.tar.gz
emacs-66a4e651f3cf38c320d1a9d5ae6f88dcc641792b.tar.bz2
emacs-66a4e651f3cf38c320d1a9d5ae6f88dcc641792b.zip
; Fix doc typos related to indefinite articles
Diffstat (limited to 'lisp/tempo.el')
-rw-r--r--lisp/tempo.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/tempo.el b/lisp/tempo.el
index 6c395582901..5d4dea5325a 100644
--- a/lisp/tempo.el
+++ b/lisp/tempo.el
@@ -154,7 +154,7 @@ setting it to (upcase), for example.")
(defvar tempo-local-tags '((tempo-tags . nil))
"A list of locally installed tag completion lists.
-It is a association list where the car of every element is a symbol
+It is an association list where the car of every element is a symbol
whose variable value is a template list. The cdr part, if non-nil,
is a function or a regexp that defines the string to match. See the
documentation for the function `tempo-complete-tag' for more info.