emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/easy-mmode.el,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/easy-mmode.el,v
Date: Sat, 08 Jul 2006 15:20:09 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    06/07/08 15:20:09

Index: easy-mmode.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/emacs-lisp/easy-mmode.el,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -b -r1.75 -r1.76
--- easy-mmode.el       8 May 2006 15:12:25 -0000       1.75
+++ easy-mmode.el       8 Jul 2006 15:20:08 -0000       1.76
@@ -101,7 +101,7 @@
 The above three arguments can be skipped if keyword arguments are
 used (see below).
 
-BODY contains code that will be executed each time the mode is (dis)activated.
+BODY contains code to execute each time the mode is activated or deactivated.
   It will be executed after any toggling but before running the hook variable
   `mode-HOOK'.
   Before the actual body code, you can write keyword arguments (alternating




reply via email to

[Prev in Thread] Current Thread [Next in Thread]