diff lisp/textmodes/texinfo.el @ 53447:e877223fe03e

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.
author Simon Josefsson <jas@extundo.com>
date Tue, 30 Dec 2003 10:59:01 +0000
parents 695cf19ef79e
children d41bcaa9f380
line wrap: on
line diff
--- a/lisp/textmodes/texinfo.el	Tue Dec 30 10:46:37 2003 +0000
+++ b/lisp/textmodes/texinfo.el	Tue Dec 30 10:59:01 2003 +0000
@@ -5,7 +5,7 @@
 
 ;; 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.
@@ -59,6 +59,12 @@
   :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)
+
 
 ;;; Autoloads: