diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bd943b52acd..dd49c2d5e14 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2005-05-01 Richard M. Stallman + + * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec): + Rename ARG to ELEMENT. Doc fix. + 2005-05-02 Nick Roberts * allout.el (allout-exposure): Remove macro and obsolete declaration. @@ -11,11 +16,6 @@ Remove aliases and obsolete declarations. Back out inadvertant changes from previous commit. -2005-05-01 Richard M. Stallman - - * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec): - Rename ARG to ELEMENT. Doc fix. - 2005-05-01 Luc Teirlinck * files.el (require-final-newline): Make Custom tags consistent diff --git a/lispref/ChangeLog b/lispref/ChangeLog index e20f6f075c1..9540b814818 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,7 @@ +2005-05-01 Richard M. Stallman + + * display.texi (Invisible Text): Correct add-to-invisibility-spec. + 2005-04-30 Richard M. Stallman * files.texi (Magic File Names): Document `operations' property.