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>
;;; 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
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.