diff options
| author | Stefan Kangas | 2023-12-10 13:22:04 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2023-12-10 13:22:04 +0100 |
| commit | 06a12b0cccbda419752f3388346be7d302ebcbeb (patch) | |
| tree | 69c3a4c23638553993a7580cae4a4d597fd8e258 /doc/misc | |
| parent | 1d5028ad0414cad458aac1102d3612e4956068c5 (diff) | |
| download | emacs-06a12b0cccbda419752f3388346be7d302ebcbeb.tar.gz emacs-06a12b0cccbda419752f3388346be7d302ebcbeb.zip | |
; Fix typos
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/ert.texi | 2 | ||||
| -rw-r--r-- | doc/misc/modus-themes.org | 14 |
2 files changed, 8 insertions, 8 deletions
diff --git a/doc/misc/ert.texi b/doc/misc/ert.texi index 892ff4dd5e4..a0adb5fea2c 100644 --- a/doc/misc/ert.texi +++ b/doc/misc/ert.texi | |||
| @@ -954,7 +954,7 @@ comments directly and can be read either from inline strings or files. | |||
| 954 | 954 | ||
| 955 | Test assertion parser extracts tests from comment-only lines. Every | 955 | Test assertion parser extracts tests from comment-only lines. Every |
| 956 | comment assertion line starts either with a caret (@samp{^}) or an | 956 | comment assertion line starts either with a caret (@samp{^}) or an |
| 957 | arrow (@samp{<-}). A caret/arrow should be followed immedately by the | 957 | arrow (@samp{<-}). A caret/arrow should be followed immediately by the |
| 958 | name of a face to be checked. | 958 | name of a face to be checked. |
| 959 | 959 | ||
| 960 | The test then checks if the first non-assertion column above the caret | 960 | The test then checks if the first non-assertion column above the caret |
diff --git a/doc/misc/modus-themes.org b/doc/misc/modus-themes.org index 7eedc97ab04..bdcb0793098 100644 --- a/doc/misc/modus-themes.org +++ b/doc/misc/modus-themes.org | |||
| @@ -90,7 +90,7 @@ The Modus themes consist of eight themes, divided into four subgroups. | |||
| 90 | are variants of the two main themes. They slightly tone down the | 90 | are variants of the two main themes. They slightly tone down the |
| 91 | intensity of the background and provide a bit more color variety. | 91 | intensity of the background and provide a bit more color variety. |
| 92 | ~modus-operandi-tinted~ has a set of base tones that are shades of | 92 | ~modus-operandi-tinted~ has a set of base tones that are shades of |
| 93 | light ochre (earthly colors), while ~modus-vivendi-tinted~ gives a | 93 | light ocher (earthly colors), while ~modus-vivendi-tinted~ gives a |
| 94 | night sky impression. | 94 | night sky impression. |
| 95 | 95 | ||
| 96 | - Deuteranopia themes :: ~modus-operandi-deuteranopia~ and its | 96 | - Deuteranopia themes :: ~modus-operandi-deuteranopia~ and its |
| @@ -2518,7 +2518,7 @@ manual, here is what Protesilaos uses: | |||
| 2518 | ;; Add a nuanced background as well. | 2518 | ;; Add a nuanced background as well. |
| 2519 | (bg-prompt bg-magenta-nuanced) | 2519 | (bg-prompt bg-magenta-nuanced) |
| 2520 | (fg-prompt magenta-cooler) | 2520 | (fg-prompt magenta-cooler) |
| 2521 | ;; Tweak some more constructs for stylistic constistency. | 2521 | ;; Tweak some more constructs for stylistic consistency. |
| 2522 | (name blue-warmer) | 2522 | (name blue-warmer) |
| 2523 | (identifier magenta-faint) | 2523 | (identifier magenta-faint) |
| 2524 | (keybind magenta-cooler) | 2524 | (keybind magenta-cooler) |
| @@ -2717,7 +2717,7 @@ For a more elaborate design, it is better to inspect the source code of | |||
| 2717 | [[#h:51ba3547-b8c8-40d6-ba5a-4586477fd4ae][Use theme colors in code with modus-themes-with-colors]]. | 2717 | [[#h:51ba3547-b8c8-40d6-ba5a-4586477fd4ae][Use theme colors in code with modus-themes-with-colors]]. |
| 2718 | 2718 | ||
| 2719 | #+findex: modus-themes-get-color-value | 2719 | #+findex: modus-themes-get-color-value |
| 2720 | The fuction ~modus-themes-get-color-value~ can be called from Lisp to | 2720 | The function ~modus-themes-get-color-value~ can be called from Lisp to |
| 2721 | return the value of a color from the active Modus theme palette. It | 2721 | return the value of a color from the active Modus theme palette. It |
| 2722 | takea a =COLOR= argument and an optional =OVERRIDES=. | 2722 | takea a =COLOR= argument and an optional =OVERRIDES=. |
| 2723 | 2723 | ||
| @@ -2886,7 +2886,7 @@ above: | |||
| 2886 | The reason we no longer provide this option is because it depends on a | 2886 | The reason we no longer provide this option is because it depends on a |
| 2887 | non-~nil~ value for ~x-underline-at-descent-line~. That variable | 2887 | non-~nil~ value for ~x-underline-at-descent-line~. That variable |
| 2888 | affects ALL underlines, including those of links. The effect is | 2888 | affects ALL underlines, including those of links. The effect is |
| 2889 | intrusive and looks awkard in prose. | 2889 | intrusive and looks awkward in prose. |
| 2890 | 2890 | ||
| 2891 | As such, the Modus themes no longer provide that option but instead | 2891 | As such, the Modus themes no longer provide that option but instead |
| 2892 | offer this piece of documentation to make the user fully aware of the | 2892 | offer this piece of documentation to make the user fully aware of the |
| @@ -3229,7 +3229,7 @@ specification of that variable looks like this: | |||
| 3229 | 3229 | ||
| 3230 | With the exception of ~org-verbatim~ and ~org-code~ faces, everything else | 3230 | With the exception of ~org-verbatim~ and ~org-code~ faces, everything else |
| 3231 | uses the corresponding type of emphasis: a bold typographic weight, or | 3231 | uses the corresponding type of emphasis: a bold typographic weight, or |
| 3232 | italicised, underlined, and struck through text. | 3232 | italicized, underlined, and struck through text. |
| 3233 | 3233 | ||
| 3234 | The best way for users to add some extra attributes, such as a | 3234 | The best way for users to add some extra attributes, such as a |
| 3235 | foreground color, is to define their own faces and assign them to the | 3235 | foreground color, is to define their own faces and assign them to the |
| @@ -5132,7 +5132,7 @@ it is already understood that one must follow the indicator or headline | |||
| 5132 | to view its contents and (ii) underlining everything would make the | 5132 | to view its contents and (ii) underlining everything would make the |
| 5133 | interface virtually unusable. | 5133 | interface virtually unusable. |
| 5134 | 5134 | ||
| 5135 | Again, one must exercise judgement in order to avoid discrimination, | 5135 | Again, one must exercise judgment in order to avoid discrimination, |
| 5136 | where "discrimination" refers to: | 5136 | where "discrimination" refers to: |
| 5137 | 5137 | ||
| 5138 | + The treatment of substantially different magnitudes as if they were of | 5138 | + The treatment of substantially different magnitudes as if they were of |
| @@ -5206,7 +5206,7 @@ the themes, which is partially fleshed out in this manual. | |||
| 5206 | 5206 | ||
| 5207 | With regard to the artistic aspect (where "art" qua skill may amount to | 5207 | With regard to the artistic aspect (where "art" qua skill may amount to |
| 5208 | an imprecise science), there is no hard-and-fast rule in effect as it | 5208 | an imprecise science), there is no hard-and-fast rule in effect as it |
| 5209 | requires one to exercize discretion and make decisions based on | 5209 | requires one to exercise discretion and make decisions based on |
| 5210 | context-dependent information or constraints. As is true with most | 5210 | context-dependent information or constraints. As is true with most |
| 5211 | things in life, when in doubt, do not cling on to the letter of the law | 5211 | things in life, when in doubt, do not cling on to the letter of the law |
| 5212 | but try to understand its spirit. | 5212 | but try to understand its spirit. |