diff options
author | Dave Love <fx@gnu.org> | 1999-12-16 19:16:19 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 1999-12-16 19:16:19 +0000 |
commit | ba8b2c1a39dd75f18543c3fbf46d721f41f8e164 (patch) | |
tree | f8ac6b3d174e5fa901d25a7f4d19cbb1b5c16025 /lisp/elide-head.el | |
parent | 36e24b827b26fe52999f1c149f7a8049f2feadab (diff) | |
download | emacs-ba8b2c1a39dd75f18543c3fbf46d721f41f8e164.tar.gz |
Comment.
Diffstat (limited to 'lisp/elide-head.el')
-rw-r--r-- | lisp/elide-head.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/elide-head.el b/lisp/elide-head.el index 9e94d4f095a..03e63b9893e 100644 --- a/lisp/elide-head.el +++ b/lisp/elide-head.el @@ -37,6 +37,9 @@ ;; you do, information may be hidden from users who don't know it ;; already. +;; Note that `hs-minor-mode' will do a similar job by default, but +;; it's not selective about what leading commentary it hides. + ;; Inspired by jwz's hide-copyleft.el, for which we don't have an ;; assignment. |