aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1999-06-22 22:46:17 +0000
committerKarl Heuer1999-06-22 22:46:17 +0000
commit863312cda6673ae215e55905d7927de589d3c008 (patch)
tree0a2bcb09703c6116de3ca57e5b84cfe029ba79c6
parent3078f066a2de5000630f1ba02a095b96081d0b58 (diff)
downloademacs-863312cda6673ae215e55905d7927de589d3c008.tar.gz
emacs-863312cda6673ae215e55905d7927de589d3c008.zip
Comment fix.
-rw-r--r--lisp/ediff-diff.el2
-rw-r--r--lisp/emacs-lisp/advice.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ediff-diff.el b/lisp/ediff-diff.el
index e773ba44e04..48591757075 100644
--- a/lisp/ediff-diff.el
+++ b/lisp/ediff-diff.el
@@ -1112,7 +1112,7 @@ one optional arguments, diff-number to refine.")
1112 ))) 1112 )))
1113 (store-match-data data)))) 1113 (store-match-data data))))
1114 1114
1115;; This is shell-command-filter from simple.el in FSF Emacs. 1115;; This is shell-command-filter from simple.el in Emacs.
1116;; Copied here because XEmacs doesn't have it. 1116;; Copied here because XEmacs doesn't have it.
1117(defun ediff-process-filter (proc string) 1117(defun ediff-process-filter (proc string)
1118 ;; Do save-excursion by hand so that we can leave point numerically unchanged 1118 ;; Do save-excursion by hand so that we can leave point numerically unchanged
diff --git a/lisp/emacs-lisp/advice.el b/lisp/emacs-lisp/advice.el
index 51cc5e74448..6148435c308 100644
--- a/lisp/emacs-lisp/advice.el
+++ b/lisp/emacs-lisp/advice.el
@@ -230,7 +230,7 @@
230 230
231;; @@ Terminology: 231;; @@ Terminology:
232;; =============== 232;; ===============
233;; - Emacs, Emacs-19: FSF's version of Emacs with major version 19 233;; - Emacs, Emacs-19: Emacs as released by the GNU Project
234;; - Lemacs: Lucid's version of Emacs with major version 19 234;; - Lemacs: Lucid's version of Emacs with major version 19
235;; - v18: Any Emacs with major version 18 or built as an extension to that 235;; - v18: Any Emacs with major version 18 or built as an extension to that
236;; (such as Epoch) 236;; (such as Epoch)