]> code.delx.au - gnu-emacs/blobdiff - lisp/reveal.el
Refresh Dired and VC-dir buffers after vc-pull and vc-merge.
[gnu-emacs] / lisp / reveal.el
index ab2a659736659ec455b103e3022cf33172ba6d61..574c86a0fa4891414608ce9f422561f93288f1d4 100644 (file)
@@ -1,7 +1,6 @@
 ;;; reveal.el --- Automatically reveal hidden text at point
 
-;; Copyright (C) 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 2000-2011 Free Software Foundation, Inc.
 
 ;; Author: Stefan Monnier <monnier@iro.umontreal.ca>
 ;; 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