monnier pushed a commit to branch master
in repository elpa.

commit 1a9fa359b6c07d80c30c6214c7b8ea14a0c3396f
Author: Teemu Likonen <[email protected]>
Date:   Wed Jun 29 14:55:45 2011 +0300

    Clarify that OPERATION-MODE can be also be nil
---
 wcheck-mode.el |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/wcheck-mode.el b/wcheck-mode.el
index b1e0071..184cd38 100644
--- a/wcheck-mode.el
+++ b/wcheck-mode.el
@@ -388,10 +388,10 @@ read-or-skip-faces
     MAJOR-MODE to define default settings. Settings that come
     after the pseudo major-mode nil are ignored.
 
-    OPERATION-MODE is symbol `read' or `skip' defining whether
-    the FACEs should be read or skipped. If it's `read' then only
-    the listed faces are read. If it's `skip' then the listed
-    faces are skipped and all other faces are read. If
+    OPERATION-MODE is symbol `read', `skip' or nil, defining
+    whether the FACEs should be read or skipped. If it's `read'
+    then only the listed faces are read. If it's `skip' then the
+    listed faces are skipped and all other faces are read. If
     OPERATION-MODE is nil (or if it doesn't exist at all) then
     everything is read.
 

Reply via email to