diff options
| -rw-r--r-- | lisp/tempo.el | 8 |
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. |
| 146 | It is a association list where the car of every element is a symbol | 146 | It is a association list where the car of every element is a symbol |
| 147 | whose varable value is a template list. The cdr part, if non-nil, is a | 147 | whose variable value is a template list. The cdr part, if non-nil, is a |
| 148 | function or a regexp that defines the string to match. See the | 148 | function or a regexp that defines the string to match. See the |
| 149 | documentation for the function `tempo-complete-tag' for more info. | 149 | documentation 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. |
| 183 | A list of symbols which are bound to functions that take one argument. | 183 | A list of symbols which are bound to functions that take one argument. |
| 184 | This function should return somthing to be sent to `tempo-insert' if | 184 | This function should return something to be sent to `tempo-insert' if |
| 185 | it recognizes the argument, and NIL otherwise") | 185 | it 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." | |||
| 605 | TAG-LIST is a symbol whose variable value is a tag list created with | 605 | TAG-LIST is a symbol whose variable value is a tag list created with |
| 606 | `tempo-add-tag'. | 606 | `tempo-add-tag'. |
| 607 | 607 | ||
| 608 | COMPLETION-FUNCTION is an obsolete option for specifyingis an optional | 608 | COMPLETION-FUNCTION is an obsolete option for specifying an optional |
| 609 | function or string that is used by `\\[tempo-complete-tag]' to find a | 609 | function or string that is used by `\\[tempo-complete-tag]' to find a |
| 610 | string to match the tag against. It has the same definition as the | 610 | string to match the tag against. It has the same definition as the |
| 611 | variable `tempo-match-finder'. In this version, supplying a | 611 | variable `tempo-match-finder'. In this version, supplying a |