From 803a05c2fa3a05c14653fc0b8a58859c7561e866 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sat, 6 Nov 2004 14:49:45 +0000 Subject: [PATCH] (tempo-match-finder): Doc fix. --- lisp/ChangeLog | 2 ++ lisp/tempo.el | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a108244d62c..634177d773d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2004-11-06 Andreas Schwab + * tempo.el (tempo-match-finder): Doc fix. + * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change. 2004-11-06 Stefan Monnier diff --git a/lisp/tempo.el b/lisp/tempo.el index 16b43d72430..43f90b64766 100644 --- a/lisp/tempo.el +++ b/lisp/tempo.el @@ -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 ;; 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. -- 2.39.5