Mercurial > emacs
changeset 15166:83258eb2ede5
(hide-ifdef-mode): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 05 May 1996 17:27:24 +0000 |
parents | aa3de03facd8 |
children | d9e712c9cc68 |
files | lisp/progmodes/hideif.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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: