X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/ac3232837188f7e1c4ffe34b76edede0ccb54f5e..7be1c708c5abc7dea388d45454bd19bff07b7943:/lisp/reveal.el diff --git a/lisp/reveal.el b/lisp/reveal.el index 1e8e4ca07c..bf18602379 100644 --- a/lisp/reveal.el +++ b/lisp/reveal.el @@ -1,7 +1,6 @@ -;;; reveal.el --- Automatically reveal hidden text at point +;;; reveal.el --- Automatically reveal hidden text at point -*- lexical-binding: t -*- -;; Copyright (C) 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +;; Copyright (C) 2000-2011 Free Software Foundation, Inc. ;; Author: Stefan Monnier ;; Keywords: outlines @@ -49,7 +48,7 @@ (defgroup reveal nil "Reveal hidden text on the fly." - :group 'editing) + :group 'convenience) (defcustom reveal-around-mark t "Reveal text around the mark, if active." @@ -225,5 +224,4 @@ With zero or negative ARG turn mode off." (provide 'reveal) -;; arch-tag: 96ba0242-2274-4ed7-8e10-26bc0707b4d8 ;;; reveal.el ends here