diff options
| author | Stefan Kangas | 2019-10-28 15:55:10 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2019-10-28 15:55:10 +0100 |
| commit | c515d4eeb2fe966923f0fef0c231945b6ad1df8f (patch) | |
| tree | 3cefd88f8329df54bbd98c165600011008777c8e /lisp/vc | |
| parent | 97cfb4f1e751a947105802d5c4b4f56c696ff75d (diff) | |
| download | emacs-c515d4eeb2fe966923f0fef0c231945b6ad1df8f.tar.gz emacs-c515d4eeb2fe966923f0fef0c231945b6ad1df8f.zip | |
Remove obsolete doc references to XEmacs (Bug#37899)
* doc/misc/edt.texi (Changes, Goals):
* doc/misc/emacs-mime.texi (Charset Translation):
* doc/misc/gnus-faq.texi (FAQ 4-15):
* doc/misc/pcl-cvs.texi (Bugs):
* doc/misc/srecode.texi (SRecode Minor Mode):
* lisp/cedet/srecode/insert.el (srecode-insert-ask-variable-method):
* lisp/follow.el:
* lisp/leim/quail/ipa.el (ipa-x-sampa, ipa-kirshenbaum):
* lisp/net/newsticker.el:
* lisp/obsolete/iswitchb.el:
* lisp/progmodes/hideshow.el:
* lisp/savehist.el (savehist-file):
* lisp/vc/ediff.el: Remove obsolete references to XEmacs in doc
strings and comments.
Diffstat (limited to 'lisp/vc')
| -rw-r--r-- | lisp/vc/ediff.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/vc/ediff.el b/lisp/vc/ediff.el index fae694d5221..d207d75a601 100644 --- a/lisp/vc/ediff.el +++ b/lisp/vc/ediff.el | |||
| @@ -79,8 +79,7 @@ | |||
| 79 | ;; 1. The undo command doesn't restore deleted regions well. That is, if | 79 | ;; 1. The undo command doesn't restore deleted regions well. That is, if |
| 80 | ;; you delete all characters in a difference region and then invoke | 80 | ;; you delete all characters in a difference region and then invoke |
| 81 | ;; `undo', the reinstated text will most likely be inserted outside of | 81 | ;; `undo', the reinstated text will most likely be inserted outside of |
| 82 | ;; what Ediff thinks is the current difference region. (This problem | 82 | ;; what Ediff thinks is the current difference region. |
| 83 | ;; doesn't seem to exist with XEmacs.) | ||
| 84 | ;; | 83 | ;; |
| 85 | ;; If at any point you feel that difference regions are no longer correct, | 84 | ;; If at any point you feel that difference regions are no longer correct, |
| 86 | ;; you can hit '!' to recompute the differences. | 85 | ;; you can hit '!' to recompute the differences. |