comparison lisp/progmodes/hideif.el @ 15166:83258eb2ede5

(hide-ifdef-mode): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sun, 05 May 1996 17:27:24 +0000
parents 83f275dcd93a
children 054e17dc5712
comparison
equal deleted inserted replaced
15165:aa3de03facd8 15166:83258eb2ede5
182 (modify-syntax-entry ?\| "." hide-ifdef-syntax-table) 182 (modify-syntax-entry ?\| "." hide-ifdef-syntax-table)
183 183
184 ;;;###autoload 184 ;;;###autoload
185 (defun hide-ifdef-mode (arg) 185 (defun hide-ifdef-mode (arg)
186 "Toggle Hide-Ifdef mode. This is a minor mode, albeit a large one. 186 "Toggle Hide-Ifdef mode. This is a minor mode, albeit a large one.
187 With ARG, turn Hide-Ifdef mode on iff arg is positive. 187 With ARG, turn Hide-Ifdef mode on if arg is positive, off otherwise.
188 In Hide-Ifdef mode, code within #ifdef constructs that the C preprocessor 188 In Hide-Ifdef mode, code within #ifdef constructs that the C preprocessor
189 would eliminate may be hidden from view. Several variables affect 189 would eliminate may be hidden from view. Several variables affect
190 how the hiding is done: 190 how the hiding is done:
191 191
192 hide-ifdef-env 192 hide-ifdef-env