diff options
| -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: | |||
| 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 |