summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-03-16 04:37:48 +0000
committerRichard M. Stallman <rms@gnu.org>1995-03-16 04:37:48 +0000
commit2722cca4996041844498851b60ef3830f0842b0d (patch)
tree2a6e66c1dfe8f823683a4765733e788455744028
parentf6e827319bea2951a10c631b182eed10644d4bac (diff)
downloademacs-2722cca4996041844498851b60ef3830f0842b0d.tar.gz
Comment change.
-rw-r--r--lisp/dired-x.el2
-rw-r--r--lisp/emacs-lisp/advice.el2
-rw-r--r--lisp/emacs-lisp/eval-reg.el1
-rw-r--r--lisp/emacs-lisp/lisp-mnt.el6
-rw-r--r--lisp/find-dired.el34
-rw-r--r--lisp/hilit19.el2
-rw-r--r--lisp/icomplete.el5
7 files changed, 10 insertions, 42 deletions
diff --git a/lisp/dired-x.el b/lisp/dired-x.el
index b265d32886c..876b040f2ca 100644
--- a/lisp/dired-x.el
+++ b/lisp/dired-x.el
@@ -906,7 +906,7 @@ dired."
;;; that matches the first file in the file list.
;;;
;;; * If the REGEXP matches all the entries of the file list then evaluate
-;;; COMMAND, which is either a string or an elisp expression returning a
+;;; COMMAND, which is either a string or a Lisp expression returning a
;;; string. COMMAND may be a list of commands.
;;;
;;; * Return this command to `dired-guess-shell-command' which prompts user
diff --git a/lisp/emacs-lisp/advice.el b/lisp/emacs-lisp/advice.el
index 6495c3b2d3b..258c7139474 100644
--- a/lisp/emacs-lisp/advice.el
+++ b/lisp/emacs-lisp/advice.el
@@ -1436,7 +1436,7 @@
;; (fie 2)
;; 8
;;
-;; If you put a preactivating `defadvice' into an elisp file that gets byte-
+;; If you put a preactivating `defadvice' into a Lisp file that gets byte-
;; compiled then the constructed advised definition will get compiled by
;; the byte-compiler. For that to occur in a v18 emacs you have to put the
;; `defadvice' inside a `defun' because the v18 compiler does not compile
diff --git a/lisp/emacs-lisp/eval-reg.el b/lisp/emacs-lisp/eval-reg.el
index 6d22fa22aa5..f4e32ded320 100644
--- a/lisp/emacs-lisp/eval-reg.el
+++ b/lisp/emacs-lisp/eval-reg.el
@@ -213,3 +213,4 @@ This version calls `eval-region' on the whole buffer."
(provide 'eval-reg)
+;;; eval-reg.el ends here
diff --git a/lisp/emacs-lisp/lisp-mnt.el b/lisp/emacs-lisp/lisp-mnt.el
index ac2d9c4b4ca..2b91c0b6f5f 100644
--- a/lisp/emacs-lisp/lisp-mnt.el
+++ b/lisp/emacs-lisp/lisp-mnt.el
@@ -5,7 +5,7 @@
;; Author: Eric S. Raymond <esr@snark.thyrsus.com>
;; Maintainer: Eric S. Raymond <esr@snark.thyrsus.com>
;; Created: 14 Jul 1992
-;; Version: $Id: lisp-mnt.el,v 1.8 1994/05/03 23:21:00 kwzh Exp rms $
+;; Version: $Id: lisp-mnt.el,v 1.9 1994/06/17 19:59:09 rms Exp rms $
;; Keywords: docs
;; X-Bogus-Bureaucratic-Cruft: Gruad will get you if you don't watch out!
@@ -87,7 +87,7 @@
;; author *is* one of the maintainers.)
;;
;; * Keywords line --- used by the finder code (now under construction)
-;; for finding elisp code related to a topic.
+;; for finding Emacs Lisp code related to a topic.
;;
;; * X-Bogus-Bureaucratic-Cruft line --- this is a joke and an example
;; of a comment header. Headers starting with `X-' should never be used
@@ -100,7 +100,7 @@
;; * Change log line --- optional, exists to terminate the commentary
;; section and start a change-log part, if one exists.
;;
-;; * Code line --- exists so elisp can know where commentary and/or
+;; * Code line --- exists so Lisp can know where commentary and/or
;; change-log sections end.
;;
;; * Footer line --- marks end-of-file so it can be distinguished from
diff --git a/lisp/find-dired.el b/lisp/find-dired.el
index 04577c4e6f5..427f82a9d6a 100644
--- a/lisp/find-dired.el
+++ b/lisp/find-dired.el
@@ -6,8 +6,8 @@
;; Sebastian Kremer <sk@thp.uni-koeln.de>
;; Keywords: unix
-(defconst find-dired-version (substring "$Revision: 1.18 $" 11 -2)
- "$Id: find-dired.el,v 1.18 1994/12/15 12:16:29 rms Exp roland $")
+(defconst find-dired-version (substring "$Revision: 1.19 $" 11 -2)
+ "$Id: find-dired.el,v 1.19 1995/03/06 19:55:47 roland Exp rms $")
;;; This program is free software; you can redistribute it and/or modify
;;; it under the terms of the GNU General Public License as published by
@@ -25,39 +25,11 @@
;;; 02139, USA.
;;;
-;;; Commentary:
-
-;; LISPDIR ENTRY for the Elisp Archive ===============================
-;; LCD Archive Entry:
-;; find-dired|Roland McGrath, Sebastian Kremer
-;; |roland@gnu.ai.mit.edu, sk@thp.uni-koeln.de
-;; |Run a `find' command and dired the output
-;; |$Date: 1994/12/15 12:16:29 $|$Revision: 1.18 $|
-
-;; INSTALLATION ======================================================
-
-;; To use this file, byte-compile it, install it somewhere in your
-;; load-path, and put:
-
-;; (autoload 'find-dired "find-dired" nil t)
-;; (autoload 'find-name-dired "find-dired" nil t)
-;; (autoload 'find-grep-dired "find-dired" nil t)
-
-;; in your ~/.emacs, or site-init.el, etc.
-
-;; To bind it to a key, put, e.g.:
-;;
-;; (global-set-key "\C-cf" 'find-dired)
-;; (global-set-key "\C-cn" 'find-name-dired)
-;; (global-set-key "\C-cl" 'find-grep-dired)
-;;
-;; in your ~/.emacs.
-
;;; Code:
(require 'dired)
-;; find(1)'s -ls corresponds to these switches.
+;; find's -ls corresponds to these switches.
;; Note -b, at least GNU find quotes spaces etc. in filenames
;;;###autoload
(defvar find-ls-option (if (eq system-type 'berkeley-unix) '("-ls" . "-gilsb")
diff --git a/lisp/hilit19.el b/lisp/hilit19.el
index 5fca0bab48e..71f7333a346 100644
--- a/lisp/hilit19.el
+++ b/lisp/hilit19.el
@@ -454,7 +454,7 @@ your init file.")
(defconst hilit-default-face-table
'(
- ;; used for C/C++ and elisp and perl
+ ;; used for C/C++ and Emacs Lisp and perl
(comment firebrick-italic moccasin italic)
(include purple Plum1 bold-italic)
(define ForestGreen-bold green bold)
diff --git a/lisp/icomplete.el b/lisp/icomplete.el
index a7b1872001f..e7d53a1f8a5 100644
--- a/lisp/icomplete.el
+++ b/lisp/icomplete.el
@@ -46,11 +46,6 @@
;;; can be enabled any time after the package is loaded by invoking
;;; icomplete-mode without a prefix arg.
-;;; This version of icomplete runs on Emacs 19.18 and later. (It
-;;; depends on the incorporation of minibuffer-setup-hook.) The elisp
-;;; archives, ftp://archive.cis.ohio-state.edu/pub/gnu/emacs/elisp-archive,
-;;; probably still has a version that works in GNU Emacs v18.
-
;;; Thanks to everyone for their suggestions for refinements of this
;;; package. I particularly have to credit Michael Cook, who
;;; implemented an incremental completion style in his 'iswitch'