]> git.eshelyaron.com Git - emacs.git/commitdiff
More minor changes in the Emacs manual
authorEli Zaretskii <eliz@gnu.org>
Sat, 10 Feb 2018 09:19:43 +0000 (11:19 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 10 Feb 2018 09:19:43 +0000 (11:19 +0200)
* doc/emacs/xresources.texi (GTK resources):
* doc/emacs/trouble.texi (Contributing):
* doc/emacs/frames.texi (Fonts): Use HTTPS URLs instead of HTTP.

* doc/emacs/docstyle.texi: Add a few @hyphenation directives,
based on reports in emacs-manual-bugs@gnu.org about incorrect
hyphenation.

doc/emacs/docstyle.texi
doc/emacs/frames.texi
doc/emacs/trouble.texi
doc/emacs/xresources.texi

index dfd14306b397d3fe04928cd227c808c1dc20dfbf..f682e3d82beec0102ba10fe2ca670a40ec6b3ae2 100644 (file)
@@ -8,3 +8,9 @@
 @end ignore
 @set txicodequoteundirected
 @set txicodequotebacktick
+@c It turns out TeX sometimes fails to hyphenate, so we help it here
+@hyphenation{au-to-mat-i-cal-ly}
+@hyphenation{spec-i-fied}
+@hyphenation{work-a-round}
+@hyphenation{work-a-rounds}
+@hyphenation{un-marked}
index afdfa6c39c17d632b263cbd71202f444edb6004b..15b576d33232d22bf7b53f9c3dd27afc39ecb1b9 100644 (file)
@@ -642,7 +642,7 @@ Monospace-12:weight=bold:slant=italic
 
 For a more detailed description of Fontconfig patterns, see the
 Fontconfig manual, which is distributed with Fontconfig and available
-online at @url{http://fontconfig.org/fontconfig-user.html}.
+online at @url{https://fontconfig.org/fontconfig-user.html}.
 
 @cindex GTK font pattern
   The second way to specify a font is to use a @dfn{GTK font pattern}.
index 2edeb05f9e03c074bcab86481e05e22f5895012d..330497c4ea9ca484ebf429bcfb4d4094a105e180 100644 (file)
@@ -1322,7 +1322,7 @@ the Emacs Lisp Reference Manual
 @url{https://www.gnu.org/software/emacs}
 
 @item
-@url{http://www.emacswiki.org/}
+@url{https://www.emacswiki.org/}
 @end itemize
 
 @menu
index d58c6b905eb66a6c53050c1df13079a8487b1977..ee59551a6a6a69b8da804dd5172fe27078739454 100644 (file)
@@ -512,7 +512,7 @@ those are governed by normal X resources (@pxref{Resources}).
 
   The following sections describe how to customize GTK+ resources for
 Emacs.  For details about GTK+ resources, see the GTK+ API document at
-@uref{http://developer.gnome.org/gtk2/stable/gtk2-Resource-Files.html}.
+@uref{https://developer.gnome.org/gtk2/stable/gtk2-Resource-Files.html}.
 
   In GTK+ version 3, GTK+ resources have been replaced by a completely
 different system.  The appearance of GTK+ widgets is now determined by
@@ -522,7 +522,7 @@ style settings (where @var{theme} is the name of the current GTK+
 theme).  Therefore, the description of GTK+ resources in this section
 does not apply to GTK+ 3.  For details about the GTK+ 3 styling
 system, see
-@uref{http://developer.gnome.org/gtk3/3.0/GtkCssProvider.html}.
+@uref{https://developer.gnome.org/gtk3/3.0/GtkCssProvider.html}.
 
 @menu
 * GTK Resource Basics::   Basic usage of GTK+ resources.