Mercurial > emacs
changeset 39532:ac47538f575d
*** empty log message ***
author | Miles Bader <miles@gnu.org> |
---|---|
date | Tue, 02 Oct 2001 02:35:04 +0000 |
parents | 35c1673ff6ab |
children | 75cd77e6f1d5 |
files | lispref/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/ChangeLog Tue Oct 02 02:34:48 2001 +0000 +++ b/lispref/ChangeLog Tue Oct 02 02:35:04 2001 +0000 @@ -1,5 +1,10 @@ 2001-10-02 Miles Bader <miles@gnu.org> + * 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
--- a/src/ChangeLog Tue Oct 02 02:34:48 2001 +0000 +++ b/src/ChangeLog Tue Oct 02 02:35:04 2001 +0000 @@ -1,3 +1,9 @@ +2001-10-02 Miles Bader <miles@gnu.org> + + * 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 <gerd@gnu.org> * xdisp.c (display_line): Set row's ends_in_newline_from_string_p.