]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment fix.
authorKarl Heuer <kwzh@gnu.org>
Tue, 22 Jun 1999 22:46:17 +0000 (22:46 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 22 Jun 1999 22:46:17 +0000 (22:46 +0000)
lisp/ediff-diff.el
lisp/emacs-lisp/advice.el

index e773ba44e04351e8cb22c011d4e2a5d9c89715b4..48591757075dfabf8ec884a5b21404572a949854 100644 (file)
@@ -1112,7 +1112,7 @@ one optional arguments, diff-number to refine.")
              )))
       (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
index 51cc5e7444848b3edf6275df3abfc9356a94bbce..6148435c30804b7bd507504571960ce3ed2e36ac 100644 (file)
 
 ;; @@ 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)