diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2019-10-28 15:55:10 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2019-10-28 15:55:10 +0100 |
commit | c515d4eeb2fe966923f0fef0c231945b6ad1df8f (patch) | |
tree | 3cefd88f8329df54bbd98c165600011008777c8e /lisp/follow.el | |
parent | 97cfb4f1e751a947105802d5c4b4f56c696ff75d (diff) | |
download | emacs-c515d4eeb2fe966923f0fef0c231945b6ad1df8f.tar.gz |
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/follow.el')
-rw-r--r-- | lisp/follow.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/follow.el b/lisp/follow.el index faac87986bb..f80532ce3c4 100644 --- a/lisp/follow.el +++ b/lisp/follow.el @@ -25,8 +25,8 @@ ;;; Commentary: -;; `Follow mode' is a minor mode for Emacs and XEmacs that -;; combines windows into one tall virtual window. +;; `Follow mode' is a minor mode that combines windows into one tall +;; virtual window. ;; ;; The feeling of a "virtual window" has been accomplished by the use ;; of two major techniques: |