Mercurial > emacs
diff src/ChangeLog @ 71498:36c0b042a602
* editfns.c (Fdelete_field, Ffield_string, Ffield_beginning)
(Ffield_string_no_properties, Ffield_end): Mention
args-out-of-range error condition in docstring.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Wed, 28 Jun 2006 00:00:57 +0000 |
parents | c7bb40f0c3d5 |
children | 9591ee84e734 |
line wrap: on
line diff
--- a/src/ChangeLog Tue Jun 27 17:49:31 2006 +0000 +++ b/src/ChangeLog Wed Jun 28 00:00:57 2006 +0000 @@ -1,3 +1,9 @@ +2006-06-27 Chong Yidong <cyd@stupidchicken.com> + + * editfns.c (Fdelete_field, Ffield_string, Ffield_beginning) + (Ffield_string_no_properties, Ffield_end): Mention + args-out-of-range error condition in docstring. + 2006-06-27 Kim F. Storm <storm@cua.dk> * xdisp.c (handle_composition_prop): Set stop_charpos before push_it.