aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Rost2003-01-23 05:46:35 +0000
committerMarkus Rost2003-01-23 05:46:35 +0000
commitd77a0b9b5ab3579fbc8c47e1fd4c77bd67607a59 (patch)
treedaf50da4ed5634f261570f6c3e1cc321a5579824
parenta6127c0f7adaead98330ef97d67606b13bc658fa (diff)
downloademacs-d77a0b9b5ab3579fbc8c47e1fd4c77bd67607a59.tar.gz
emacs-d77a0b9b5ab3579fbc8c47e1fd4c77bd67607a59.zip
(describe-text-mode-hook): Add a group.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/descr-text.el3
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0eca76d76e5..c2f87aa1c43 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12003-01-23 Markus Rost <rost@math.ohio-state.edu>
2
3 * descr-text.el (describe-text-mode-hook): Add a group.
4
12003-01-23 John Paul Wallington <jpw@shootybangbang.com> 52003-01-23 John Paul Wallington <jpw@shootybangbang.com>
2 6
3 * term/mac-win.el (interprogram-paste-function): Handle empty 7 * 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 @@
43 43
44(defcustom describe-text-mode-hook nil 44(defcustom describe-text-mode-hook nil
45 "List of hook functions ran by `describe-text-mode'." 45 "List of hook functions ran by `describe-text-mode'."
46 :type 'hook) 46 :type 'hook
47 :group 'facemenu)
47 48
48(defun describe-text-mode () 49(defun describe-text-mode ()
49 "Major mode for buffers created by `describe-char'. 50 "Major mode for buffers created by `describe-char'.