]> git.eshelyaron.com Git - emacs.git/commitdiff
(enriched-mode): Specify :group.
authorLute Kamstra <lute@gnu.org>
Mon, 4 Apr 2005 09:27:16 +0000 (09:27 +0000)
committerLute Kamstra <lute@gnu.org>
Mon, 4 Apr 2005 09:27:16 +0000 (09:27 +0000)
lisp/textmodes/enriched.el

index 71bb6cf137d5b13b4abc70b0c4e4f07c37a741f4..b1b5abc488f3bfd2f4a4b0e23d9a83ae02901c8c 100644 (file)
@@ -1,6 +1,6 @@
 ;;; enriched.el --- read and save files in text/enriched format
 
-;; Copyright (c) 1994, 1995, 1996, 2002, 2004 Free Software Foundation, Inc.
+;; Copyright (c) 1994, 1995, 1996, 2002, 2004, 2005 Free Software Foundation, Inc.
 
 ;; Author: Boris Goldowsky <boris@gnu.org>
 ;; Keywords: wp, faces
@@ -183,7 +183,7 @@ etc/enriched.doc in the Emacs distribution directory.
 Commands:
 
 \\{enriched-mode-map}"
-  nil " Enriched" nil
+  :group 'enriched :lighter " Enriched"
   (cond ((null enriched-mode)
         ;; Turn mode off
         (setq buffer-file-format (delq 'text/enriched buffer-file-format))