diff options
| author | Andreas Schwab | 2004-11-06 14:49:45 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2004-11-06 14:49:45 +0000 |
| commit | 803a05c2fa3a05c14653fc0b8a58859c7561e866 (patch) | |
| tree | ec1bad19d581b757f4d1b7eb1bdd03a29ed373a8 | |
| parent | cffe562a9f6b41ba541daf86af7aba1883cc1c22 (diff) | |
| download | emacs-803a05c2fa3a05c14653fc0b8a58859c7561e866.tar.gz emacs-803a05c2fa3a05c14653fc0b8a58859c7561e866.zip | |
(tempo-match-finder): Doc fix.
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | 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 @@ | |||
| 1 | 2004-11-06 Andreas Schwab <schwab@suse.de> | 1 | 2004-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 | ||
| 5 | 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca> | 7 | 2004-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 | |||
| 182 | each string in the tag list. If one is found, the whole text between | 182 | each string in the tag list. If one is found, the whole text between |
| 183 | the first \\( and the point is replaced with the inserted template. | 183 | the first \\( and the point is replaced with the inserted template. |
| 184 | 184 | ||
| 185 | You will probably want to include \\ \= at the end of the regexp to | 185 | You will probably want to include \\=\\= at the end of the regexp to |
| 186 | make sure that the string is matched only against text adjacent to the | 186 | make sure that the string is matched only against text adjacent to the |
| 187 | point. | 187 | point. |
| 188 | 188 | ||