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 /doc | |
| 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 'doc')
| -rw-r--r-- | doc/misc/edt.texi | 7 | ||||
| -rw-r--r-- | doc/misc/emacs-mime.texi | 3 | ||||
| -rw-r--r-- | doc/misc/gnus-faq.texi | 2 | ||||
| -rw-r--r-- | doc/misc/pcl-cvs.texi | 5 | ||||
| -rw-r--r-- | doc/misc/srecode.texi | 2 |
5 files changed, 3 insertions, 16 deletions
diff --git a/doc/misc/edt.texi b/doc/misc/edt.texi index c34efb6937a..acc6a8a71eb 100644 --- a/doc/misc/edt.texi +++ b/doc/misc/edt.texi | |||
| @@ -170,10 +170,6 @@ customization file, @file{edt-user.el}, to do this | |||
| 170 | (@pxref{Customizing}). | 170 | (@pxref{Customizing}). |
| 171 | 171 | ||
| 172 | @item | 172 | @item |
| 173 | EDT Emulation now also works in XEmacs, including the highlighting of | ||
| 174 | selected text. | ||
| 175 | |||
| 176 | @item | ||
| 177 | If you access a workstation using an X Server, observe that the | 173 | If you access a workstation using an X Server, observe that the |
| 178 | initialization file generated by @file{edt-mapper.el} will now contain | 174 | initialization file generated by @file{edt-mapper.el} will now contain |
| 179 | the name of the X Server vendor. This is a convenience for those who | 175 | the name of the X Server vendor. This is a convenience for those who |
| @@ -238,9 +234,6 @@ Provide an easy way to restore @strong{all} original Emacs key bindings, | |||
| 238 | just as they existed before the EDT emulation was first invoked. | 234 | just as they existed before the EDT emulation was first invoked. |
| 239 | 235 | ||
| 240 | @item | 236 | @item |
| 241 | Support Emacs and XEmacs 19 and higher. | ||
| 242 | |||
| 243 | @item | ||
| 244 | Supports highlighting of marked text within the EDT emulation on all | 237 | Supports highlighting of marked text within the EDT emulation on all |
| 245 | platforms on which Emacs supports highlighting of marked text. | 238 | platforms on which Emacs supports highlighting of marked text. |
| 246 | 239 | ||
diff --git a/doc/misc/emacs-mime.texi b/doc/misc/emacs-mime.texi index 53d0a62ac4e..ef02ad57710 100644 --- a/doc/misc/emacs-mime.texi +++ b/doc/misc/emacs-mime.texi | |||
| @@ -996,8 +996,7 @@ used, of course. | |||
| 996 | Things are slightly more complicated when running Emacs with @sc{mule} | 996 | Things are slightly more complicated when running Emacs with @sc{mule} |
| 997 | support. In this case, a list of the @sc{mule} charsets used in the | 997 | support. In this case, a list of the @sc{mule} charsets used in the |
| 998 | part is obtained, and the @sc{mule} charsets are translated to | 998 | part is obtained, and the @sc{mule} charsets are translated to |
| 999 | @acronym{MIME} charsets by consulting the table provided by Emacs itself | 999 | @acronym{MIME} charsets by consulting the table provided by Emacs itself. |
| 1000 | or the variable @code{mm-mime-mule-charset-alist} for XEmacs. | ||
| 1001 | If this results in a single @acronym{MIME} charset, this is used to encode | 1000 | If this results in a single @acronym{MIME} charset, this is used to encode |
| 1002 | the part. But if the resulting list of @acronym{MIME} charsets contains more | 1001 | the part. But if the resulting list of @acronym{MIME} charsets contains more |
| 1003 | than one element, two things can happen: If it is possible to encode the | 1002 | than one element, two things can happen: If it is possible to encode the |
diff --git a/doc/misc/gnus-faq.texi b/doc/misc/gnus-faq.texi index b0dc9c3ba3b..105c8ea96cf 100644 --- a/doc/misc/gnus-faq.texi +++ b/doc/misc/gnus-faq.texi | |||
| @@ -1144,7 +1144,7 @@ from using them): | |||
| 1144 | @example | 1144 | @example |
| 1145 | (setq nnmail-split-methods | 1145 | (setq nnmail-split-methods |
| 1146 | '(("duplicates" "^Gnus-Warning:.*duplicate") | 1146 | '(("duplicates" "^Gnus-Warning:.*duplicate") |
| 1147 | ("XEmacs-NT" "^\\(To:\\|Cc:\\).*localpart@@xemacs.invalid.*") | 1147 | ("Emacs-devel" "^\\(To:\\|Cc:\\).*localpart@@gnu.invalid.*") |
| 1148 | ("Gnus-Tut" "^\\(To:\\|Cc:\\).*localpart@@socha.invalid.*") | 1148 | ("Gnus-Tut" "^\\(To:\\|Cc:\\).*localpart@@socha.invalid.*") |
| 1149 | ("tcsh" "^\\(To:\\|Cc:\\).*localpart@@mx.gw.invalid.*") | 1149 | ("tcsh" "^\\(To:\\|Cc:\\).*localpart@@mx.gw.invalid.*") |
| 1150 | ("BAfH" "^\\(To:\\|Cc:\\).*localpart@@.*uni-muenchen.invalid.*") | 1150 | ("BAfH" "^\\(To:\\|Cc:\\).*localpart@@.*uni-muenchen.invalid.*") |
diff --git a/doc/misc/pcl-cvs.texi b/doc/misc/pcl-cvs.texi index 3379783f6c6..ad6d383ad50 100644 --- a/doc/misc/pcl-cvs.texi +++ b/doc/misc/pcl-cvs.texi | |||
| @@ -1384,10 +1384,7 @@ If you find a bug or misfeature, don't hesitate to tell us! | |||
| 1384 | Use @kbd{M-x report-emacs-bug} to send us a report. | 1384 | Use @kbd{M-x report-emacs-bug} to send us a report. |
| 1385 | You can follow the same process for feature requests. | 1385 | You can follow the same process for feature requests. |
| 1386 | We prefer discussing one thing at a time. If you find several unrelated | 1386 | We prefer discussing one thing at a time. If you find several unrelated |
| 1387 | bugs, please report them separately. If you are running PCL-CVS under | 1387 | bugs, please report them separately. |
| 1388 | XEmacs, you should also send a copy of bug reports to | ||
| 1389 | the @url{http://lists.xemacs.org/mailman/listinfo/xemacs-beta, | ||
| 1390 | XEmacs mailing list}. | ||
| 1391 | 1388 | ||
| 1392 | If you have problems using PCL-CVS or other questions, send them to | 1389 | If you have problems using PCL-CVS or other questions, send them to |
| 1393 | the @url{https://lists.gnu.org/mailman/listinfo/help-gnu-emacs, | 1390 | the @url{https://lists.gnu.org/mailman/listinfo/help-gnu-emacs, |
diff --git a/doc/misc/srecode.texi b/doc/misc/srecode.texi index 9df11b4b9f9..33a6e8d81fb 100644 --- a/doc/misc/srecode.texi +++ b/doc/misc/srecode.texi | |||
| @@ -330,8 +330,6 @@ Prompt in the minibuffer as the value is inserted. | |||
| 330 | Use the dictionary macro name as the inserted value, | 330 | Use the dictionary macro name as the inserted value, |
| 331 | and place a field there. Matched fields change together. | 331 | and place a field there. Matched fields change together. |
| 332 | @end table | 332 | @end table |
| 333 | |||
| 334 | @b{NOTE}: The field feature does not yet work with XEmacs. | ||
| 335 | @end defun | 333 | @end defun |
| 336 | 334 | ||
| 337 | Field editing mode is supported in newer versions of Emacs. You | 335 | Field editing mode is supported in newer versions of Emacs. You |