diff options
author | Andreas Schwab <schwab@suse.de> | 2004-11-06 14:49:45 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2004-11-06 14:49:45 +0000 |
commit | 803a05c2fa3a05c14653fc0b8a58859c7561e866 (patch) | |
tree | ec1bad19d581b757f4d1b7eb1bdd03a29ed373a8 /lisp/tempo.el | |
parent | cffe562a9f6b41ba541daf86af7aba1883cc1c22 (diff) | |
download | emacs-803a05c2fa3a05c14653fc0b8a58859c7561e866.tar.gz |
(tempo-match-finder): Doc fix.
Diffstat (limited to 'lisp/tempo.el')
-rw-r--r-- | lisp/tempo.el | 4 |
1 files changed, 2 insertions, 2 deletions
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 <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. |