diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-10-30 17:35:01 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-10-30 17:35:01 +0000 |
commit | be010748989d2be1af4eaa5e602f4cf49d37bf26 (patch) | |
tree | 787be8f0e6f74109e30b02ac8c107b3fe201181f /lisp/emulation | |
parent | ad837797de652021a470c5a5c0f1165709df7528 (diff) | |
download | emacs-be010748989d2be1af4eaa5e602f4cf49d37bf26.tar.gz emacs-be010748989d2be1af4eaa5e602f4cf49d37bf26.tar.bz2 emacs-be010748989d2be1af4eaa5e602f4cf49d37bf26.zip |
Comment change.
Diffstat (limited to 'lisp/emulation')
-rw-r--r-- | lisp/emulation/edt-lk201.el | 7 | ||||
-rw-r--r-- | lisp/emulation/edt-mapper.el | 4 | ||||
-rw-r--r-- | lisp/emulation/edt-pc.el | 7 | ||||
-rw-r--r-- | lisp/emulation/edt-vt100.el | 8 | ||||
-rw-r--r-- | lisp/emulation/edt.el | 2 | ||||
-rw-r--r-- | lisp/emulation/pc-mode.el | 2 | ||||
-rw-r--r-- | lisp/emulation/viper-ex.el | 3 | ||||
-rw-r--r-- | lisp/emulation/viper-keym.el | 3 | ||||
-rw-r--r-- | lisp/emulation/viper-macs.el | 3 | ||||
-rw-r--r-- | lisp/emulation/viper-mous.el | 3 | ||||
-rw-r--r-- | lisp/emulation/viper.el | 2 |
11 files changed, 18 insertions, 26 deletions
diff --git a/lisp/emulation/edt-lk201.el b/lisp/emulation/edt-lk201.el index 2f7787a203f..a88646616d6 100644 --- a/lisp/emulation/edt-lk201.el +++ b/lisp/emulation/edt-lk201.el @@ -1,8 +1,5 @@ -;;; File: edt-lk201.el --- Enhanced EDT Keypad Mode Emulation -;;; for LK-201 Keyboards -;;; -;;; For GNU Emacs 19 -;; +;;; edt-lk201.el --- Enhanced EDT Keypad Mode Emulation for LK-201 Keyboards + ;; Copyright (C) 1986, 1992, 1993, 1995 Free Software Foundation, Inc. ;; Author: Kevin Gallagher <kgallagh@spd.dsccc.com> diff --git a/lisp/emulation/edt-mapper.el b/lisp/emulation/edt-mapper.el index 2e54272ba6c..9b7d53e6c7f 100644 --- a/lisp/emulation/edt-mapper.el +++ b/lisp/emulation/edt-mapper.el @@ -1,6 +1,4 @@ -;;; edt-mapper.el --- Create an EDT LK-201 Map File for X-Windows Emacs. - -;;; For GNU Emacs 19 +;;; edt-mapper.el --- Create an EDT LK-201 Map File for X-Windows Emacs ;; Copyright (C) 1994, 1995 Free Software Foundation, Inc. diff --git a/lisp/emulation/edt-pc.el b/lisp/emulation/edt-pc.el index a7c472f5c06..5fae49e4b25 100644 --- a/lisp/emulation/edt-pc.el +++ b/lisp/emulation/edt-pc.el @@ -1,8 +1,5 @@ -;;; File: edt-pc.el --- Enhanced EDT Keypad Mode Emulation -;;; for PC 101 Keyboards -;;; -;;; For GNU Emacs 19 -;; +;;; edt-pc.el --- Enhanced EDT Keypad Mode Emulation for PC 101 Keyboards + ;; Copyright (C) 1986, 1994, 1995 Free Software Foundation, Inc. ;; Author: Kevin Gallagher <kgallagh@spd.dsccc.com> diff --git a/lisp/emulation/edt-vt100.el b/lisp/emulation/edt-vt100.el index 7dd5df400c0..2fa82c4d5e0 100644 --- a/lisp/emulation/edt-vt100.el +++ b/lisp/emulation/edt-vt100.el @@ -1,9 +1,5 @@ -;;; File: edt-vt100.el --- Enhanced EDT Keypad Mode Emulation -;;; for VT Series Terminals -;;; -;;; For GNU Emacs 19 -;;; -;; +;;; edt-vt100.el --- Enhanced EDT Keypad Mode Emulation for VT Series Terminals + ;; Copyright (C) 1986, 1992, 1993, 1995 Free Software Foundation, Inc. ;; Author: Kevin Gallagher <kgallagh@spd.dsccc.com> diff --git a/lisp/emulation/edt.el b/lisp/emulation/edt.el index 8c8607f3656..19ed0949bec 100644 --- a/lisp/emulation/edt.el +++ b/lisp/emulation/edt.el @@ -1,4 +1,4 @@ -;;; edt.el --- Enhanced EDT Keypad Mode Emulation for GNU Emacs 19 +;;; edt.el --- Enhanced EDT Keypad Mode Emulation for GNU Emacs 19 ;; Copyright (C) 1986, 1992, 1993, 1994, 1995 Free Software Foundation, Inc. diff --git a/lisp/emulation/pc-mode.el b/lisp/emulation/pc-mode.el index d4dd7ab9d32..c7fe75d7a0d 100644 --- a/lisp/emulation/pc-mode.el +++ b/lisp/emulation/pc-mode.el @@ -1,4 +1,4 @@ -;;; pc-mode.el emulate Windows/Mac/Motif selection keys +;;; pc-mode.el emulate certain key bindings used on PCs. ;; Copyright (C) 1995 Free Software Foundation, Inc. ;; Keywords: emulations diff --git a/lisp/emulation/viper-ex.el b/lisp/emulation/viper-ex.el index f4734d2e1cf..7e64d443bd2 100644 --- a/lisp/emulation/viper-ex.el +++ b/lisp/emulation/viper-ex.el @@ -1,4 +1,5 @@ -;;; viper-ex.el -- functions implementing the Ex commands for Viper +;;; viper-ex.el --- functions implementing the Ex commands for Viper + ;; Copyright (C) 1994, 1995 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/lisp/emulation/viper-keym.el b/lisp/emulation/viper-keym.el index da862a141d8..9ff7cd83f4f 100644 --- a/lisp/emulation/viper-keym.el +++ b/lisp/emulation/viper-keym.el @@ -1,4 +1,5 @@ -;;; viper-keym.el -- Main Viper keymaps +;;; viper-keym.el --- main Viper keymaps + ;; Copyright (C) 1994, 1995 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/lisp/emulation/viper-macs.el b/lisp/emulation/viper-macs.el index 5b8db6a773f..39130edef69 100644 --- a/lisp/emulation/viper-macs.el +++ b/lisp/emulation/viper-macs.el @@ -1,4 +1,5 @@ -;;; viper-macs.el -- functions implementing keyboard macros for Viper +;;; viper-macs.el --- functions implementing keyboard macros for Viper + ;; Copyright (C) 1994, 1995 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/lisp/emulation/viper-mous.el b/lisp/emulation/viper-mous.el index d4f134503ef..c3709be1d4a 100644 --- a/lisp/emulation/viper-mous.el +++ b/lisp/emulation/viper-mous.el @@ -1,4 +1,5 @@ -;;; viper-mous.el -- Mouse support for Viper +;;; viper-mous.el --- mouse support for Viper + ;; Copyright (C) 1994, 1995 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/lisp/emulation/viper.el b/lisp/emulation/viper.el index 40f1f588369..403bd25644b 100644 --- a/lisp/emulation/viper.el +++ b/lisp/emulation/viper.el @@ -1,4 +1,4 @@ -;;; viper.el --- A full-featured Vi emulator for GNU Emacs 19 and XEmacs 19, +;;; viper.el --- A full-featured Vi emulator. ;; a VI Plan for Emacs Rescue, ;; and a venomous VI PERil. ;; Viper Is also a Package for Emacs Rebels. |