summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-06-16 17:32:40 +0000
committerRichard M. Stallman <rms@gnu.org>1997-06-16 17:32:40 +0000
commit1036798c64465fbcd7b45b055a9959f7565fd2e1 (patch)
tree1b3870d18754d2da27d6798536ff791085f0c6eb /lisp
parent1b335d29088603bf020eb919efdecf90dbe34b7b (diff)
downloademacs-1036798c64465fbcd7b45b055a9959f7565fd2e1.tar.gz
emacs-1036798c64465fbcd7b45b055a9959f7565fd2e1.tar.bz2
emacs-1036798c64465fbcd7b45b055a9959f7565fd2e1.zip
Comment change.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/emacs-lisp/float.el2
-rw-r--r--lisp/view.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/float.el b/lisp/emacs-lisp/float.el
index f4fd9ae0ec9..2fad3fcfe92 100644
--- a/lisp/emacs-lisp/float.el
+++ b/lisp/emacs-lisp/float.el
@@ -1,4 +1,4 @@
-;;; float.el --- floating point arithmetic package.
+;;; float.el --- obsolete floating point arithmetic package.
;; Copyright (C) 1986 Free Software Foundation, Inc.
diff --git a/lisp/view.el b/lisp/view.el
index a0fc23d0182..f10eaab2ed8 100644
--- a/lisp/view.el
+++ b/lisp/view.el
@@ -3,7 +3,7 @@
;; Copyright (C) 1985, 1989, 1994, 1995, 1997 Free Software Foundation, Inc.
;; Author: K. Shane Hartman
-;; Maintainer: FSF
+;; Maintainer: Inge Frick <inge@nada.kth.se>
;; This file is part of GNU Emacs.