diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/complete.el | 2 | ||||
-rw-r--r-- | lisp/derived.el | 2 | ||||
-rw-r--r-- | lisp/emacs-lisp/backquote.el | 2 | ||||
-rw-r--r-- | lisp/emulation/pc-mode.el | 2 | ||||
-rw-r--r-- | lisp/international/iso-acc.el | 2 | ||||
-rw-r--r-- | lisp/international/iso-cvt.el | 2 | ||||
-rw-r--r-- | lisp/patcomp.el | 1 | ||||
-rw-r--r-- | lisp/soundex.el | 2 | ||||
-rw-r--r-- | lisp/tcp.el | 2 |
9 files changed, 9 insertions, 8 deletions
diff --git a/lisp/complete.el b/lisp/complete.el index 65d2fe07ce3..69db58a985c 100644 --- a/lisp/complete.el +++ b/lisp/complete.el @@ -1,4 +1,4 @@ -;;; complete.el -- partial completion mechanism plus other goodies +;;; complete.el --- partial completion mechanism plus other goodies ;; Copyright (C) 1990, 1991, 1992, 1993 Free Software Foundation, Inc. diff --git a/lisp/derived.el b/lisp/derived.el index 6db92e85408..48824a61ec2 100644 --- a/lisp/derived.el +++ b/lisp/derived.el @@ -1,4 +1,4 @@ -;;; derived.el -- allow inheritance of major modes. +;;; derived.el --- allow inheritance of major modes. ;;; (formerly mode-clone.el) ;; Copyright (C) 1993, 1994 Free Software Foundation, Inc. diff --git a/lisp/emacs-lisp/backquote.el b/lisp/emacs-lisp/backquote.el index 41f1cf8b1f1..807b4bd1c50 100644 --- a/lisp/emacs-lisp/backquote.el +++ b/lisp/emacs-lisp/backquote.el @@ -1,4 +1,4 @@ -;;; backquote.el -- implement the ` Lisp construct +;;; backquote.el --- implement the ` Lisp construct ;;; Copyright (C) 1990, 1992, 1994 Free Software Foundation, Inc. diff --git a/lisp/emulation/pc-mode.el b/lisp/emulation/pc-mode.el index b06e1cf3b49..c7db52ba567 100644 --- a/lisp/emulation/pc-mode.el +++ b/lisp/emulation/pc-mode.el @@ -1,4 +1,4 @@ -;;; pc-mode.el emulate certain key bindings used on PCs. +;;; pc-mode.el --- emulate certain key bindings used on PCs. ;; Copyright (C) 1995 Free Software Foundation, Inc. diff --git a/lisp/international/iso-acc.el b/lisp/international/iso-acc.el index d1363476590..f049af56daa 100644 --- a/lisp/international/iso-acc.el +++ b/lisp/international/iso-acc.el @@ -1,4 +1,4 @@ -;;; iso-acc.el -- minor mode providing electric accent keys +;;; iso-acc.el --- minor mode providing electric accent keys ;; Copyright (C) 1993, 1994, 1996 Free Software Foundation, Inc. diff --git a/lisp/international/iso-cvt.el b/lisp/international/iso-cvt.el index a01e2f5468c..150eed2a9f6 100644 --- a/lisp/international/iso-cvt.el +++ b/lisp/international/iso-cvt.el @@ -1,4 +1,4 @@ -;;; iso-cvt.el -- translate to ISO 8859-1 from/to net/TeX conventions +;;; iso-cvt.el --- translate to ISO 8859-1 from/to net/TeX conventions ;; This file was formerly called gm-lingo.el. ;; Copyright (C) 1993, 1994 Free Software Foundation, Inc. diff --git a/lisp/patcomp.el b/lisp/patcomp.el index e7c8652a5cc..201c23c911e 100644 --- a/lisp/patcomp.el +++ b/lisp/patcomp.el @@ -1,3 +1,4 @@ + ;;; This function is used by the patch files to update Emacs releases. (defun batch-byte-recompile-emacs () diff --git a/lisp/soundex.el b/lisp/soundex.el index 253a02315bd..5f703228df2 100644 --- a/lisp/soundex.el +++ b/lisp/soundex.el @@ -1,4 +1,4 @@ -;;; soundex.el -- implement Soundex algorithm +;;; soundex.el --- implement Soundex algorithm ;; Copyright (C) 1993 Free Software Foundation, Inc. diff --git a/lisp/tcp.el b/lisp/tcp.el index c2f921f61f9..2f5b756ab82 100644 --- a/lisp/tcp.el +++ b/lisp/tcp.el @@ -1,4 +1,4 @@ -;;; TCP/IP stream emulation for GNU Emacs +;;; tcp.el --- TCP/IP stream emulation for GNU Emacs ;; Copyright (C) 1988, 1989, 1993 Free Software Foundation, Inc. |