]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove obsolete XEmacs references from manuals
authorStefan Kangas <stefankangas@gmail.com>
Thu, 17 Oct 2019 11:56:42 +0000 (13:56 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Thu, 17 Oct 2019 11:56:42 +0000 (13:56 +0200)
* doc/misc/erc.texi:
* doc/misc/eshell.texi:
* doc/misc/htmlfontify.texi:
* doc/misc/remember.texi:
* doc/misc/sieve.texi:
* doc/misc/viper.texi: Remove obsolete XEmacs references.

doc/misc/erc.texi
doc/misc/eshell.texi
doc/misc/htmlfontify.texi
doc/misc/remember.texi
doc/misc/sieve.texi
doc/misc/viper.texi

index a6b39c2cbe86e801d465a143a8bb0fa731f0ea96..4c2da5e12209548617fc0962c820858ccaf2e880 100644 (file)
@@ -36,7 +36,7 @@ and modified without restriction.
 @titlepage
 @title ERC manual
 @subtitle a full-featured IRC client
-@subtitle for Emacs and XEmacs
+@subtitle for Emacs
 
 @c The following two commands
 @c start the copyright page.
index 9aba6006b1bb390bb838d13bf4f6ca97775ff7ac..dad663bfdc9c714f32749d6c3235f683fa56b893 100644 (file)
@@ -177,9 +177,6 @@ integration with Emacs 21.
 @item
 Alex Schroeder contributed code for interactively querying the user
 before overwriting files.
-
-@item
-Sudish Joseph helped with some XEmacs compatibility issues.
 @end itemize
 
 Apart from these, a lot of people have sent suggestions, ideas,
@@ -804,16 +801,6 @@ general.  If I change the call to @code{eshell-copy-handles} in
 to work, but the output occurs after the prompt is displayed.  The whole
 structured command thing is too complicated at present.
 
-@item Error with @command{bc} in @code{eshell-test}
-
-On some XEmacs system, the subprocess interaction test fails
-inexplicably, although @command{bc} works fine at the command prompt.
-
-@item Eshell does not delete @file{*Help*} buffers in XEmacs 21.1.8+
-
-In XEmacs 21.1.8, the @file{*Help*} buffer has been renamed such that
-multiple instances of the @file{*Help*} buffer can exist.
-
 @item Pcomplete sometimes gets stuck
 
 You press @key{TAB}, but no completions appear, even though the
index f1da8785eb797d10611c0a44c21ec7873a342b44..fc7ec18cc6d55a5a0b4d2e196ef084c9aa751c2a 100644 (file)
@@ -1544,9 +1544,7 @@ GNU Emacs 20.7+ or 21.1+
 
 Other versions may work---these have been used successfully by the
 author.  If you intend to use Htmlfontify in batch mode, 21.1+ is
-pretty much required.  The author does not know if XEmacs, NTemacs,
-or J.Random Emacs will run Htmlfontify, but reports/patches/bags of
-money are always welcome.
+pretty much required.
 
 @item
 A copy of etags (exuberant-ctags or GNU etags).  Htmlfontify attempts
index e692f14cdaaab7dd7455e606e08b2a8a5d15c092..99fe0e4abd416291f2c4e35ad9d8225a300d42eb 100644 (file)
@@ -33,7 +33,7 @@ modify this GNU manual.''
 @titlepage
 @title Guide to Remember Mode
 @subtitle a simple information manager
-@subtitle for Emacs and XEmacs
+@subtitle for Emacs
 
 @c The following two commands
 @c start the copyright page.
index 2d07b0a8d7b464ff042070f9b227e4b4c7859d7d..6abdda8c1c621d76da07fcffd3212dbfe8d2bf85 100644 (file)
@@ -236,8 +236,8 @@ the @code{fileinto} command.
 @example
 require "fileinto";
 
-if address "sender" "owner-w3-beta@@xemacs.org" @{
-        fileinto "INBOX.w3-beta";
+if address "sender" "emacs-devel@@gnu.org" @{
+        fileinto "INBOX.emacs-devel";
 @}
 @end example
 
index 2c3fc02de069fe61ce3c10ec99b66b3ed533c4d0..397bed94d3a46c6ac953c8044ecb09980deae2aa 100644 (file)
@@ -2666,8 +2666,7 @@ menubar.
 @item viper-multiclick-timeout
 This variable controls the rate at which double-clicking must occur for the
 purpose of mouse search and mouse insert.  By default, this is set to
-@code{double-click-time} in Emacs and to
-@code{mouse-track-multi-click-time} milliseconds in XEmacs.
+@code{double-click-time}.
 @end table
 @kindex S-mouse-1
 @kindex S-mouse-2