diff options
author | Oleh Krehel <ohwoeowho@gmail.com> | 2015-01-28 11:55:47 +0100 |
---|---|---|
committer | Oleh Krehel <ohwoeowho@gmail.com> | 2015-01-30 09:50:10 +0100 |
commit | ad5bdafe17843abac66e751ede4fa8e30b2cbcbd (patch) | |
tree | 6d684393aebbe9e53dbd9bbe2d454a8a3887e8df /lisp/ChangeLog | |
parent | 0115d02213f40bbed817d4af6e37013786fd4a80 (diff) | |
download | emacs-scratch/outline-nowhitespace.tar.gz |
lisp/outline.el: Improve docstrings.scratch/outline-nowhitespace
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r-- | lisp/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7476a909a5d..bd3c4413fbb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,21 @@ 2015-01-28 Oleh Krehel <ohwoeowho@gmail.com> + * outline.el (outline-font-lock-face): Add docstring. + (outline-invisible-p): Improve docstring. + (outline-invent-heading): Add docstring. + (outline-promote): Improve docstring. + (outline-demote): Improve docstring. + (outline-head-from-level): Improve docstring. + (outline-end-of-heading): Add docstring. + (outline-next-visible-heading): Improve docstring. + (outline-previous-visible-heading): Improve docstring. + (outline-hide-region-body): Improve docstring. + (outline-flag-subtree): Add docstring. + (outline-end-of-subtree): Add docstring. + (outline-headers-as-kill): Improve docstring. + +2015-01-28 Oleh Krehel <ohwoeowho@gmail.com> + * outline.el (outline-hide-entry): Rename from `hide-entry'. (hide-entry): Declare as obsolete. (outline-show-entry): Rename from `show-entry'. |