diff options
author | Glenn Morris <rgm@gnu.org> | 2013-08-11 17:09:11 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2013-08-11 17:09:11 -0700 |
commit | 7a22490f14441898e1c4f6679f5924f097f3bb34 (patch) | |
tree | 4f523fe5ece5911a4b30472071ec98bfe28c426a /doc | |
parent | 8496d8d7063d93031b65636e8be4c6f1b4208e74 (diff) | |
parent | df0d73aa8da0a8cb6fd01e2f2604a6022e8f3d63 (diff) | |
download | emacs-7a22490f14441898e1c4f6679f5924f097f3bb34.tar.gz |
Merge from emacs-24; up to 2013-01-02T10:15:31Z!michael.albinus@gmx.de
Diffstat (limited to 'doc')
-rw-r--r-- | doc/emacs/ChangeLog | 4 | ||||
-rw-r--r-- | doc/emacs/macos.texi | 6 | ||||
-rw-r--r-- | doc/emacs/trouble.texi | 46 | ||||
-rw-r--r-- | doc/lispintro/ChangeLog | 4 | ||||
-rw-r--r-- | doc/lispintro/emacs-lisp-intro.texi | 7 | ||||
-rw-r--r-- | doc/misc/ChangeLog | 2 | ||||
-rw-r--r-- | doc/misc/woman.texi | 5 |
7 files changed, 62 insertions, 12 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 3951150bd13..2b75a242656 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,5 +1,9 @@ 2013-08-12 Glenn Morris <rgm@gnu.org> + * macos.texi (GNUstep Support): + * trouble.texi (Checklist, Contributing, Service): + Avoid mailto: in html output. + * Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME) (docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL) (INSTALL_DATA): New, set by configure. diff --git a/doc/emacs/macos.texi b/doc/emacs/macos.texi index 61c056ceb4b..50a7ea2c335 100644 --- a/doc/emacs/macos.texi +++ b/doc/emacs/macos.texi @@ -210,4 +210,10 @@ restart Emacs to access newly-available services. Emacs can be built and run under GNUstep, but there are still issues to be addressed. Interested developers should contact +@ifnothtml @email{emacs-devel@@gnu.org}. +@end ifnothtml +@ifhtml +@url{http://lists.gnu.org/mailman/listinfo/emacs-devel, the +emacs-devel mailing list}. +@end ifhtml diff --git a/doc/emacs/trouble.texi b/doc/emacs/trouble.texi index d0b6b5191c1..0d5ce6820c7 100644 --- a/doc/emacs/trouble.texi +++ b/doc/emacs/trouble.texi @@ -658,7 +658,13 @@ absolutely sure it is best to leave it, so that the developers can decide for themselves. When you have finished writing your report, type @kbd{C-c C-c} and it -will be sent to the Emacs maintainers at @email{bug-gnu-emacs@@gnu.org}. +will be sent to the Emacs maintainers at +@ifnothtml +@email{bug-gnu-emacs@@gnu.org}. +@end ifnothtml +@ifhtml +@url{http://lists.gnu.org/mailman/listinfo/bug-gnu-emacs, bug-gnu-emacs}. +@end ifhtml (If you want to suggest an improvement or new feature, use the same address.) If you cannot send mail from inside Emacs, you can copy the text of your report to your normal mail client (if your system @@ -1138,15 +1144,26 @@ form that is clearly safe to install. @section Contributing to Emacs Development @cindex contributing to Emacs -If you would like to work on improving Emacs, please contact -the maintainers at @email{emacs-devel@@gnu.org}. You can ask for -suggested projects or suggest your own ideas. +If you would like to work on improving Emacs, please contact the maintainers at +@ifnothtml +@email{emacs-devel@@gnu.org}. +@end ifnothtml +@ifhtml +@url{http://lists.gnu.org/mailman/listinfo/emacs-devel, the +emacs-devel mailing list}. +@end ifhtml +You can ask for suggested projects or suggest your own ideas. If you have already written an improvement, please tell us about it. If you have not yet started work, it is useful to contact -@email{emacs-devel@@gnu.org} before you start; it might be -possible to suggest ways to make your extension fit in better with the -rest of Emacs. +@ifnothtml +@email{emacs-devel@@gnu.org} +@end ifnothtml +@ifhtml +@url{http://lists.gnu.org/mailman/listinfo/emacs-devel, emacs-devel} +@end ifhtml +before you start; it might be possible to suggest ways to make your +extension fit in better with the rest of Emacs. The development version of Emacs can be downloaded from the repository where it is actively maintained by a group of developers. @@ -1164,10 +1181,17 @@ ways to find it: @itemize @bullet @item -Send a message to the mailing list -@email{help-gnu-emacs@@gnu.org}, or post your request on -newsgroup @code{gnu.emacs.help}. (This mailing list and newsgroup -interconnect, so it does not matter which one you use.) +Send a message to +@ifnothtml +the mailing list @email{help-gnu-emacs@@gnu.org}, +@end ifnothtml +@ifhtml +@url{http://lists.gnu.org/mailman/listinfo/help-gnu-emacs, the +help-gnu-emacs mailing list}, +@end ifhtml +or post your request on newsgroup @code{gnu.emacs.help}. (This +mailing list and newsgroup interconnect, so it does not matter which +one you use.) @item Look in the service directory for someone who might help you for a fee. diff --git a/doc/lispintro/ChangeLog b/doc/lispintro/ChangeLog index 932e54de553..db02a257a3a 100644 --- a/doc/lispintro/ChangeLog +++ b/doc/lispintro/ChangeLog @@ -1,5 +1,9 @@ 2013-08-12 Glenn Morris <rgm@gnu.org> + * emacs-lisp-intro.texi (Complete copy-region-as-kill): Fix typo. + + * emacs-lisp-intro.texi (Thank You): Avoid mailto: in html output. + * Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME) (docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL) (INSTALL_DATA): New, set by configure. diff --git a/doc/lispintro/emacs-lisp-intro.texi b/doc/lispintro/emacs-lisp-intro.texi index 2160d7ba5a9..18ea8e87e19 100644 --- a/doc/lispintro/emacs-lisp-intro.texi +++ b/doc/lispintro/emacs-lisp-intro.texi @@ -954,7 +954,12 @@ encouragement. My mistakes are my own. @flushright Robert J. Chassell +@ifnothtml @email{bob@@gnu.org} +@end ifnothtml +@ifhtml +bob@@gnu.org +@end ifhtml @end flushright @c ================ Beginning of main text ================ @@ -8312,7 +8317,7 @@ As usual, this function can be divided into its component parts: The arguments are @code{beg} and @code{end} and the function is interactive with @code{"r"}, so the two arguments must refer to the -beginning and end of the region. If you have been reading though this +beginning and end of the region. If you have been reading through this document from the beginning, understanding these parts of a function is almost becoming routine. diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 0ca3d049330..940a3fe5143 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,5 +1,7 @@ 2013-08-12 Glenn Morris <rgm@gnu.org> + * woman.texi (Top): Avoid mailto: in html output. + * Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME) (docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL) (INSTALL_DATA): New, set by configure. diff --git a/doc/misc/woman.texi b/doc/misc/woman.texi index 44a8b5573fa..8005d58ce8a 100644 --- a/doc/misc/woman.texi +++ b/doc/misc/woman.texi @@ -67,7 +67,12 @@ modify this GNU manual.'' @display As distributed with Emacs @value{EMACSVER}. +@ifnothtml @email{F.J.Wright@@qmw.ac.uk, Francis J. Wright} +@end ifnothtml +@ifhtml +Francis J. Wright +@end ifhtml @uref{http://centaur.maths.qmw.ac.uk/, School of Mathematical Sciences} Queen Mary and Westfield College (University of London) Mile End Road, London E1 4NS, UK |