summaryrefslogtreecommitdiff
path: root/lisp/textmodes/ooutline.el
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1994-02-10 00:48:59 +0000
committerKarl Heuer <kwzh@gnu.org>1994-02-10 00:48:59 +0000
commitaf3f1a945622e169d388f08e59a32691c08280b1 (patch)
tree1cc860dff91c8486cae095b0005063f13ab57906 /lisp/textmodes/ooutline.el
parent5457e3aa71d836a5db0b1723381d30b2d2ba0069 (diff)
downloademacs-af3f1a945622e169d388f08e59a32691c08280b1.tar.gz
(outline-mode): Fix spelling of add-hook.
Diffstat (limited to 'lisp/textmodes/ooutline.el')
-rw-r--r--lisp/textmodes/ooutline.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/ooutline.el b/lisp/textmodes/ooutline.el
index 7d21c98ea88..8427a23750b 100644
--- a/lisp/textmodes/ooutline.el
+++ b/lisp/textmodes/ooutline.el
@@ -167,7 +167,7 @@ Turning on outline mode calls the value of `text-mode-hook' and then of
(make-local-variable 'paragraph-separate)
(setq paragraph-separate (concat paragraph-separate "\\|^\\("
outline-regexp "\\)"))
- (add-hooks 'change-major-mode-hook 'show-all)
+ (add-hook 'change-major-mode-hook 'show-all)
(run-hooks 'text-mode-hook 'outline-mode-hook))
(defvar outline-minor-mode-prefix "\C-c"