Mercurial > emacs
changeset 31657:58e2bb13d72e
(tempo-expand-if-complete): Quote paren in docstring.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sun, 17 Sep 2000 01:04:35 +0000 |
parents | 0090ca919308 |
children | d4105bd038d0 |
files | lisp/tempo.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 \" \")))"