]> git.eshelyaron.com Git - emacs.git/commitdiff
Delete references to gnuserv
authorStefan Kangas <stefankangas@gmail.com>
Sat, 2 Sep 2023 00:42:07 +0000 (02:42 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Sat, 2 Sep 2023 00:47:46 +0000 (02:47 +0200)
* doc/misc/mh-e.texi (Incorporating Mail):
* doc/misc/octave-mode.texi (Concept Index):
* lisp/net/browse-url.el (browse-url-w3-gnudoit): Delete
references to gnuserv; these days we use emacsclient.

doc/misc/mh-e.texi
doc/misc/octave-mode.texi
lisp/net/browse-url.el

index caee0ed2c709853e14941a39ea34bb38755bec30..75788f18f031e120457b36fdb5a2b984a983724b 100644 (file)
@@ -1479,7 +1479,6 @@ Binding} of @samp{m}.
 
 @cindex @command{emacsclient}
 @cindex @command{xbuffy}
-@cindex @samp{gnuserv}
 @cindex Unix commands, @command{emacsclient}
 @cindex Unix commands, @command{xbuffy}
 
@@ -8920,7 +8919,7 @@ Bill Wohler, August 2008
 @c LocalWords: Baushke Bcc BBN Beranek bogofilter bogofilter's
 @c LocalWords: cmd CMU contrib cron
 @c LocalWords: DesBrisay Dcc devel dir dired docstring filll forw
-@c LocalWords: GECOS Gildea Gildea's Ginnean GnuCash goto gnuserv htm
+@c LocalWords: GECOS Gildea Gildea's Ginnean GnuCash goto htm
 @c LocalWords: ImageMagick inbox ispell keychain
 @c LocalWords: Larus licensor LocalWords lookup lpr
 @c LocalWords: makeinfo mairix mbox mh mhbuild mhl mhpath mlisp
index 9f82af452038a1adb60fdcca3a7b32a5b06b4078..0a599f64516d9f6803ec265e939f5662bcb9b699 100644 (file)
@@ -421,7 +421,7 @@ when Octave is waiting for input, or done sending output.
 
 @bye
 
-@c TODO Update
+@c TODO Update (and change gnuserv to emacsclient)
 
 @c @node Using the Emacs Info Reader for Octave
 @c @chapter Using the Emacs Info Reader for Octave
index 11c5420f0ed2e9db8186fcb1891be0544043cd68..202df496b99c1a3f2b8fe9a9147fcb90f4c7d81d 100644 (file)
@@ -1457,8 +1457,7 @@ used instead of `browse-url-new-window-flag'."
 
 ;;;###autoload
 (defun browse-url-w3-gnudoit (url &optional _new-window)
-  ;; new-window ignored
-  "Ask another Emacs running gnuserv to load the URL using the W3 browser.
+  "Ask another Emacs running emacsclient to load the URL using the W3 browser.
 The `browse-url-gnudoit-program' program is used with options given by
 `browse-url-gnudoit-args'.  Default to the URL around or before point."
   (declare (obsolete nil "25.1"))