changeset 57980:7863c0adc838

(tempo-match-finder): Doc fix.
author Andreas Schwab <schwab@suse.de>
date Sat, 06 Nov 2004 14:48:39 +0000
parents 8f1dc4ca4d6e
children 4f275d434243
files lisp/tempo.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 <davidk@lysator.liu.se>
 ;; 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.