From: Stefan Kangas Date: Sat, 2 Sep 2023 00:42:07 +0000 (+0200) Subject: Delete references to gnuserv X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0346bf419a34a0ef7034483176e54727e796e32a;p=emacs.git Delete references to gnuserv * 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. --- diff --git a/doc/misc/mh-e.texi b/doc/misc/mh-e.texi index caee0ed2c70..75788f18f03 100644 --- a/doc/misc/mh-e.texi +++ b/doc/misc/mh-e.texi @@ -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 diff --git a/doc/misc/octave-mode.texi b/doc/misc/octave-mode.texi index 9f82af45203..0a599f64516 100644 --- a/doc/misc/octave-mode.texi +++ b/doc/misc/octave-mode.texi @@ -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 diff --git a/lisp/net/browse-url.el b/lisp/net/browse-url.el index 11c5420f0ed..202df496b99 100644 --- a/lisp/net/browse-url.el +++ b/lisp/net/browse-url.el @@ -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"))