aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2012-02-07 00:26:54 -0800
committerGlenn Morris2012-02-07 00:26:54 -0800
commit60d47423d1f05071b96857860a8281b318931bee (patch)
tree1174c0c7270f250aea285d4acc6599d74f943d61 /lisp/ChangeLog
parentbba26374d0465e50338493a43eaa35312f8612d2 (diff)
downloademacs-60d47423d1f05071b96857860a8281b318931bee.tar.gz
emacs-60d47423d1f05071b96857860a8281b318931bee.zip
Doc updates for define-minor-mode argument behavior
* doc/lispref/modes.texi (Defining Minor Modes): Expand on args of defined minor modes. * lisp/emacs-lisp/easy-mmode.el (define-minor-mode): Doc fixes for the macro and the mode it defines.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 66025e2ec91..f69b94fdb7b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12012-02-07 Glenn Morris <rgm@gnu.org> 12012-02-07 Glenn Morris <rgm@gnu.org>
2 2
3 * emacs-lisp/easy-mmode.el (define-minor-mode):
4 Doc fixes for the macro and the mode it defines.
5
3 * image.el (imagemagick-types-inhibit): Doc fix. 6 * image.el (imagemagick-types-inhibit): Doc fix.
4 7
5 * cus-start.el (imagemagick-render-type): Add it. 8 * cus-start.el (imagemagick-render-type): Add it.