# HG changeset patch # User Richard M. Stallman # Date 831317244 0 # Node ID 83258eb2ede5bb47a11ff647cf131ff05760f1b3 # Parent aa3de03facd838bc845e17f5e2cac111a8eb38d3 (hide-ifdef-mode): Doc fix. diff -r aa3de03facd8 -r 83258eb2ede5 lisp/progmodes/hideif.el --- a/lisp/progmodes/hideif.el Sun May 05 04:35:53 1996 +0000 +++ b/lisp/progmodes/hideif.el Sun May 05 17:27:24 1996 +0000 @@ -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: