[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/modus-themes 6a37cebdee: Fix some typos in the manual
From: |
ELPA Syncer |
Subject: |
[elpa] externals/modus-themes 6a37cebdee: Fix some typos in the manual |
Date: |
Mon, 26 Aug 2024 03:58:37 -0400 (EDT) |
branch: externals/modus-themes
commit 6a37cebdeebba6b4dbaf65a4594f903f4b417c46
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Fix some typos in the manual
---
doc/modus-themes.info | 232 +++++++++++++++++++++++++-------------------------
doc/modus-themes.org | 14 +--
2 files changed, 123 insertions(+), 123 deletions(-)
diff --git a/doc/modus-themes.info b/doc/modus-themes.info
index 85ac5b01ca..64eed9487a 100644
--- a/doc/modus-themes.info
+++ b/doc/modus-themes.info
@@ -1,7 +1,7 @@
This is modus-themes.info, produced by makeinfo version 6.8 from
modus-themes.texi.
-Copyright (C) 2020-2023 Free Software Foundation, Inc.
+Copyright (C) 2020-2024 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this
document under the terms of the GNU Free Documentation License,
@@ -25,7 +25,7 @@ File: modus-themes.info, Node: Top, Next: Overview, Up:
(dir)
Modus themes for GNU Emacs
**************************
-Copyright (C) 2020-2023 Free Software Foundation, Inc.
+Copyright (C) 2020-2024 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this
document under the terms of the GNU Free Documentation License,
@@ -664,7 +664,7 @@ The reason we recommend ‘load-theme’ instead of the other
option of
‘enable-theme’ is that the former does a kind of “reset” on the face
specs. It quite literally loads (or reloads) the theme. Whereas the
‘enable-theme’ function simply puts an already loaded theme to the top
-of the list of enabled items, re-using whatever state was last loaded.
+of the list of enabled items, reusing whatever state was last loaded.
As such, ‘load-theme’ reads all customizations that may happen during
any given Emacs session: even after the initial setup of a theme.
@@ -3066,7 +3066,7 @@ the above:
The reason we no longer provide this option is because it depends on
a non-‘nil’ value for ‘x-underline-at-descent-line’. That variable
affects ALL underlines, including those of links. The effect is
-intrusive and looks awkard in prose.
+intrusive and looks awkward in prose.
As such, the Modus themes no longer provide that option but instead
offer this piece of documentation to make the user fully aware of the
@@ -3081,7 +3081,7 @@ File: modus-themes.info, Node: DIY Remap face with local
value, Next: DIY Font
===================================
There are cases where we need to change the buffer-local attributes of a
-face. This might be because we have our own minor mode that re-uses a
+face. This might be because we have our own minor mode that reuses a
face for a particular purpose, such as a line selection tool that
activates ‘hl-line-mode’, but we wish to keep it distinct from other
buffers. This is where ‘face-remap-add-relative’ can be applied and may
@@ -4697,7 +4697,7 @@ advanced customization options of the themes.
*note Advanced customization::.
In the following example, we are assuming that the user wants to (i)
-re-use color variables provided by the themes, (ii) be able to retain
+reuse color variables provided by the themes, (ii) be able to retain
their tweaks while switching between ‘modus-operandi’ and
‘modus-vivendi’, and (iii) have the option to highlight either the
foreground of the parentheses or the background as well.
@@ -4713,7 +4713,7 @@ between foreground and background coloration styles:
;; Set to nil to disable backgrounds.
(setq my-highlight-parentheses-use-background nil)
- To re-use colors from the themes, we must wrap our code in the
+ To reuse colors from the themes, we must wrap our code in the
‘modus-themes-with-colors’ macro. Our implementation must interface
with the variables ‘highlight-parentheses-background-colors’ and/or
‘highlight-parentheses-colors’.
@@ -5382,7 +5382,7 @@ each of the three channels of light (red, green, blue).
For example:
Typography is another variable. Some font families are blurry at
small point sizes. Others may have a regular weight that is lighter
-(thiner) than that of their peers which may, under certain
+(thinner) than that of their peers which may, under certain
circumstances, cause a halo effect around each glyph.
The gist is that legibility cannot be fully solved at the theme
@@ -6386,115 +6386,115 @@ Node: Enable and load16717
Node: The require-theme for built-in Emacs themes20661
Node: Sample configuration with and without use-package21781
Node: Differences between loading and enabling24629
-Node: Customization options26761
-Node: Custom reload theme30632
-Node: Disable other themes31552
-Node: Bold constructs32794
-Node: Italic constructs33666
-Node: Option for which themes to toggle34494
-Node: Mixed fonts35269
-Node: Command prompts36323
-Node: Completion UIs38166
-Node: Org mode blocks41017
-Node: Heading styles41660
-Node: UI typeface46090
-Node: Palette overrides47063
-Node: Palette extension51453
-Node: Preview theme colors53929
-Node: Use colors from the Modus themes palette55742
-Node: Get a single color from the palette with
modus-themes-get-color-value56606
-Node: Use theme colors in code with modus-themes-with-colors58968
-Node: Advanced customization61224
-Node: DIY Palette override presets62883
-Node: DIY Stylistic variants using palette overrides65738
-Node: DIY Make the mode line borderless67792
-Node: DIY Make the active mode line colorful69167
-Node: DIY Make the tab bar more or less colorful71385
-Node: DIY Make the fringe invisible or another color73322
-Node: DIY Make links use subtle or no underlines74523
-Node: DIY Make prompts more or less colorful75641
-Node: DIY Make completion matches more or less colorful76964
-Node: DIY Make comments yellow and strings green80523
-Node: DIY Make code syntax use the old alt-syntax style82232
-Node: DIY Make use of alternative styles for code syntax85355
-Node: DIY Make matching parenthesis more or less intense88817
-Node: DIY Make box buttons more or less gray90189
-Node: DIY Make TODO and DONE more or less intense91202
-Node: DIY Make headings more or less colorful92703
-Node: DIY Make Org block colors more or less colorful94820
-Node: DIY Make Org agenda more or less colorful99194
-Node: DIY Make inline code in prose use alternative styles102369
-Node: DIY Make mail citations and headers more or less colorful104611
-Node: DIY Make the region preserve text colors plus other styles107011
-Node: DIY Make mouse highlights more or less colorful108567
-Node: DIY Make language underlines less colorful109580
-Node: DIY Make line numbers use alternative styles110732
-Node: DIY Make diffs use only a foreground112375
-Node: DIY Make deuteranopia diffs red and blue instead of yellow and
blue115266
-Node: DIY More accurate colors in terminal emulators117746
-Node: DIY Range of color with terminal emulators119058
-Node: DIY Per-theme customization settings121851
-Node: DIY Do not extend the region background123284
-Node: DIY Add padding to the mode line124088
+Node: Customization options26760
+Node: Custom reload theme30631
+Node: Disable other themes31551
+Node: Bold constructs32793
+Node: Italic constructs33665
+Node: Option for which themes to toggle34493
+Node: Mixed fonts35268
+Node: Command prompts36322
+Node: Completion UIs38165
+Node: Org mode blocks41016
+Node: Heading styles41659
+Node: UI typeface46089
+Node: Palette overrides47062
+Node: Palette extension51452
+Node: Preview theme colors53928
+Node: Use colors from the Modus themes palette55741
+Node: Get a single color from the palette with
modus-themes-get-color-value56605
+Node: Use theme colors in code with modus-themes-with-colors58967
+Node: Advanced customization61223
+Node: DIY Palette override presets62882
+Node: DIY Stylistic variants using palette overrides65737
+Node: DIY Make the mode line borderless67791
+Node: DIY Make the active mode line colorful69166
+Node: DIY Make the tab bar more or less colorful71384
+Node: DIY Make the fringe invisible or another color73321
+Node: DIY Make links use subtle or no underlines74522
+Node: DIY Make prompts more or less colorful75640
+Node: DIY Make completion matches more or less colorful76963
+Node: DIY Make comments yellow and strings green80522
+Node: DIY Make code syntax use the old alt-syntax style82231
+Node: DIY Make use of alternative styles for code syntax85354
+Node: DIY Make matching parenthesis more or less intense88816
+Node: DIY Make box buttons more or less gray90188
+Node: DIY Make TODO and DONE more or less intense91201
+Node: DIY Make headings more or less colorful92702
+Node: DIY Make Org block colors more or less colorful94819
+Node: DIY Make Org agenda more or less colorful99193
+Node: DIY Make inline code in prose use alternative styles102368
+Node: DIY Make mail citations and headers more or less colorful104610
+Node: DIY Make the region preserve text colors plus other styles107010
+Node: DIY Make mouse highlights more or less colorful108566
+Node: DIY Make language underlines less colorful109579
+Node: DIY Make line numbers use alternative styles110731
+Node: DIY Make diffs use only a foreground112374
+Node: DIY Make deuteranopia diffs red and blue instead of yellow and
blue115265
+Node: DIY More accurate colors in terminal emulators117745
+Node: DIY Range of color with terminal emulators119057
+Node: DIY Per-theme customization settings121850
+Node: DIY Do not extend the region background123283
+Node: DIY Add padding to the mode line124087
Node: DIY Remap face with local value127021
-Node: DIY Font configurations for Org and others129569
-Ref: DIY Font configurations for Org and others-Footnote-1132552
-Node: DIY Configure bold and italic faces132739
-Node: DIY Custom Org todo keyword and priority faces137361
-Node: DIY Custom Org emphasis faces141104
-Node: DIY Use colored Org source blocks per language145985
-Node: DIY Measure color contrast150625
-Node: DIY Load theme depending on time of day153345
-Node: DIY Backdrop for pdf-tools154375
-Node: DIY Toggle themes without reloading them157544
-Node: DIY Use more spacious margins or padding in Emacs frames158853
-Node: DIY Custom hl-todo colors163110
-Node: DIY Add support for solaire-mode164927
-Node: DIY Use a hook at the post-load-theme phase168053
-Node: DIY A theme-agnostic hook for theme loading170177
-Node: Face coverage172808
-Node: Supported packages173260
-Node: Indirectly covered packages178973
-Node: Notes on individual packages180342
-Node: Note on calendarel weekday and weekend colors181442
-Node: Note on git-gutter in Doom Emacs182590
-Node: Note on php-mode multiline comments185090
-Node: Note on underlines in compilation buffers185850
-Node: Note on inline Latex in Org buffers186722
-Node: Note on dimmerel187332
-Node: Note on display-fill-column-indicator-mode188817
-Node: Note on highlight-parenthesesel190270
-Node: Note on mmm-modeel background colors196353
-Node: Note for prism198707
-Node: Note on company-mode overlay pop-up201929
-Ref: Note on company-mode overlay pop-up-Footnote-1202659
-Ref: Note on company-mode overlay pop-up-Footnote-2202726
-Node: Note on ERC escaped color sequences202781
-Ref: Note on ERC escaped color sequences-Footnote-1204209
-Node: Note on powerline or spaceline204319
-Node: Note on SHR colors204733
-Node: Note on SHR fonts205157
-Node: Note on Ement colors and fonts205844
-Node: Note on pdf-tools link hints207354
-Node: Note on the Notmuch logo209814
-Node: Note on goto-address-mode faces210352
-Node: Frequently Asked Questions211470
-Node: Is the contrast ratio about adjacent colors?212103
-Node: What does it mean to avoid exaggerations?213612
-Node: Why are colors mostly variants of blue magenta cyan?215464
-Node: What is the best setup for legibility?219798
-Node: Are these color schemes?222445
-Node: Port the Modus themes to other platforms?226129
-Node: Contributing228975
-Node: Sources of the themes229374
-Node: Issues you can help with230270
-Node: Patches require copyright assignment to the FSF231663
-Node: Acknowledgements233885
-Node: GNU Free Documentation License238150
-Node: Indices263514
-Node: Function index263693
-Node: Variable index264991
-Node: Concept index268342
+Node: DIY Font configurations for Org and others129568
+Ref: DIY Font configurations for Org and others-Footnote-1132551
+Node: DIY Configure bold and italic faces132738
+Node: DIY Custom Org todo keyword and priority faces137360
+Node: DIY Custom Org emphasis faces141103
+Node: DIY Use colored Org source blocks per language145984
+Node: DIY Measure color contrast150624
+Node: DIY Load theme depending on time of day153344
+Node: DIY Backdrop for pdf-tools154374
+Node: DIY Toggle themes without reloading them157543
+Node: DIY Use more spacious margins or padding in Emacs frames158852
+Node: DIY Custom hl-todo colors163109
+Node: DIY Add support for solaire-mode164926
+Node: DIY Use a hook at the post-load-theme phase168052
+Node: DIY A theme-agnostic hook for theme loading170176
+Node: Face coverage172807
+Node: Supported packages173259
+Node: Indirectly covered packages178972
+Node: Notes on individual packages180341
+Node: Note on calendarel weekday and weekend colors181441
+Node: Note on git-gutter in Doom Emacs182589
+Node: Note on php-mode multiline comments185089
+Node: Note on underlines in compilation buffers185849
+Node: Note on inline Latex in Org buffers186721
+Node: Note on dimmerel187331
+Node: Note on display-fill-column-indicator-mode188816
+Node: Note on highlight-parenthesesel190269
+Node: Note on mmm-modeel background colors196350
+Node: Note for prism198704
+Node: Note on company-mode overlay pop-up201926
+Ref: Note on company-mode overlay pop-up-Footnote-1202656
+Ref: Note on company-mode overlay pop-up-Footnote-2202723
+Node: Note on ERC escaped color sequences202778
+Ref: Note on ERC escaped color sequences-Footnote-1204206
+Node: Note on powerline or spaceline204316
+Node: Note on SHR colors204730
+Node: Note on SHR fonts205154
+Node: Note on Ement colors and fonts205841
+Node: Note on pdf-tools link hints207351
+Node: Note on the Notmuch logo209811
+Node: Note on goto-address-mode faces210349
+Node: Frequently Asked Questions211467
+Node: Is the contrast ratio about adjacent colors?212100
+Node: What does it mean to avoid exaggerations?213609
+Node: Why are colors mostly variants of blue magenta cyan?215461
+Node: What is the best setup for legibility?219795
+Node: Are these color schemes?222443
+Node: Port the Modus themes to other platforms?226127
+Node: Contributing228973
+Node: Sources of the themes229372
+Node: Issues you can help with230268
+Node: Patches require copyright assignment to the FSF231661
+Node: Acknowledgements233883
+Node: GNU Free Documentation License238148
+Node: Indices263512
+Node: Function index263691
+Node: Variable index264989
+Node: Concept index268340
End Tag Table
diff --git a/doc/modus-themes.org b/doc/modus-themes.org
index c02da3fbad..30aa0e5679 100644
--- a/doc/modus-themes.org
+++ b/doc/modus-themes.org
@@ -50,7 +50,7 @@ Current development target is {{{development-version}}}.
:custom_id: h:b14c3fcb-13dd-4144-9d92-2c58b3ed16d3
:end:
-Copyright (C) 2020-2023 Free Software Foundation, Inc.
+Copyright (C) 2020-2024 Free Software Foundation, Inc.
#+begin_quote
Permission is granted to copy, distribute and/or modify this document
@@ -486,7 +486,7 @@ The reason we recommend ~load-theme~ instead of the other
option of
~enable-theme~ is that the former does a kind of "reset" on the face
specs. It quite literally loads (or reloads) the theme. Whereas the
~enable-theme~ function simply puts an already loaded theme to the top
-of the list of enabled items, re-using whatever state was last loaded.
+of the list of enabled items, reusing whatever state was last loaded.
As such, ~load-theme~ reads all customizations that may happen during
any given Emacs session: even after the initial setup of a theme.
@@ -2892,7 +2892,7 @@ above:
The reason we no longer provide this option is because it depends on a
non-~nil~ value for ~x-underline-at-descent-line~. That variable
affects ALL underlines, including those of links. The effect is
-intrusive and looks awkard in prose.
+intrusive and looks awkward in prose.
As such, the Modus themes no longer provide that option but instead
offer this piece of documentation to make the user fully aware of the
@@ -2907,7 +2907,7 @@ Reload the theme for changes to take effect.
#+cindex: Remapping faces
There are cases where we need to change the buffer-local attributes of a
-face. This might be because we have our own minor mode that re-uses a
+face. This might be because we have our own minor mode that reuses a
face for a particular purpose, such as a line selection tool that
activates ~hl-line-mode~, but we wish to keep it distinct from other
buffers. This is where ~face-remap-add-relative~ can be applied and may
@@ -4534,7 +4534,7 @@ advanced customization options of the themes.
[[#h:f4651d55-8c07-46aa-b52b-bed1e53463bb][Advanced customization]].
In the following example, we are assuming that the user wants to (i)
-re-use color variables provided by the themes, (ii) be able to retain
+reuse color variables provided by the themes, (ii) be able to retain
their tweaks while switching between ~modus-operandi~ and ~modus-vivendi~,
and (iii) have the option to highlight either the foreground of the
parentheses or the background as well.
@@ -4554,7 +4554,7 @@ Then we can update our preference with this:
(setq my-highlight-parentheses-use-background nil)
#+end_src
-To re-use colors from the themes, we must wrap our code in the
+To reuse colors from the themes, we must wrap our code in the
~modus-themes-with-colors~ macro. Our implementation must interface with
the variables ~highlight-parentheses-background-colors~ and/or
~highlight-parentheses-colors~.
@@ -5220,7 +5220,7 @@ each of the three channels of light (red, green, blue).
For example:
: xrandr --output LVDS1 --brightness 1.0 --gamma 0.76:0.75:0.68
Typography is another variable. Some font families are blurry at small
-point sizes. Others may have a regular weight that is lighter (thiner)
+point sizes. Others may have a regular weight that is lighter (thinner)
than that of their peers which may, under certain circumstances, cause a
halo effect around each glyph.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [elpa] externals/modus-themes 6a37cebdee: Fix some typos in the manual,
ELPA Syncer <=