aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Janík2002-01-20 17:54:36 +0000
committerPavel Janík2002-01-20 17:54:36 +0000
commitff2ed6c7f7e6be21ed9ab2d454de08fc8a5d66b8 (patch)
tree8730283f694c9bc333777b3c3503ebca7535845d
parent5f08ab61a2845a644eba3516f214b90cf3811cfa (diff)
downloademacs-ff2ed6c7f7e6be21ed9ab2d454de08fc8a5d66b8.tar.gz
emacs-ff2ed6c7f7e6be21ed9ab2d454de08fc8a5d66b8.zip
(tempo-define-template): Doc fix.
-rw-r--r--lisp/tempo.el2
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:
242 - The symbol 'r. If `tempo-insert' is called with ON-REGION non-nil 242 - The symbol 'r. If `tempo-insert' is called with ON-REGION non-nil
243 the current region is placed here. Otherwise it works like 'p. 243 the current region is placed here. Otherwise it works like 'p.
244 - (p PROMPT <NAME> <NOINSERT>) If `tempo-interactive' is non-nil, the 244 - (p PROMPT <NAME> <NOINSERT>) If `tempo-interactive' is non-nil, the
245 user is prompted in the minbuffer with PROMPT for a string to be 245 user is prompted in the minibuffer with PROMPT for a string to be
246 inserted. If the optional parameter NAME is non-nil, the text is 246 inserted. If the optional parameter NAME is non-nil, the text is
247 saved for later insertion with the `s' tag. If there already is 247 saved for later insertion with the `s' tag. If there already is
248 something saved under NAME that value is used instead and no 248 something saved under NAME that value is used instead and no