# HG changeset patch # User Andreas Schwab # Date 1099752519 0 # Node ID 7863c0adc838ce43dca0a50796add03578f86205 # Parent 8f1dc4ca4d6e171a976c021b2abb47103923564d (tempo-match-finder): Doc fix. diff -r 8f1dc4ca4d6e -r 7863c0adc838 lisp/tempo.el --- a/lisp/tempo.el Sat Nov 06 14:43:43 2004 +0000 +++ b/lisp/tempo.el Sat Nov 06 14:48:39 2004 +0000 @@ -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 @@ 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.