]> git.eshelyaron.com Git - emacs.git/commitdiff
(tempo-match-finder): Doc fix.
authorAndreas Schwab <schwab@suse.de>
Sat, 6 Nov 2004 14:49:45 +0000 (14:49 +0000)
committerAndreas Schwab <schwab@suse.de>
Sat, 6 Nov 2004 14:49:45 +0000 (14:49 +0000)
lisp/ChangeLog
lisp/tempo.el

index a108244d62c09bd7345dea366dec37d83c00fde1..634177d773d9184d2d0ded3d6ebc5919a9472698 100644 (file)
@@ -1,5 +1,7 @@
 2004-11-06  Andreas Schwab  <schwab@suse.de>
 
+       * tempo.el (tempo-match-finder): Doc fix.
+
        * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
 
 2004-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
index 16b43d72430fecfc288237e4a8f8817daba632a7..43f90b647662f0564e31958fb6578e924a33f23a 100644 (file)
@@ -1,6 +1,6 @@
 ;;; tempo.el --- Flexible template insertion
 
-;; Copyright (C) 1994, 1995 Free Software Foundation, Inc.
+;; Copyright (C) 1994, 1995, 2004 Free Software Foundation, Inc.
 
 ;; Author: David K}gedal <davidk@lysator.liu.se>
 ;; Created: 16 Feb 1994
@@ -182,7 +182,7 @@ the string between the first \\( and \\) is used for matching against
 each string in the tag list. If one is found, the whole text between
 the first \\( and the point is replaced with the inserted template.
 
-You will probably want to include \\ \= at the end of the regexp to
+You will probably want to include \\=\\= at the end of the regexp to
 make sure that the string is matched only against text adjacent to the
 point.