This commit is contained in:
Kim F. Storm 2004-10-13 09:53:09 +00:00
parent 0aa2630fac
commit 31e931a5d1

View file

@ -99,7 +99,7 @@ types any more. Add -DUSE_LISP_UNION_TYPE if you want union types.
* Changes in Emacs 21.4
+++
** New function `looking-back' whether a regular expression matches
** New function `looking-back' checks whether a regular expression matches
the text before point. Specifying the LIMIT argument bounds how far
back the match can start; this is a way to keep it from taking too long.