summaryrefslogtreecommitdiff
path: root/lisp/elide-head.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2002-08-15 00:48:20 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2002-08-15 00:48:20 +0000
commit1a4914f3407207b69a7ec96cec337fdc5125f3cf (patch)
treea726f7d2779720159849d180df96572837440789 /lisp/elide-head.el
parent067723639234bf58eeb593b7e38e6e7bb43af9d3 (diff)
downloademacs-1a4914f3407207b69a7ec96cec337fdc5125f3cf.tar.gz
Use find-file-hook instead of find-file-hooks.
Diffstat (limited to 'lisp/elide-head.el')
-rw-r--r--lisp/elide-head.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/elide-head.el b/lisp/elide-head.el
index 9a23e622c45..cae63481d14 100644
--- a/lisp/elide-head.el
+++ b/lisp/elide-head.el
@@ -33,7 +33,7 @@
;; elision.
;; You might add `elide-head' to appropriate major mode hooks or to
-;; `find-file-hooks'. Please do not do this in site init files. If
+;; `find-file-hook'. Please do not do this in site init files. If
;; you do, information may be hidden from users who don't know it
;; already.
@@ -78,7 +78,7 @@ cdr."
The header is made invisible with an overlay. With a prefix arg, show
an elided material again.
-This is suitable as an entry on `find-file-hooks' or appropriate mode hooks."
+This is suitable as an entry on `find-file-hook' or appropriate mode hooks."
(interactive "P")
(if arg
(elide-head-show)