]> git.eshelyaron.com Git - emacs.git/commitdiff
(tempo-expand-if-complete): Quote paren in docstring.
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 17 Sep 2000 01:04:35 +0000 (01:04 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 17 Sep 2000 01:04:35 +0000 (01:04 +0000)
lisp/tempo.el

index 098c6d5535f1b56295f7770ecd9533aff607b52f..ae9c7731b445cea67bf169cd79e4ae082dc4c2e4 100644 (file)
@@ -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 \" \")))"