]> code.delx.au - gnu-emacs/blobdiff - lisp/vt100-led.el
(Help-Xref): Texinfo usage fix.
[gnu-emacs] / lisp / vt100-led.el
index fb3d05e505081b2705ba09c6aa52bd135ce6f0c2..d78960a5785c82af9e735ec80d1791e77def5bdd 100644 (file)
@@ -1,11 +1,11 @@
-;;; vt100-led.el --- functions for LED control on VT-100 terminals & clones.
+;;; vt100-led.el --- functions for LED control on VT-100 terminals & clones
+
+;; Copyright (C) 1988 Free Software Foundation, Inc.
 
 ;; Author: Howard Gayle
 ;; Maintainer: FSF
 ;; Keywords: hardware
 
-;; Copyright (C) 1988 Free Software Foundation, Inc.
-
 ;; This file is part of GNU Emacs.
 
 ;; GNU Emacs is free software; you can redistribute it and/or modify
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs; see the file COPYING.  If not, write to
-;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+;; along with GNU Emacs; see the file COPYING.  If not, write to the
+;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+;; Boston, MA 02111-1307, USA.
+
+;;; Commentary:
 
 ;;; Code:
 
@@ -64,4 +67,5 @@ Element 0 is not used.")
 
 (provide 'vt100-led)
 
+;;; arch-tag: 346e6480-5e31-4234-aafe-257cea4a36d1
 ;;; vt100-led.el ends here