summaryrefslogtreecommitdiff
path: root/lisp/tempo.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2000-09-17 01:04:35 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2000-09-17 01:04:35 +0000
commita47ecf6cfaf228e061b29786158b59390762120e (patch)
treebab1a74970729ee865a7e1bcc8431aa60e02e875 /lisp/tempo.el
parent438cdcdeb04b08aefdc5450d7eddbffa21e44f2d (diff)
downloademacs-a47ecf6cfaf228e061b29786158b59390762120e.tar.gz
(tempo-expand-if-complete): Quote paren in docstring.
Diffstat (limited to 'lisp/tempo.el')
-rw-r--r--lisp/tempo.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/tempo.el b/lisp/tempo.el
index 098c6d5535f..ae9c7731b44 100644
--- a/lisp/tempo.el
+++ b/lisp/tempo.el
@@ -52,7 +52,7 @@
;; a non-nil argument).
;; More flexible templates can be created by including lisp symbols,
-;; which will be evaluated as variables, or lists, which will will be
+;; which will be evaluated as variables, or lists, which will be
;; evaluated as lisp expressions.
;; See the documentation for tempo-define-template for the different
@@ -737,7 +737,7 @@ Returns non-nil if an expansion was made and nil otherwise.
This could as an example be used in a command that is bound to the
space bar, and looks something like this:
-(defun tempo-space ()
+\(defun tempo-space ()
(interactive \"*\")
(or (tempo-expand-if-complete)
(insert \" \")))"