# HG changeset patch # User Stefan Monnier # Date 969152675 0 # Node ID 58e2bb13d72e0b59e6e16cd7b616cb9d305880ea # Parent 0090ca919308371bbcd173240d674f312f4bf6e6 (tempo-expand-if-complete): Quote paren in docstring. diff -r 0090ca919308 -r 58e2bb13d72e lisp/tempo.el --- a/lisp/tempo.el Sun Sep 17 01:00:09 2000 +0000 +++ b/lisp/tempo.el Sun Sep 17 01:04:35 2000 +0000 @@ -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 @@ 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 \" \")))"