From: Richard M. Stallman Date: Sun, 5 May 1996 17:27:24 +0000 (+0000) Subject: (hide-ifdef-mode): Doc fix. X-Git-Tag: emacs-19.34~696 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=46b9324699f1aecae1b149c9346a341a42bf0381;p=emacs.git (hide-ifdef-mode): Doc fix. --- diff --git a/lisp/progmodes/hideif.el b/lisp/progmodes/hideif.el index d995fc4c9d4..4179c903275 100644 --- a/lisp/progmodes/hideif.el +++ b/lisp/progmodes/hideif.el @@ -184,7 +184,7 @@ ;;;###autoload (defun hide-ifdef-mode (arg) "Toggle Hide-Ifdef mode. This is a minor mode, albeit a large one. -With ARG, turn Hide-Ifdef mode on iff arg is positive. +With ARG, turn Hide-Ifdef mode on if arg is positive, off otherwise. In Hide-Ifdef mode, code within #ifdef constructs that the C preprocessor would eliminate may be hidden from view. Several variables affect how the hiding is done: