aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1996-05-05 17:27:24 +0000
committerRichard M. Stallman1996-05-05 17:27:24 +0000
commit46b9324699f1aecae1b149c9346a341a42bf0381 (patch)
tree518fbb510141f243083c5f3d8c82d247303a3484
parentdb08707d4f289794f4268c2257c3ee190e1c7871 (diff)
downloademacs-46b9324699f1aecae1b149c9346a341a42bf0381.tar.gz
emacs-46b9324699f1aecae1b149c9346a341a42bf0381.zip
(hide-ifdef-mode): Doc fix.
-rw-r--r--lisp/progmodes/hideif.el2
1 files changed, 1 insertions, 1 deletions
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 @@
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.
187With ARG, turn Hide-Ifdef mode on iff arg is positive. 187With ARG, turn Hide-Ifdef mode on if arg is positive, off otherwise.
188In Hide-Ifdef mode, code within #ifdef constructs that the C preprocessor 188In Hide-Ifdef mode, code within #ifdef constructs that the C preprocessor
189would eliminate may be hidden from view. Several variables affect 189would eliminate may be hidden from view. Several variables affect
190how the hiding is done: 190how the hiding is done: