diff options
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/texnfo-upd.el | 6 | ||||
| -rw-r--r-- | lisp/textmodes/text-mode.el | 4 |
2 files changed, 9 insertions, 1 deletions
diff --git a/lisp/textmodes/texnfo-upd.el b/lisp/textmodes/texnfo-upd.el index f089b090bb0..a0902806d75 100644 --- a/lisp/textmodes/texnfo-upd.el +++ b/lisp/textmodes/texnfo-upd.el @@ -1,6 +1,8 @@ ;;; texnfo-upd.el --- a utility for updating nodes and menus in Texinfo files. -;;;; Version 2.00 14 Dec 1990 +;; Author: Bob Chassell <bob@gnu.ai.mit.edu> +;; Version: 2.00 +;; Last-Modified: 14 Dec 1990 ;;;; Copyright 1989, 1990, 1992 Free Software Foundation @@ -20,6 +22,7 @@ ;; along with GNU Emacs; see the file COPYING. If not, write to ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +;;; Commentary: ;;;; Summary @@ -143,6 +146,7 @@ ; Since node names should be more concise than section or chapter ; titles, node names so inserted will need to be edited manually. +;;; Code: ;;;; Menu Making Functions diff --git a/lisp/textmodes/text-mode.el b/lisp/textmodes/text-mode.el index a87d2b09251..d13e3326b4e 100644 --- a/lisp/textmodes/text-mode.el +++ b/lisp/textmodes/text-mode.el @@ -1,5 +1,8 @@ ;;; text-mode.el --- text mode, and its idiosyncratic commands. +;; Maintainer: FSF +;; Last-Modified: 31 Oct 1989 + ;; Copyright (C) 1985, 1992 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. @@ -18,6 +21,7 @@ ;; along with GNU Emacs; see the file COPYING. If not, write to ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +;;; Code: (defvar text-mode-syntax-table nil "Syntax table used while in text mode.") |
