aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorStefan Kangas2024-11-04 22:27:36 +0100
committerStefan Kangas2024-11-21 10:06:19 +0100
commit7cb77385d38b96377d404a2ab0e778b2dfce5c77 (patch)
treeb9a275865e75e3b40ba9a20fc937112a7911043d /doc/misc
parenteee0ed8442aa78320a3e578ab290df145fb49624 (diff)
downloademacs-7cb77385d38b96377d404a2ab0e778b2dfce5c77.tar.gz
emacs-7cb77385d38b96377d404a2ab0e778b2dfce5c77.zip
; Fix typos
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/cc-mode.texi4
-rw-r--r--doc/misc/modus-themes.org14
-rw-r--r--doc/misc/tramp.texi2
3 files changed, 10 insertions, 10 deletions
diff --git a/doc/misc/cc-mode.texi b/doc/misc/cc-mode.texi
index 534f90321e7..ccdd6a97787 100644
--- a/doc/misc/cc-mode.texi
+++ b/doc/misc/cc-mode.texi
@@ -4831,9 +4831,9 @@ to make it easier to give an @code{enum} indentation like that of a
4831@ssindex enum-intro 4831@ssindex enum-intro
4832@ssindex enum-close 4832@ssindex enum-close
4833@ssindex enum-entry 4833@ssindex enum-entry
4834Line 2 is assigned @code{enum-open} sytax, and line 6 4834Line 2 is assigned @code{enum-open} syntax, and line 6
4835@code{enum-close}. The first enum element on line 3 is assigned 4835@code{enum-close}. The first enum element on line 3 is assigned
4836@code{enum-intro} sytax, and the remaining elements, on lines 4 and 5 4836@code{enum-intro} syntax, and the remaining elements, on lines 4 and 5
4837are assigned @code{enum-entry}. 4837are assigned @code{enum-entry}.
4838 4838
4839When the first enum element follows the @samp{@{} of the @code{enum}, 4839When the first enum element follows the @samp{@{} of the @code{enum},
diff --git a/doc/misc/modus-themes.org b/doc/misc/modus-themes.org
index 76379d1a168..b33b02d98ec 100644
--- a/doc/misc/modus-themes.org
+++ b/doc/misc/modus-themes.org
@@ -88,7 +88,7 @@ The Modus themes consist of eight themes, divided into four subgroups.
88 are variants of the two main themes. They slightly tone down the 88 are variants of the two main themes. They slightly tone down the
89 intensity of the background and provide a bit more color variety. 89 intensity of the background and provide a bit more color variety.
90 ~modus-operandi-tinted~ has a set of base tones that are shades of 90 ~modus-operandi-tinted~ has a set of base tones that are shades of
91 light ochre (earthly colors), while ~modus-vivendi-tinted~ gives a 91 light ocher (earthly colors), while ~modus-vivendi-tinted~ gives a
92 night sky impression. 92 night sky impression.
93 93
94- Deuteranopia themes :: ~modus-operandi-deuteranopia~ and its 94- Deuteranopia themes :: ~modus-operandi-deuteranopia~ and its
@@ -1361,7 +1361,7 @@ value in some other application.
1361:END: 1361:END:
1362 1362
1363#+findex: modus-themes-get-color-value 1363#+findex: modus-themes-get-color-value
1364The fuction ~modus-themes-get-color-value~ can be called from Lisp to 1364The function ~modus-themes-get-color-value~ can be called from Lisp to
1365return the value of a color from the active Modus theme palette. It 1365return the value of a color from the active Modus theme palette. It
1366takea a =COLOR= argument and an optional =OVERRIDES=. It also accepts 1366takea a =COLOR= argument and an optional =OVERRIDES=. It also accepts
1367a third =THEME= argument, to get the color from the given theme. 1367a third =THEME= argument, to get the color from the given theme.
@@ -2367,7 +2367,7 @@ until version 4.3.0.
2367;; was the default in versions of the Modus themes before 4.4.0 2367;; was the default in versions of the Modus themes before 4.4.0
2368(setq modus-themes-common-palette-overrides 2368(setq modus-themes-common-palette-overrides
2369 '((bg-prose-block-contents unspecified) 2369 '((bg-prose-block-contents unspecified)
2370 (bg-prose-block-delimiter unspeficied) 2370 (bg-prose-block-delimiter unspecified)
2371 (fg-prose-block-delimiter fg-dim))) 2371 (fg-prose-block-delimiter fg-dim)))
2372#+end_src 2372#+end_src
2373 2373
@@ -3365,7 +3365,7 @@ specification of that variable looks like this:
3365 3365
3366With the exception of ~org-verbatim~ and ~org-code~ faces, everything else 3366With the exception of ~org-verbatim~ and ~org-code~ faces, everything else
3367uses the corresponding type of emphasis: a bold typographic weight, or 3367uses the corresponding type of emphasis: a bold typographic weight, or
3368italicised, underlined, and struck through text. 3368italicized, underlined, and struck through text.
3369 3369
3370The best way for users to add some extra attributes, such as a 3370The best way for users to add some extra attributes, such as a
3371foreground color, is to define their own faces and assign them to the 3371foreground color, is to define their own faces and assign them to the
@@ -5407,7 +5407,7 @@ more effective than trying to do the same with either red or blue (the
5407latter is the least effective in that regard). 5407latter is the least effective in that regard).
5408 5408
5409When we need to work with several colors, it is always better to have 5409When we need to work with several colors, it is always better to have
5410sufficient manoeuvring space, especially since we cannot pick arbitrary 5410sufficient maneuvering space, especially since we cannot pick arbitrary
5411colors but only those that satisfy the accessibility objectives of the 5411colors but only those that satisfy the accessibility objectives of the
5412themes. 5412themes.
5413 5413
@@ -5513,7 +5513,7 @@ it is already understood that one must follow the indicator or headline
5513to view its contents and (ii) underlining everything would make the 5513to view its contents and (ii) underlining everything would make the
5514interface virtually unusable. 5514interface virtually unusable.
5515 5515
5516Again, one must exercise judgement in order to avoid discrimination, 5516Again, one must exercise judgment in order to avoid discrimination,
5517where "discrimination" refers to: 5517where "discrimination" refers to:
5518 5518
5519+ The treatment of substantially different magnitudes as if they were of 5519+ The treatment of substantially different magnitudes as if they were of
@@ -5587,7 +5587,7 @@ the themes, which is partially fleshed out in this manual.
5587 5587
5588With regard to the artistic aspect (where "art" qua skill may amount to 5588With regard to the artistic aspect (where "art" qua skill may amount to
5589an imprecise science), there is no hard-and-fast rule in effect as it 5589an imprecise science), there is no hard-and-fast rule in effect as it
5590requires one to exercize discretion and make decisions based on 5590requires one to exercise discretion and make decisions based on
5591context-dependent information or constraints. As is true with most 5591context-dependent information or constraints. As is true with most
5592things in life, when in doubt, do not cling on to the letter of the law 5592things in life, when in doubt, do not cling on to the letter of the law
5593but try to understand its spirit. 5593but try to understand its spirit.
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index 93247e318de..8098366dc09 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -5234,7 +5234,7 @@ Otherwise, comment out the active code, and uncomment the just
5234commented code. 5234commented code.
5235 5235
5236Call @command{emacs}, again. Reiterate, until you find the suspicious 5236Call @command{emacs}, again. Reiterate, until you find the suspicious
5237configuaration. 5237configuration.
5238 5238
5239 5239
5240@node Frequently Asked Questions 5240@node Frequently Asked Questions