]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment change.
authorRichard M. Stallman <rms@gnu.org>
Sun, 20 Apr 1997 07:33:52 +0000 (07:33 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 20 Apr 1997 07:33:52 +0000 (07:33 +0000)
13 files changed:
lisp/expand.el
lisp/locate.el
lisp/mail/smtpmail.el
lisp/mouse-copy.el
lisp/mouse-drag.el
lisp/progmodes/octave-hlp.el
lisp/progmodes/octave-inf.el
lisp/progmodes/octave-mod.el
lisp/term/internal.el
lisp/term/keyswap.el
lisp/term/news.el
lisp/term/pc-win.el
lisp/term/sun.el

index 1b46d4b3f689c09bb5d9e10d24e70a107ce26610..51a1213989735da17754e3e71b7700d50bf0fb28 100644 (file)
@@ -1,4 +1,4 @@
-;; expand.el --- make abbreviations more usable.
+;;; expand.el --- make abbreviations more usable.
 
 ;; Copyright (C) 1995, 1996 Free Software Foundation, Inc.
 
index 9084a1021bb894673aabbf456b3dc0e079876efb..90501845498622b0d73e1dd819627b1fd68dc52a 100644 (file)
@@ -1,4 +1,4 @@
-;; Locate.el: interface to the locate command
+;;; locate.el --- interface to the locate command
 
 ;; Copyright (C) 1996 Free Software Foundation, Inc.
 
index 154de723679bbc0d75c78de4d847731ca877440a..71cce7ced0da884993f0eaffd8da57891d03fe20 100644 (file)
@@ -1,4 +1,4 @@
-;; Simple SMTP protocol (RFC 821) for sending mail
+;;; smtpmail.el --- simple SMTP protocol (RFC 821) for sending mail
 
 ;; Copyright (C) 1995, 1996 Free Software Foundation, Inc.
 
@@ -539,4 +539,4 @@ many continuation lines."
 
 (provide 'smtpmail)
 
-;; smtpmail.el ends here
+;;; smtpmail.el ends here
index 56043ef32692f1e6305ff1ff1159e9703143a5f4..c35eaa3b115985cdc8c4e065c48e5626a2936e9a 100644 (file)
@@ -1,4 +1,4 @@
-;;; mouse-copy.el -- one-click text copy and move
+;;; mouse-copy.el --- one-click text copy and move
 
 ;; Copyright (C) 1996 Free Software Foundation, Inc.
 
index 6a5b7c4d21686b04e8359d245601501e2675ebfc..a16b83ea186f2042f5b5373cb75cbbe9fd5efa43 100644 (file)
@@ -1,4 +1,5 @@
-;;; mouse-drag.el -- use mouse-2 to do a new style of scrolling
+;;; mouse-drag.el --- use mouse-2 to do a new style of scrolling
+
 ;; Copyright (C) 1996 Free Software Foundation, Inc.
 
 ;; Author: John Heidemann <johnh@ISI.EDU>
index e72e2adfbd802f559c0843ffc6a1114437b3ef2d..4250797a7993881fa37fd27c1b89ca3f5056b4d8 100644 (file)
@@ -1,6 +1,6 @@
-;; octave-hlp.el --- getting help on Octave symbols using info
+;;; octave-hlp.el --- getting help on Octave symbols using info
 
-;;; Copyright (C) 1997 Free Software Foundation, Inc.
+;; Copyright (C) 1997 Free Software Foundation, Inc.
 
 ;; Author: Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
 ;; Author: John Eaton <jwe@bevo.che.wisc.edu>
index 12b29550f578b01771602ffa07d33f9250d2d81b..cbe4ffcc89d6b0460c3b3bce9f4d0550fc410cc5 100644 (file)
@@ -1,6 +1,6 @@
-;; octave-inf.el --- running Octave as an inferior Emacs process
+;;; octave-inf.el --- running Octave as an inferior Emacs process
 
-;;; Copyright (C) 1997 Free Software Foundation, Inc.
+;; Copyright (C) 1997 Free Software Foundation, Inc.
 
 ;; Author: Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
 ;; Author: John Eaton <jwe@bevo.che.wisc.edu>
index f91a268f832e6dbd8b8bce1771daa26858fe26b6..936035866dac00c47dcfb10171809a3160d1785f 100644 (file)
@@ -1,6 +1,6 @@
-;; octave-mod.el --- editing Octave source files under Emacs
+;;; octave-mod.el --- editing Octave source files under Emacs
 
-;;; Copyright (C) 1997 Free Software Foundation, Inc.
+;; Copyright (C) 1997 Free Software Foundation, Inc.
 
 ;; Author: Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
 ;; Author: John Eaton <jwe@bevo.che.wisc.edu>
index e9e6c02336dbf2a5a24d85f4278dc046301dffe7..bf9ddcd736de41f99c3a236144eaec431376cf56 100644 (file)
@@ -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
+
index 55ef13fd9b1fa037312bcdc6493f83cd00e9e5f0..e26236f0ed942a420e42bd4f6e0ab086db007b2d 100644 (file)
@@ -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.
 
index d0939db95ea7a62c9866ec18801f004c68880837..af8635fb06dab9bdf8894f01dc2c6763bedac995 100644 (file)
@@ -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.
 
index a798df09c6078cd9af53af64bdc527cbe2b32b2e..332952bc42b897ffff2e565335bf6c314c2fcbff 100644 (file)
@@ -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
index 4d75e524f4e21d693d5e7e7a42b9c0e3ec1571ba..30b75e0afe3fb0791812a57fa284247dda89704d 100644 (file)
@@ -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.