diff options
author | Richard M. Stallman <rms@gnu.org> | 2001-04-26 19:43:32 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2001-04-26 19:43:32 +0000 |
commit | c5b82005f52f9fd8c04de21b8a9f04221b98e049 (patch) | |
tree | a4e54c006932071321674d38d3df5b7924900fae /lisp | |
parent | 7cff9c6f87651a977e752b781a28d9dc459da84a (diff) | |
download | emacs-c5b82005f52f9fd8c04de21b8a9f04221b98e049.tar.gz emacs-c5b82005f52f9fd8c04de21b8a9f04221b98e049.tar.bz2 emacs-c5b82005f52f9fd8c04de21b8a9f04221b98e049.zip |
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3d42dccf890..9790f0fd9f0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2001-04-26 Richard M. Stallman <rms@gnu.org> + + * dabbrev.el: Add doc strings for some functions. + (dabbrev--eliminate-newlines): New variable. + (dabbrev--substitute-expansion): Convert newlines to spaces + if dabbrev--eliminate-newlines is set. + If abbrev and expansion are both all-lower-case, + leave dabbrev--last-case-pattern nil. + 2001-04-26 Gerd Moellmann <gerd@gnu.org> * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh |