]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Wed, 22 Jun 2005 23:19:20 +0000 (23:19 +0000)
committerKim F. Storm <storm@cua.dk>
Wed, 22 Jun 2005 23:19:20 +0000 (23:19 +0000)
lisp/ChangeLog
lispref/ChangeLog
src/ChangeLog

index 030cdbe22af6546b31aa72a44941f15f41394301..abf0077c48ec8541af501c6654de71b6b499961c 100644 (file)
@@ -1,3 +1,8 @@
+2005-06-23  Kim F. Storm  <storm@cua.dk>
+
+       * subr.el (save-match-data): Add comment about using evaporate arg
+       to set-match-data.
+
 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
 
        * cus-edit.el (customize-face)
index 3180955626a0c7b55f03bba5d0c773896560d84c..6d5ff8649b3739c7a75028826d2e684a6e47ab70 100644 (file)
@@ -1,3 +1,8 @@
+2005-06-23  Kim F. Storm  <storm@cua.dk>
+
+       * 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  <gmorris@ast.cam.ac.uk>
 
        * display.texi (Face Functions): Mention face aliases.
index 72890cbc545a48fafc997b0c93448a9c0d36153b..62e5f9d3b2f141f4ecfd49aa408dc22135b125c8 100644 (file)
@@ -1,7 +1,7 @@
 2005-06-23  Kim F. Storm  <storm@cua.dk>
 
        * 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.