diff options
| author | Stefan Monnier | 2010-12-03 18:14:50 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2010-12-03 18:14:50 -0500 |
| commit | ee9355dcc84ecd5ef2a012206498b7ef00d06675 (patch) | |
| tree | b4f9ccdf87bdfca8af6fc462d884725ec3f1f8fe /lisp/ChangeLog | |
| parent | 201ef780e052dc7c37ea5829d9a9cea9c4fd568b (diff) | |
| download | emacs-ee9355dcc84ecd5ef2a012206498b7ef00d06675.tar.gz emacs-ee9355dcc84ecd5ef2a012206498b7ef00d06675.zip | |
* lisp/newcomment.el (comment-styles): Add docs to each style.
Improve docstring.
(comment-style): Use comment-styles's docs to describe values.
Fixes: debbugs:7509
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4ed0393594e..23d6130f2cb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2010-12-03 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * newcomment.el (comment-styles): Add docs to each style (bug#7509). | ||
| 4 | Improve docstring. | ||
| 5 | (comment-style): Use comment-styles's docs to describe values. | ||
| 6 | |||
| 1 | 2010-12-03 Jan Djärv <jan.h.d@swipnet.se> | 7 | 2010-12-03 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 8 | ||
| 3 | * term/common-win.el (x-setup-function-keys): Restore ns-new-frame | 9 | * term/common-win.el (x-setup-function-keys): Restore ns-new-frame |
| @@ -295,7 +301,7 @@ | |||
| 295 | 301 | ||
| 296 | * shell.el (shell): Use current-buffer by default if it's already | 302 | * shell.el (shell): Use current-buffer by default if it's already |
| 297 | a shell mode buffer and its process is dead. | 303 | a shell mode buffer and its process is dead. |
| 298 | Suggested by <jemarch@gnu.org>. | 304 | Suggested by Jose E. Marchesi <jemarch@gnu.org>. |
| 299 | 305 | ||
| 300 | 2010-11-23 Tassilo Horn <tassilo@member.fsf.org> | 306 | 2010-11-23 Tassilo Horn <tassilo@member.fsf.org> |
| 301 | 307 | ||