From a47ecf6cfaf228e061b29786158b59390762120e Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Sun, 17 Sep 2000 01:04:35 +0000 Subject: [PATCH] (tempo-expand-if-complete): Quote paren in docstring. --- lisp/tempo.el | 4 ++-- 1 file 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 \" \")))" -- 2.39.2