all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* define-minor-mode: what's the purpose of the BODY argument?
@ 2012-08-16 10:49 Raffaele Ricciardi
  2012-08-16 14:05 ` Drew Adams
       [not found] ` <mailman.7109.1345125960.855.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 5+ messages in thread
From: Raffaele Ricciardi @ 2012-08-16 10:49 UTC (permalink / raw)
  To: help-gnu-emacs

Hello there,

the documentation of `define-minor-mode' begins with:

— Macro: define-minor-mode mode doc [init-value [lighter [keymap]]]
keyword-args... body...

Then it continues with documenting what the purpose of each argument is, 
but it
fails to do so for the BODY argument.  So, what's the purpose of that 
argument?
Is it code to be run every time the mode is activated or deactivated, 
and such
code can check `prefix-argument' to determine whether it should activate or
deactivate itself?

Thanks.


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-08-24 22:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-16 10:49 define-minor-mode: what's the purpose of the BODY argument? Raffaele Ricciardi
2012-08-16 14:05 ` Drew Adams
     [not found] ` <mailman.7109.1345125960.855.help-gnu-emacs@gnu.org>
2012-08-16 17:23   ` Raffaele Ricciardi
2012-08-16 21:32     ` Raffaele Ricciardi
2012-08-24 22:24       ` Drew Adams

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.