]> git.eshelyaron.com Git - emacs.git/commitdiff
(describe-text-mode-hook): Add a group.
authorMarkus Rost <rost@math.uni-bielefeld.de>
Thu, 23 Jan 2003 05:46:35 +0000 (05:46 +0000)
committerMarkus Rost <rost@math.uni-bielefeld.de>
Thu, 23 Jan 2003 05:46:35 +0000 (05:46 +0000)
lisp/ChangeLog
lisp/descr-text.el

index 0eca76d76e5b01d961867090a85745ca3e2674fc..c2f87aa1c4310d30b23e2680c076465b9b986219 100644 (file)
@@ -1,3 +1,7 @@
+2003-01-23  Markus Rost  <rost@math.ohio-state.edu>
+
+       * descr-text.el (describe-text-mode-hook): Add a group.
+
 2003-01-23  John Paul Wallington  <jpw@shootybangbang.com>
 
        * term/mac-win.el (interprogram-paste-function): Handle empty
index aacec848756947cd315a6850536f64b957ca80e5..b0e091a89dd041e9652a7832d4ec6b20541f4da9 100644 (file)
@@ -43,7 +43,8 @@
   
 (defcustom describe-text-mode-hook nil
   "List of hook functions ran by `describe-text-mode'."
-  :type 'hook)
+  :type 'hook
+  :group 'facemenu)
 
 (defun describe-text-mode ()
   "Major mode for buffers created by `describe-char'.