aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab2004-11-06 14:49:45 +0000
committerAndreas Schwab2004-11-06 14:49:45 +0000
commit803a05c2fa3a05c14653fc0b8a58859c7561e866 (patch)
treeec1bad19d581b757f4d1b7eb1bdd03a29ed373a8
parentcffe562a9f6b41ba541daf86af7aba1883cc1c22 (diff)
downloademacs-803a05c2fa3a05c14653fc0b8a58859c7561e866.tar.gz
emacs-803a05c2fa3a05c14653fc0b8a58859c7561e866.zip
(tempo-match-finder): Doc fix.
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/tempo.el4
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 @@
12004-11-06 Andreas Schwab <schwab@suse.de> 12004-11-06 Andreas Schwab <schwab@suse.de>
2 2
3 * tempo.el (tempo-match-finder): Doc fix.
4
3 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change. 5 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
4 6
52004-11-06 Stefan Monnier <monnier@iro.umontreal.ca> 72004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
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 @@
1;;; tempo.el --- Flexible template insertion 1;;; tempo.el --- Flexible template insertion
2 2
3;; Copyright (C) 1994, 1995 Free Software Foundation, Inc. 3;; Copyright (C) 1994, 1995, 2004 Free Software Foundation, Inc.
4 4
5;; Author: David K}gedal <davidk@lysator.liu.se> 5;; Author: David K}gedal <davidk@lysator.liu.se>
6;; Created: 16 Feb 1994 6;; Created: 16 Feb 1994
@@ -182,7 +182,7 @@ the string between the first \\( and \\) is used for matching against
182each string in the tag list. If one is found, the whole text between 182each string in the tag list. If one is found, the whole text between
183the first \\( and the point is replaced with the inserted template. 183the first \\( and the point is replaced with the inserted template.
184 184
185You will probably want to include \\ \= at the end of the regexp to 185You will probably want to include \\=\\= at the end of the regexp to
186make sure that the string is matched only against text adjacent to the 186make sure that the string is matched only against text adjacent to the
187point. 187point.
188 188