summaryrefslogtreecommitdiff
path: root/lisp/term
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-04-20 07:33:52 +0000
committerRichard M. Stallman <rms@gnu.org>1997-04-20 07:33:52 +0000
commit092af6d8677fa62567a0cf03502123cb177fb317 (patch)
treef13f415dcf2836990ad5beca1046644bc7d30158 /lisp/term
parent4289d95b3857e945c2bc367a8d9e128f74da44d8 (diff)
downloademacs-092af6d8677fa62567a0cf03502123cb177fb317.tar.gz
Comment change.
Diffstat (limited to 'lisp/term')
-rw-r--r--lisp/term/internal.el6
-rw-r--r--lisp/term/keyswap.el2
-rw-r--r--lisp/term/news.el2
-rw-r--r--lisp/term/pc-win.el4
-rw-r--r--lisp/term/sun.el2
5 files changed, 10 insertions, 6 deletions
diff --git a/lisp/term/internal.el b/lisp/term/internal.el
index e9e6c02336d..bf9ddcd736d 100644
--- a/lisp/term/internal.el
+++ b/lisp/term/internal.el
@@ -1,9 +1,8 @@
-;; internal.el -- setup support for PC keyboards and screens, internal terminal
+;;; internal.el ---support for PC keyboards and screens, internal terminal
;; Copyright (C) 1993, 1994 Free Software Foundation, Inc.
;; Author: Morten Welinder <terra@diku.dk>
-;; Version: 1.02
;; This file is part of GNU Emacs.
@@ -89,3 +88,6 @@
(mapcar (lambda (b) (set-buffer b) (set-case-table table))
(buffer-list)))
(set-standard-case-table table))
+
+;;; internal.el ends here
+
diff --git a/lisp/term/keyswap.el b/lisp/term/keyswap.el
index 55ef13fd9b1..e26236f0ed9 100644
--- a/lisp/term/keyswap.el
+++ b/lisp/term/keyswap.el
@@ -1,4 +1,4 @@
-;; keyswap.el --- swap BS and DEL keys
+;;; keyswap.el --- swap BS and DEL keys
;; Copyright (C) 1992 Free Software Foundation, Inc.
diff --git a/lisp/term/news.el b/lisp/term/news.el
index d0939db95ea..af8635fb06d 100644
--- a/lisp/term/news.el
+++ b/lisp/term/news.el
@@ -1,4 +1,4 @@
-;; news.el --- keypad and function key bindings for the Sony NEWS keyboard
+;;; news.el --- keypad and function key bindings for the Sony NEWS keyboard
;; Copyright (C) 1989, 1993 Free Software Foundation, Inc.
diff --git a/lisp/term/pc-win.el b/lisp/term/pc-win.el
index a798df09c60..332952bc42b 100644
--- a/lisp/term/pc-win.el
+++ b/lisp/term/pc-win.el
@@ -1,4 +1,4 @@
-;; pc-win.el -- setup support for `PC windows' (whatever that is).
+;;; pc-win.el --- setup support for `PC windows' (whatever that is).
;; Copyright (C) 1994, 1996 Free Software Foundation, Inc.
@@ -366,3 +366,5 @@ This is in addition to the primary selection.")
(setq command-line-args (msdos-handle-args command-line-args))
;; ---------------------------------------------------------------------------
+
+;;; pc-win.el ends here
diff --git a/lisp/term/sun.el b/lisp/term/sun.el
index 4d75e524f4e..30b75e0afe3 100644
--- a/lisp/term/sun.el
+++ b/lisp/term/sun.el
@@ -1,4 +1,4 @@
-;; sun.el --- keybinding for standard default sunterm keys
+;;; sun.el --- keybinding for standard default sunterm keys
;; Copyright (C) 1987 Free Software Foundation, Inc.