Mercurial > emacs
changeset 38894:681dc47ffb61
Document the removal of c-hanging-comment-starter-p and
c-hanging-comment-ender-p. Suggested by Perry Smith <pedz@austin.ibm.com>.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Tue, 21 Aug 2001 16:37:17 +0000 |
parents | bd309345e7ea |
children | 54d9ecee0e7a |
files | etc/NEWS |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Tue Aug 21 16:00:33 2001 +0000 +++ b/etc/NEWS Tue Aug 21 16:37:17 2001 +0000 @@ -1408,6 +1408,12 @@ available from the CC Mode web site (http://www.python.org/emacs/ cc-mode/). +**** The variables `c-hanging-comment-starter-p' and +`c-hanging-comment-ender-p', which controlled how comment starters and +enders were filled, are not used anymore. The new version of the +function `c-fill-paragraph' keeps the comment starters and enders as +they were before the filling. + **** It's now possible to selectively turn off auto filling. The variable c-ignore-auto-fill is used to ignore auto fill mode in specific contexts, e.g. in preprocessor directives and in string