diff options
Diffstat (limited to 'lisp/textmodes')
-rw-r--r-- | lisp/textmodes/spell.el | 5 | ||||
-rw-r--r-- | lisp/textmodes/texinfmt.el | 5 | ||||
-rw-r--r-- | lisp/textmodes/texnfo-upd.el | 5 | ||||
-rw-r--r-- | lisp/textmodes/text-mode.el | 5 | ||||
-rw-r--r-- | lisp/textmodes/underline.el | 5 |
5 files changed, 10 insertions, 15 deletions
diff --git a/lisp/textmodes/spell.el b/lisp/textmodes/spell.el index b9033e13dac..b5ed7777540 100644 --- a/lisp/textmodes/spell.el +++ b/lisp/textmodes/spell.el @@ -1,10 +1,9 @@ ;;; spell.el --- spelling correction interface for Emacs. -;; Maintainer: FSF -;; Last-Modified: 09 May 1991 - ;; Copyright (C) 1985 Free Software Foundation, Inc. +;; Maintainer: FSF + ;; This file is part of GNU Emacs. ;; GNU Emacs is free software; you can redistribute it and/or modify diff --git a/lisp/textmodes/texinfmt.el b/lisp/textmodes/texinfmt.el index 2c433ebee83..b165a48366d 100644 --- a/lisp/textmodes/texinfmt.el +++ b/lisp/textmodes/texinfmt.el @@ -1,12 +1,11 @@ ;;;; texinfmt.el --- convert Texinfo files to Info files. +;; Copyright (C) 1985, 1986, 1988, 1990 Free Software Foundation, Inc. + ;; Author: Robert J. Chassell <bob@gnu.ai.mit.edu> ;; Version: 2.00 -;; Last-Modified: 14 Dec 1990 ;; Keywords: tex, help -;; Copyright (C) 1985, 1986, 1988, 1990 Free Software Foundation, Inc. - ;; This file is part of GNU Emacs. ;; GNU Emacs is free software; you can redistribute it and/or modify diff --git a/lisp/textmodes/texnfo-upd.el b/lisp/textmodes/texnfo-upd.el index db70a00c8ec..a739826c4f2 100644 --- a/lisp/textmodes/texnfo-upd.el +++ b/lisp/textmodes/texnfo-upd.el @@ -1,12 +1,11 @@ ;;; texnfo-upd.el --- a utility for updating nodes and menus in Texinfo files. +;;;; Copyright 1989, 1990, 1992 Free Software Foundation + ;; Author: Bob Chassell <bob@gnu.ai.mit.edu> ;; Version: 2.00 -;; Last-Modified: 14 Dec 1990 ;; Keywords: maint, tex, docs -;;;; Copyright 1989, 1990, 1992 Free Software Foundation - ;; This file is part of GNU Emacs. ;; GNU Emacs is free software; you can redistribute it and/or modify diff --git a/lisp/textmodes/text-mode.el b/lisp/textmodes/text-mode.el index d13e3326b4e..4ba61200607 100644 --- a/lisp/textmodes/text-mode.el +++ b/lisp/textmodes/text-mode.el @@ -1,10 +1,9 @@ ;;; text-mode.el --- text mode, and its idiosyncratic commands. -;; Maintainer: FSF -;; Last-Modified: 31 Oct 1989 - ;; Copyright (C) 1985, 1992 Free Software Foundation, Inc. +;; Maintainer: FSF + ;; This file is part of GNU Emacs. ;; GNU Emacs is free software; you can redistribute it and/or modify diff --git a/lisp/textmodes/underline.el b/lisp/textmodes/underline.el index f764d4a0985..2f6ef391e06 100644 --- a/lisp/textmodes/underline.el +++ b/lisp/textmodes/underline.el @@ -1,11 +1,10 @@ ;;; underline.el --- insert/remove underlining (done by overstriking) in Emacs. +;; Copyright (C) 1985 Free Software Foundation, Inc. + ;; Maintainer: FSF -;; Last-Modified: 30 May 1988 ;; Keywords: wp -;; Copyright (C) 1985 Free Software Foundation, Inc. - ;; This file is part of GNU Emacs. ;; GNU Emacs is free software; you can redistribute it and/or modify |