1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00

Note that comment-style now defaults to indent.

This commit is contained in:
Chong Yidong 2009-05-26 03:04:49 +00:00
parent de4d9050ec
commit ae98e41f94

View File

@ -557,6 +557,10 @@ run processes remotely.
*** The new command kill-matching-buffers kills buffers whose name
matches a regexp.
---
*** The value of comment-style now defaults to `indent'.
Thefore, comment-start markers are inserted at the current indentation
of the region to comment, rather than the leftmost column.
---
*** The new commands `pp-macroexpand-expression' and
`pp-macroexpand-last-sexp' pretty-print macro expansions.
+++