changeset 26700:61f2605f9e41

Comments only.
author Dave Love <fx@gnu.org>
date Fri, 03 Dec 1999 20:54:55 +0000
parents ed4ab9d24450
children cb2f5d1a71e4
files lisp/elide-head.el
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/elide-head.el	Fri Dec 03 20:48:13 1999 +0000
+++ b/lisp/elide-head.el	Fri Dec 03 20:54:55 1999 +0000
@@ -32,8 +32,9 @@
 ;; `elide-head'.  A buffer-local invisible overlay manages the
 ;; elision.
 
-;; Please don't turn this on in site init files so that information
-;; isn't hidden from users who may not know what it says.
+;; 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.
 
 ;; Inspired by jwz's hide-copyleft.el, for which we don't have an
 ;; assignment.