emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/modus-operandi-theme 2928af0 051/153: Fix broken footno


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 2928af0 051/153: Fix broken footnote in 4d594f0ca
Date: Thu, 18 Mar 2021 13:47:37 -0400 (EDT)

branch: externals/modus-operandi-theme
commit 2928af0cd668dca1b8eec12dc6307950e4bc08ab
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Fix broken footnote in 4d594f0ca
---
 doc/modus-themes.info | 62 ++++++++++++++++++++++++++-------------------------
 doc/modus-themes.org  |  2 +-
 2 files changed, 33 insertions(+), 31 deletions(-)

diff --git a/doc/modus-themes.info b/doc/modus-themes.info
index abe1b92..0dcf2ce 100644
--- a/doc/modus-themes.info
+++ b/doc/modus-themes.info
@@ -1077,19 +1077,16 @@ describe-function’):
    Note the differences in the ‘:height’ property.  The ‘default’ face
 must specify an absolute value, which is the point size × 100.  So if
 you want to use a font at point size ‘11’, you set the height at
-‘110’.[fn:: ‘:height’ values do not need to be rounded to multiples of
-ten: the likes of ‘115’ are perfectly valid—some typefaces will change
-to account for those finer increments.)  Whereas every other face must
-have a value that is relative to the default, represented as a floating
-point (if you use an integer, say, ‘15’ then that means an absolute
-height).  This is of paramount importantance: it ensures that all fonts
-can scale gracefully when using something like the ‘text-scale-adjust’
-command which only operates on the base font size (i.e.  the ‘default’
-face’s absolute height).
+‘110’.(1)  Whereas every other face must have a value that is relative
+to the default, represented as a floating point (if you use an integer,
+say, ‘15’ then that means an absolute height).  This is of paramount
+importantance: it ensures that all fonts can scale gracefully when using
+something like the ‘text-scale-adjust’ command which only operates on
+the base font size (i.e.  the ‘default’ face’s absolute height).
 
    An alternative syntax for the ‘default’ face, which the author of
 this documents prefers, is to pass all typeface parameters directly to a
-‘font’ property.(1)  Note that here we use a standard point size:
+‘font’ property.(2)  Note that here we use a standard point size:
 
      (set-face-attribute 'default nil :font "DejaVu Sans Mono-11")
 
@@ -1098,7 +1095,11 @@ this documents prefers, is to pass all typeface 
parameters directly to a
 
    ---------- Footnotes ----------
 
-   (1) Has the benefit of accepting ‘fontconfig’ parameters (GNU/Linux),
+   (1) ‘:height’ values do not need to be rounded to multiples of ten:
+the likes of ‘115’ are perfectly valid—some typefaces will change to
+account for those finer increments.
+
+   (2) Has the benefit of accepting ‘fontconfig’ parameters (GNU/Linux),
 such as ‘"DejaVu Sans Mono-11:hintstyle=hintslight:autohint=false"’.
 <https://www.freedesktop.org/software/fontconfig/fontconfig-user.html>
 
@@ -2280,25 +2281,26 @@ Node: Headings' font32998
 Node: Advanced customisation (do-it-yourself)33622
 Node: Tweak colours (DIY)34626
 Node: Font configs (DIY)38260
-Ref: Font configs (DIY)-Footnote-141024
-Node: Org user faces (DIY)41246
-Node: Face coverage44078
-Node: Supported packages44580
-Node: Covered indirectly50502
-Node: Will NOT be supported50854
-Node: Notes for individual packages51572
-Node: Note for powerline or spaceline51978
-Node: Note on shr colours52350
-Node: Note for Helm grep52763
-Node: Note on vc-annotate-background-mode54210
-Node: Contributing55064
-Node: Sources of the themes55483
-Node: Issues you can help with56245
-Node: Merge requests57432
-Node: Acknowledgements58514
-Node: Meta59971
-Node: External projects (ports)61024
-Node: GNU Free Documentation License61847
+Ref: Font configs (DIY)-Footnote-140842
+Ref: Font configs (DIY)-Footnote-241029
+Node: Org user faces (DIY)41251
+Node: Face coverage44083
+Node: Supported packages44585
+Node: Covered indirectly50507
+Node: Will NOT be supported50859
+Node: Notes for individual packages51577
+Node: Note for powerline or spaceline51983
+Node: Note on shr colours52355
+Node: Note for Helm grep52768
+Node: Note on vc-annotate-background-mode54215
+Node: Contributing55069
+Node: Sources of the themes55488
+Node: Issues you can help with56250
+Node: Merge requests57437
+Node: Acknowledgements58519
+Node: Meta59976
+Node: External projects (ports)61029
+Node: GNU Free Documentation License61852
 
 End Tag Table
 
diff --git a/doc/modus-themes.org b/doc/modus-themes.org
index 159bbac..7ae2ba1 100644
--- a/doc/modus-themes.org
+++ b/doc/modus-themes.org
@@ -958,7 +958,7 @@ specify an absolute value, which is the point size × 100.  
So if you
 want to use a font at point size =11=, you set the height at =110=.[fn::
 =:height= values do not need to be rounded to multiples of ten: the likes
 of =115= are perfectly valid—some typefaces will change to account for
-those finer increments.)  Whereas every other face must have a value
+those finer increments.]  Whereas every other face must have a value
 that is relative to the default, represented as a floating point (if you
 use an integer, say, =15= then that means an absolute height).  This is of
 paramount importantance: it ensures that all fonts can scale gracefully



reply via email to

[Prev in Thread] Current Thread [Next in Thread]