aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPaul Eggert2017-11-25 22:45:41 -0800
committerPaul Eggert2017-11-25 22:48:12 -0800
commita89f0b6f33f9eb8910a1fceda9028d76ef50b05d (patch)
tree7055882872b7cad587e5d5e9ac706056f04ff777 /doc
parent8be3aee2813f528b02bc913ca4d79e34e72b1754 (diff)
downloademacs-a89f0b6f33f9eb8910a1fceda9028d76ef50b05d.tar.gz
emacs-a89f0b6f33f9eb8910a1fceda9028d76ef50b05d.zip
maint: shorten https://lists.gnu.org/archive/html/... links
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/Makefile.in2
-rw-r--r--doc/emacs/emacs.texi2
-rw-r--r--doc/emacs/mule.texi2
-rw-r--r--doc/emacs/trouble.texi2
-rw-r--r--doc/lispref/ChangeLog.16
-rw-r--r--doc/misc/cl.texi2
-rw-r--r--doc/misc/efaq-w32.texi2
-rw-r--r--doc/misc/efaq.texi2
-rw-r--r--doc/misc/tramp.texi2
9 files changed, 11 insertions, 11 deletions
diff --git a/doc/emacs/Makefile.in b/doc/emacs/Makefile.in
index f7cc2e112c3..61e870b80fb 100644
--- a/doc/emacs/Makefile.in
+++ b/doc/emacs/Makefile.in
@@ -58,7 +58,7 @@ HTML_OPTS = --no-split --html
58# Options used only when making info output. 58# Options used only when making info output.
59# --no-split is only needed because of MS-DOS. 59# --no-split is only needed because of MS-DOS.
60# For a possible alternative, see 60# For a possible alternative, see
61# https://lists.gnu.org/archive/html/emacs-devel/2011-01/msg01182.html 61# https://lists.gnu.org/r/emacs-devel/2011-01/msg01182.html
62INFO_OPTS= --no-split 62INFO_OPTS= --no-split
63 63
64INSTALL = @INSTALL@ 64INSTALL = @INSTALL@
diff --git a/doc/emacs/emacs.texi b/doc/emacs/emacs.texi
index 2559b0646c0..2c3312d7a83 100644
--- a/doc/emacs/emacs.texi
+++ b/doc/emacs/emacs.texi
@@ -1503,7 +1503,7 @@ Neal Ziring, Teodor Zlatanov, and Detlev Zundel.
1503advanced, self-documenting, customizable, extensible editor Emacs. 1503advanced, self-documenting, customizable, extensible editor Emacs.
1504(The @samp{G} in 1504(The @samp{G} in
1505@c Workaround makeinfo 4 bug. 1505@c Workaround makeinfo 4 bug.
1506@c https://lists.gnu.org/archive/html/bug-texinfo/2004-08/msg00009.html 1506@c https://lists.gnu.org/r/bug-texinfo/2004-08/msg00009.html
1507@iftex 1507@iftex
1508@acronym{GNU, @acronym{GNU}'s Not Unix} 1508@acronym{GNU, @acronym{GNU}'s Not Unix}
1509@end iftex 1509@end iftex
diff --git a/doc/emacs/mule.texi b/doc/emacs/mule.texi
index 8a4d91f80bf..9ef31102455 100644
--- a/doc/emacs/mule.texi
+++ b/doc/emacs/mule.texi
@@ -1356,7 +1356,7 @@ fontset}, the @dfn{startup fontset} and the @dfn{default fontset}.
1356@c FIXME? The doc of *standard*-fontset-spec says: 1356@c FIXME? The doc of *standard*-fontset-spec says:
1357@c "You have the biggest chance to display international characters 1357@c "You have the biggest chance to display international characters
1358@c with correct glyphs by using the *standard* fontset." (my emphasis) 1358@c with correct glyphs by using the *standard* fontset." (my emphasis)
1359@c See https://lists.gnu.org/archive/html/emacs-devel/2012-04/msg00430.html 1359@c See https://lists.gnu.org/r/emacs-devel/2012-04/msg00430.html
1360The default fontset is most likely to have fonts for a wide variety of 1360The default fontset is most likely to have fonts for a wide variety of
1361non-@acronym{ASCII} characters, and is the default fallback for the 1361non-@acronym{ASCII} characters, and is the default fallback for the
1362other two fontsets, and if you set a default font rather than fontset. 1362other two fontsets, and if you set a default font rather than fontset.
diff --git a/doc/emacs/trouble.texi b/doc/emacs/trouble.texi
index d0b3419a991..4a836c3224b 100644
--- a/doc/emacs/trouble.texi
+++ b/doc/emacs/trouble.texi
@@ -524,7 +524,7 @@ The @samp{emacs-pretest-bug} mailing list. This list is no longer
524used, and is mainly of historical interest. At one time, it was used 524used, and is mainly of historical interest. At one time, it was used
525for bug reports in development (i.e., not yet released) versions of 525for bug reports in development (i.e., not yet released) versions of
526Emacs. You can read the archives for 2003 to mid 2007 at 526Emacs. You can read the archives for 2003 to mid 2007 at
527@url{https://lists.gnu.org/archive/html/emacs-pretest-bug/}. Nowadays, 527@url{https://lists.gnu.org/r/emacs-pretest-bug/}. Nowadays,
528it is an alias for @samp{bug-gnu-emacs}. 528it is an alias for @samp{bug-gnu-emacs}.
529 529
530@item 530@item
diff --git a/doc/lispref/ChangeLog.1 b/doc/lispref/ChangeLog.1
index 3fab757c963..c461f9a42b1 100644
--- a/doc/lispref/ChangeLog.1
+++ b/doc/lispref/ChangeLog.1
@@ -497,7 +497,7 @@
497 Improve doc for use of 'int', and discuss 'ssize_t'. 497 Improve doc for use of 'int', and discuss 'ssize_t'.
498 * internals.texi (C Integer Types): Mention 'int' for other 498 * internals.texi (C Integer Types): Mention 'int' for other
499 randomish values that lie in 'int' range. Mention 'ssize_t'. See: 499 randomish values that lie in 'int' range. Mention 'ssize_t'. See:
500 https://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00019.html 500 https://lists.gnu.org/r/emacs-devel/2014-10/msg00019.html
501 501
502 Use AUTO_CONS instead of SCOPED_CONS, etc. 502 Use AUTO_CONS instead of SCOPED_CONS, etc.
503 * internals.texi (Stack-allocated Objects): 503 * internals.texi (Stack-allocated Objects):
@@ -2154,7 +2154,7 @@
2154 2154
2155 * internals.texi (C Integer Types): New section. 2155 * internals.texi (C Integer Types): New section.
2156 This follows up and records an email in 2156 This follows up and records an email in
2157 <https://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00496.html>. 2157 <https://lists.gnu.org/r/emacs-devel/2012-07/msg00496.html>.
2158 2158
21592012-12-10 Stefan Monnier <monnier@iro.umontreal.ca> 21592012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2160 2160
@@ -6288,7 +6288,7 @@
62882009-04-11 Eli Zaretskii <eliz@gnu.org> 62882009-04-11 Eli Zaretskii <eliz@gnu.org>
6289 6289
6290 * display.texi (Overlays): Overlays don't scale well. See 6290 * display.texi (Overlays): Overlays don't scale well. See
6291 https://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html. 6291 https://lists.gnu.org/r/emacs-devel/2009-04/msg00243.html.
6292 6292
62932009-04-10 Chong Yidong <cyd@stupidchicken.com> 62932009-04-10 Chong Yidong <cyd@stupidchicken.com>
6294 6294
diff --git a/doc/misc/cl.texi b/doc/misc/cl.texi
index b48278e8b8c..c7ef1d8f5cb 100644
--- a/doc/misc/cl.texi
+++ b/doc/misc/cl.texi
@@ -317,7 +317,7 @@ This is analogous to the @code{defsubst} form;
317@code{cl-defsubst} uses a different method (compiler macros) which 317@code{cl-defsubst} uses a different method (compiler macros) which
318works in all versions of Emacs, and also generates somewhat more 318works in all versions of Emacs, and also generates somewhat more
319@c For some examples, 319@c For some examples,
320@c see https://lists.gnu.org/archive/html/emacs-devel/2012-11/msg00009.html 320@c see https://lists.gnu.org/r/emacs-devel/2012-11/msg00009.html
321efficient inline expansions. In particular, @code{cl-defsubst} 321efficient inline expansions. In particular, @code{cl-defsubst}
322arranges for the processing of keyword arguments, default values, 322arranges for the processing of keyword arguments, default values,
323etc., to be done at compile-time whenever possible. 323etc., to be done at compile-time whenever possible.
diff --git a/doc/misc/efaq-w32.texi b/doc/misc/efaq-w32.texi
index eb05e8be438..b66aaeb3198 100644
--- a/doc/misc/efaq-w32.texi
+++ b/doc/misc/efaq-w32.texi
@@ -2286,7 +2286,7 @@ The official mailing list for Windows specific help and discussion is
2286@url{https://lists.gnu.org/mailman/listinfo/help-emacs-windows, 2286@url{https://lists.gnu.org/mailman/listinfo/help-emacs-windows,
2287help-emacs-windows}. See that link for information on how to subscribe 2287help-emacs-windows}. See that link for information on how to subscribe
2288or unsubscribe. The 2288or unsubscribe. The
2289@uref{https://lists.gnu.org/archive/html/help-emacs-windows/, list archives} 2289@uref{https://lists.gnu.org/r/help-emacs-windows/, list archives}
2290are available online. 2290are available online.
2291 2291
2292@c ------------------------------------------------------------ 2292@c ------------------------------------------------------------
diff --git a/doc/misc/efaq.texi b/doc/misc/efaq.texi
index 167aa45c281..df3d09a6337 100644
--- a/doc/misc/efaq.texi
+++ b/doc/misc/efaq.texi
@@ -421,7 +421,7 @@ posting bug reports to this newsgroup directly (@pxref{Reporting bugs}).
421The FSF has maintained archives of all of the GNU mailing lists for many 421The FSF has maintained archives of all of the GNU mailing lists for many
422years, although there may be some unintentional gaps in coverage. The 422years, although there may be some unintentional gaps in coverage. The
423archive can be browsed over the web at 423archive can be browsed over the web at
424@uref{https://lists.gnu.org/archive/html/, the GNU mail archive}. 424@uref{https://lists.gnu.org/r/, the GNU mail archive}.
425 425
426Web-based Usenet search services, such as 426Web-based Usenet search services, such as
427@uref{http://groups.google.com/groups/dir?q=gnu&, Google}, also 427@uref{http://groups.google.com/groups/dir?q=gnu&, Google}, also
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index f1d9434bf72..e7d9cb15dee 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -86,7 +86,7 @@ Savannah Project Page}.
86 86
87There is a mailing list for @value{tramp}, available at 87There is a mailing list for @value{tramp}, available at
88@email{tramp-devel@@gnu.org}, and archived at 88@email{tramp-devel@@gnu.org}, and archived at
89@uref{https://lists.gnu.org/archive/html/tramp-devel/, the 89@uref{https://lists.gnu.org/r/tramp-devel/, the
90@value{tramp} Mail Archive}. 90@value{tramp} Mail Archive}.
91 91
92@page 92@page