changeset 24875:7177532e6e8b

Comment fix.
author Karl Heuer <kwzh@gnu.org>
date Tue, 22 Jun 1999 22:46:17 +0000
parents ccece04c47a1
children 89317671e948
files lisp/ediff-diff.el lisp/emacs-lisp/advice.el
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ediff-diff.el	Tue Jun 22 22:43:36 1999 +0000
+++ b/lisp/ediff-diff.el	Tue Jun 22 22:46:17 1999 +0000
@@ -1112,7 +1112,7 @@
 	      )))
       (store-match-data data))))
       
-;; This is shell-command-filter from simple.el in FSF Emacs.
+;; This is shell-command-filter from simple.el in Emacs.
 ;; Copied here because XEmacs doesn't have it.
 (defun ediff-process-filter (proc string)
   ;; Do save-excursion by hand so that we can leave point numerically unchanged
--- a/lisp/emacs-lisp/advice.el	Tue Jun 22 22:43:36 1999 +0000
+++ b/lisp/emacs-lisp/advice.el	Tue Jun 22 22:46:17 1999 +0000
@@ -230,7 +230,7 @@
 
 ;; @@ Terminology:
 ;; ===============
-;; - Emacs, Emacs-19: FSF's version of Emacs with major version 19
+;; - Emacs, Emacs-19: Emacs as released by the GNU Project
 ;; - Lemacs: Lucid's version of Emacs with major version 19
 ;; - v18: Any Emacs with major version 18 or built as an extension to that
 ;;        (such as Epoch)