# HG changeset patch # User Richard M. Stallman # Date 947567712 0 # Node ID 5a4e13447b47550e0426e464056800358a141edb # Parent dad6b5abb3f0620eed48ac797a17d90c18c618ac *** empty log message *** diff -r dad6b5abb3f0 -r 5a4e13447b47 lisp/ChangeLog --- a/lisp/ChangeLog Tue Jan 11 05:14:48 2000 +0000 +++ b/lisp/ChangeLog Tue Jan 11 05:15:12 2000 +0000 @@ -1,3 +1,9 @@ +2000-01-10 John Wiegley + + * allout.el (isearch-done/outline-provisions): Added `edit' + argument to correspond with the current definition of + `isearch-done'. + 2000-01-10 Dave Love * elide-head.el (elide-head): Use point-marker, not point. diff -r dad6b5abb3f0 -r 5a4e13447b47 lispref/abbrevs.texi --- a/lispref/abbrevs.texi Tue Jan 11 05:14:48 2000 +0000 +++ b/lispref/abbrevs.texi Tue Jan 11 05:15:12 2000 +0000 @@ -75,7 +75,7 @@ @defun clear-abbrev-table table This function undefines all the abbrevs in abbrev table @var{table}, -leaving it empty. The function returns @code{nil}. +leaving it empty. It always returns @code{nil}. @end defun @defun define-abbrev-table tabname definitions