From: Miles Bader Date: Tue, 2 Oct 2001 02:35:04 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-21.1~97 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ae1a95818a80555fe9a38a8da0321e20e59aec5f;p=emacs.git *** empty log message *** --- diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 9aa36711064..6061a9fa20e 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,5 +1,10 @@ 2001-10-02 Miles Bader + * minibuf.texi (Minibuffer Misc): Add entries for + `minibuffer-contents', `minibuffer-contents-no-properties', and + `delete-minibuffer-contents'. + Correct description for `minibuffer-prompt-end'. + * text.texi (Property Search): Correct descriptions of `next-char-property-change' and `previous-char-property-change'. Add entries for `next-single-char-property-change' and diff --git a/src/ChangeLog b/src/ChangeLog index 69693222363..caa8588844c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2001-10-02 Miles Bader + + * textprop.c (Fnext_char_property_change) + (Fprevious_char_property_change): Remove reference to non-existant + argument OBJECT from doc-string. + 2001-10-01 Gerd Moellmann * xdisp.c (display_line): Set row's ends_in_newline_from_string_p.