# HG changeset patch # User Karl Heuer # Date 820799374 0 # Node ID f8a4126da2c8ed88c92b42f41c4c1c343a21d172 # Parent c6476f4bb121328fa6e9ab4a6bd0ced9d18eeb5c (tempo-local-tags, tempo-user-elements, tempo-use-tag-list): Doc fix. diff -r c6476f4bb121 -r f8a4126da2c8 lisp/tempo.el --- a/lisp/tempo.el Thu Jan 04 23:49:05 1996 +0000 +++ b/lisp/tempo.el Thu Jan 04 23:49:34 1996 +0000 @@ -95,7 +95,7 @@ ;;; Contributors: -;; These people have given me importand feedback and new ideas for +;; These people have given me important feedback and new ideas for ;; tempo.el. Thanks. ;; Nelson Minar @@ -144,7 +144,7 @@ (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 -whose varable value is a template list. The cdr part, if non-nil, is a +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. @@ -181,7 +181,7 @@ (defvar tempo-user-elements nil "Element handlers for user-defined elements. A list of symbols which are bound to functions that take one argument. -This function should return somthing to be sent to `tempo-insert' if +This function should return something to be sent to `tempo-insert' if it recognizes the argument, and NIL otherwise") (defvar tempo-named-insertions nil @@ -605,7 +605,7 @@ TAG-LIST is a symbol whose variable value is a tag list created with `tempo-add-tag'. -COMPLETION-FUNCTION is an obsolete option for specifyingis an optional +COMPLETION-FUNCTION is an obsolete option for specifying an optional function or string that is used by `\\[tempo-complete-tag]' to find a string to match the tag against. It has the same definition as the variable `tempo-match-finder'. In this version, supplying a