From: Richard M. Stallman Date: Tue, 11 Jan 2000 05:15:12 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~5398 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1d8c59e9d4a76e3e6d49061aa438868b7d25abfe;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5e07f9efd3e..59d96bb9cea 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lispref/abbrevs.texi b/lispref/abbrevs.texi index 0f47889b6be..3809927a8a7 100644 --- a/lispref/abbrevs.texi +++ b/lispref/abbrevs.texi @@ -75,7 +75,7 @@ containing no symbols. It is a vector filled with zeros. @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