(tempo-match-finder): Doc fix.
This commit is contained in:
parent
cffe562a9f
commit
803a05c2fa
2 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
|||
2004-11-06 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* tempo.el (tempo-match-finder): Doc fix.
|
||||
|
||||
* emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
|
||||
|
||||
2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue