karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
have only been distributed with Emacs for some years.
(texinfo-mode-hook): Customize.
+2003-12-30 Simon Josefsson <jas@extundo.com>
+
+ * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
+ karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
+ have only been distributed with Emacs for some years.
+ (texinfo-mode-hook): Customize.
+
2003-12-30 Eli Zaretskii <eliz@elta.co.il>
* mail/rmail.el (rmail-convert-to-babyl-format): Make the code
;; Author: Robert J. Chassell
;; Date: [See date below for texinfo-version]
-;; Maintainer: bug-texinfo@gnu.org
+;; Maintainer: FSF
;; Keywords: maint, tex, docs
;; This file is part of GNU Emacs.
:type 'string
:group 'texinfo)
+(defcustom texinfo-mode-hook nil
+ "Normal hook run when entering Texinfo mode."
+ :type 'hook
+ :options '(turn-on-auto-fill flyspell-mode)
+ :group 'texinfo)
+
\f
;;; Autoloads: