summaryrefslogtreecommitdiff
path: root/lisp/progmodes/hideshow.el
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2019-10-28 15:55:10 +0100
committerStefan Kangas <stefankangas@gmail.com>2019-10-28 15:55:10 +0100
commitc515d4eeb2fe966923f0fef0c231945b6ad1df8f (patch)
tree3cefd88f8329df54bbd98c165600011008777c8e /lisp/progmodes/hideshow.el
parent97cfb4f1e751a947105802d5c4b4f56c696ff75d (diff)
downloademacs-c515d4eeb2fe966923f0fef0c231945b6ad1df8f.tar.gz
emacs-c515d4eeb2fe966923f0fef0c231945b6ad1df8f.tar.bz2
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/progmodes/hideshow.el')
-rw-r--r--lisp/progmodes/hideshow.el13
1 files changed, 3 insertions, 10 deletions
diff --git a/lisp/progmodes/hideshow.el b/lisp/progmodes/hideshow.el
index c4c75a6c040..53235ea573b 100644
--- a/lisp/progmodes/hideshow.el
+++ b/lisp/progmodes/hideshow.el
@@ -152,18 +152,11 @@
;; * Bugs
;;
-;; (1) Hideshow does not work w/ emacs 18 because emacs 18 lacks the
-;; function `forward-comment' (among other things). If someone
-;; writes this, please send me a copy.
-;;
-;; (2) Sometimes `hs-headline' can become out of sync. To reset, type
+;; (1) Sometimes `hs-headline' can become out of sync. To reset, type
;; `M-x hs-minor-mode' twice (that is, deactivate then re-activate
;; hideshow).
;;
-;; (3) Hideshow 5.x is developed and tested on GNU Emacs 20.7.
-;; XEmacs compatibility may have bitrotted since 4.29.
-;;
-;; (4) Some buffers can't be `byte-compile-file'd properly. This is because
+;; (2) Some buffers can't be `byte-compile-file'd properly. This is because
;; `byte-compile-file' inserts the file to be compiled in a temporary
;; buffer and switches `normal-mode' on. In the case where you have
;; `hs-hide-initial-comment-block' in `hs-minor-mode-hook', the hiding of
@@ -178,7 +171,7 @@
;; (let ((hs-minor-mode-hook nil))
;; ad-do-it))
;;
-;; (5) Hideshow interacts badly with Ediff and `vc-diff'. At the moment, the
+;; (3) Hideshow interacts badly with Ediff and `vc-diff'. At the moment, the
;; suggested workaround is to turn off hideshow entirely, for example:
;;
;; (add-hook 'ediff-prepare-buffer-hook #'turn-off-hideshow)