From: Markus Rost Date: Thu, 23 Jan 2003 05:46:35 +0000 (+0000) Subject: (describe-text-mode-hook): Add a group. X-Git-Tag: ttn-vms-21-2-B4~11518 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d77a0b9b5ab3579fbc8c47e1fd4c77bd67607a59;p=emacs.git (describe-text-mode-hook): Add a group. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0eca76d76e5..c2f87aa1c43 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2003-01-23 Markus Rost + + * descr-text.el (describe-text-mode-hook): Add a group. + 2003-01-23 John Paul Wallington * term/mac-win.el (interprogram-paste-function): Handle empty diff --git a/lisp/descr-text.el b/lisp/descr-text.el index aacec848756..b0e091a89dd 100644 --- a/lisp/descr-text.el +++ b/lisp/descr-text.el @@ -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'.