# HG changeset patch # User Dave Love # Date 944254495 0 # Node ID 61f2605f9e41775a1bd8f9089e46a90ed2c6f5cb # Parent ed4ab9d244507ee78b82f6b0d6e7f35ded109490 Comments only. diff -r ed4ab9d24450 -r 61f2605f9e41 lisp/elide-head.el --- 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.