aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/tempo.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/tempo.el b/lisp/tempo.el
index fe23ab85035..4c04f51f60c 100644
--- a/lisp/tempo.el
+++ b/lisp/tempo.el
@@ -95,7 +95,7 @@
95 95
96;;; Contributors: 96;;; Contributors:
97 97
98;; These people have given me importand feedback and new ideas for 98;; These people have given me important feedback and new ideas for
99;; tempo.el. Thanks. 99;; tempo.el. Thanks.
100 100
101;; Nelson Minar <nelson@santafe.edu> 101;; Nelson Minar <nelson@santafe.edu>
@@ -144,7 +144,7 @@ setting it to '(upcase), for example.")
144(defvar tempo-local-tags '((tempo-tags . nil)) 144(defvar tempo-local-tags '((tempo-tags . nil))
145 "A list of locally installed tag completion lists. 145 "A list of locally installed tag completion lists.
146It is a association list where the car of every element is a symbol 146It is a association list where the car of every element is a symbol
147whose varable value is a template list. The cdr part, if non-nil, is a 147whose variable value is a template list. The cdr part, if non-nil, is a
148function or a regexp that defines the string to match. See the 148function or a regexp that defines the string to match. See the
149documentation for the function `tempo-complete-tag' for more info. 149documentation for the function `tempo-complete-tag' for more info.
150 150
@@ -181,7 +181,7 @@ should be replaced with a template.")
181(defvar tempo-user-elements nil 181(defvar tempo-user-elements nil
182 "Element handlers for user-defined elements. 182 "Element handlers for user-defined elements.
183A list of symbols which are bound to functions that take one argument. 183A list of symbols which are bound to functions that take one argument.
184This function should return somthing to be sent to `tempo-insert' if 184This function should return something to be sent to `tempo-insert' if
185it recognizes the argument, and NIL otherwise") 185it recognizes the argument, and NIL otherwise")
186 186
187(defvar tempo-named-insertions nil 187(defvar tempo-named-insertions nil
@@ -605,7 +605,7 @@ or to `tempo-tags' if TAG-LIST is nil."
605TAG-LIST is a symbol whose variable value is a tag list created with 605TAG-LIST is a symbol whose variable value is a tag list created with
606`tempo-add-tag'. 606`tempo-add-tag'.
607 607
608COMPLETION-FUNCTION is an obsolete option for specifyingis an optional 608COMPLETION-FUNCTION is an obsolete option for specifying an optional
609function or string that is used by `\\[tempo-complete-tag]' to find a 609function or string that is used by `\\[tempo-complete-tag]' to find a
610string to match the tag against. It has the same definition as the 610string to match the tag against. It has the same definition as the
611variable `tempo-match-finder'. In this version, supplying a 611variable `tempo-match-finder'. In this version, supplying a