diff options
author | Dave Love <fx@gnu.org> | 1999-12-04 13:25:08 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 1999-12-04 13:25:08 +0000 |
commit | 573d0a7ecc29ca1cadf213835870d7a95eaf1abd (patch) | |
tree | 4e8f927d0209c85d830e1b2e04127e2f510bff32 /lisp/elide-head.el | |
parent | b380fdf4554973cb981cb2460aa3691f00867186 (diff) | |
download | emacs-573d0a7ecc29ca1cadf213835870d7a95eaf1abd.tar.gz |
Fix commentary.
Diffstat (limited to 'lisp/elide-head.el')
-rw-r--r-- | lisp/elide-head.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/elide-head.el b/lisp/elide-head.el index dbdd72c778b..9e94d4f095a 100644 --- a/lisp/elide-head.el +++ b/lisp/elide-head.el @@ -33,8 +33,9 @@ ;; elision. ;; You might add `elide-head' to appropriate major mode hooks or to -;; `find-file-hooks'. Please do this in site init files. If you do, -;; information may be hidden from users who don't know it already. +;; `find-file-hooks'. Please do not do this in site init files. If +;; you do, information may be hidden from users who don't know it +;; already. ;; Inspired by jwz's hide-copyleft.el, for which we don't have an ;; assignment. |