diff options
author | Pavel Janík <Pavel@Janik.cz> | 2002-01-20 17:54:36 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2002-01-20 17:54:36 +0000 |
commit | ff2ed6c7f7e6be21ed9ab2d454de08fc8a5d66b8 (patch) | |
tree | 8730283f694c9bc333777b3c3503ebca7535845d /lisp/tempo.el | |
parent | 5f08ab61a2845a644eba3516f214b90cf3811cfa (diff) | |
download | emacs-ff2ed6c7f7e6be21ed9ab2d454de08fc8a5d66b8.tar.gz emacs-ff2ed6c7f7e6be21ed9ab2d454de08fc8a5d66b8.tar.bz2 emacs-ff2ed6c7f7e6be21ed9ab2d454de08fc8a5d66b8.zip |
(tempo-define-template): Doc fix.
Diffstat (limited to 'lisp/tempo.el')
-rw-r--r-- | lisp/tempo.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/tempo.el b/lisp/tempo.el index 1e72fd76e85..8e290222cb1 100644 --- a/lisp/tempo.el +++ b/lisp/tempo.el @@ -242,7 +242,7 @@ The elements in ELEMENTS can be of several types: - The symbol 'r. If `tempo-insert' is called with ON-REGION non-nil the current region is placed here. Otherwise it works like 'p. - (p PROMPT <NAME> <NOINSERT>) If `tempo-interactive' is non-nil, the - user is prompted in the minbuffer with PROMPT for a string to be + user is prompted in the minibuffer with PROMPT for a string to be inserted. If the optional parameter NAME is non-nil, the text is saved for later insertion with the `s' tag. If there already is something saved under NAME that value is used instead and no |