From: Kim F. Storm Date: Wed, 22 Jun 2005 23:19:20 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~8733 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9d12e52b0d184845023e943bec7fcb6a445017e8;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 030cdbe22af..abf0077c48e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2005-06-23 Kim F. Storm + + * subr.el (save-match-data): Add comment about using evaporate arg + to set-match-data. + 2005-06-22 Glenn Morris * cus-edit.el (customize-face) diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 3180955626a..6d5ff8649b3 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,8 @@ +2005-06-23 Kim F. Storm + + * searching.texi (Entire Match Data): Remove evaporate option for + match-data. Do not mention evaporate option for set-match-data. + 2005-06-22 Glenn Morris * display.texi (Face Functions): Mention face aliases. diff --git a/src/ChangeLog b/src/ChangeLog index 72890cbc545..62e5f9d3b2f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,7 +1,7 @@ 2005-06-23 Kim F. Storm * search.c (Fmatch_data): Remove evaporate option. - (Fmatch_data): Do not mention evaporate option in doc string. + (Fset_match_data): Do not mention evaporate option in doc string. Add commentary explaining evaporate arg (for internal use only). (unwind_set_match_data): Add comment on evaporate use.