Mercurial > emacs
changeset 26703:b8145f3d528e
Fix commentary.
author | Dave Love <fx@gnu.org> |
---|---|
date | Sat, 04 Dec 1999 13:25:08 +0000 |
parents | 8be2b52389a5 |
children | b81a30ac8e52 |
files | lisp/elide-head.el |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/elide-head.el Sat Dec 04 06:19:05 1999 +0000 +++ b/lisp/elide-head.el Sat Dec 04 13:25:08 1999 +0000 @@ -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.