aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-07-29 20:00:00 +0000
committerRichard M. Stallman1994-07-29 20:00:00 +0000
commitd1fa6affefe6ad289f87d07059a53a47a553aba4 (patch)
treeda99cdb108cf167b7019b0cfc0a5d2333f73d9c1
parentb505828b091f062e976ec88868729b89d9d7dceb (diff)
downloademacs-d1fa6affefe6ad289f87d07059a53a47a553aba4.tar.gz
emacs-d1fa6affefe6ad289f87d07059a53a47a553aba4.zip
(hide-ifdefs): 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 3bffaff96e7..4cd538efcf8 100644
--- a/lisp/progmodes/hideif.el
+++ b/lisp/progmodes/hideif.el
@@ -914,7 +914,7 @@ Assume that defined symbols have been added to `hide-ifdef-env'.
914The text hidden is the text that would not be included by the C 914The text hidden is the text that would not be included by the C
915preprocessor if it were given the file with those symbols defined. 915preprocessor if it were given the file with those symbols defined.
916 916
917Turn off hiding by calling `show-ifdef'." 917Turn off hiding by calling `show-ifdefs'."
918 918
919 (interactive) 919 (interactive)
920 (message "Hiding...") 920 (message "Hiding...")