aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2005-06-10 14:07:27 +0000
committerJuanma Barranquero2005-06-10 14:07:27 +0000
commit5f94d2d0095427ef7ae58305d2ce177553ff6b48 (patch)
treef8e5f44cfe9bc3aa0a6dddcfec0ffedb4090d453
parentcc295a82c26de70ecc8467530efe0633fd7199da (diff)
downloademacs-5f94d2d0095427ef7ae58305d2ce177553ff6b48.tar.gz
emacs-5f94d2d0095427ef7ae58305d2ce177553ff6b48.zip
(tempo-insert-region): Fix spellings in docstrings.
-rw-r--r--lisp/tempo.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/tempo.el b/lisp/tempo.el
index 43f90b64766..49a73ef1098 100644
--- a/lisp/tempo.el
+++ b/lisp/tempo.el
@@ -125,7 +125,7 @@ user for text to insert in the templates"
125 "*Automatically insert current region when there is a `r' in the template 125 "*Automatically insert current region when there is a `r' in the template
126If this variable is nil, `r' elements will be treated just like `p' 126If this variable is nil, `r' elements will be treated just like `p'
127elements, unless the template function is given a prefix (or a non-nil 127elements, unless the template function is given a prefix (or a non-nil
128argument). If this variable is non-nil, the behaviour is reversed. 128argument). If this variable is non-nil, the behavior is reversed.
129 129
130In Transient Mark mode, this option is unused." 130In Transient Mark mode, this option is unused."
131 :type 'boolean 131 :type 'boolean