diff options
| author | Stefan Kangas | 2024-11-04 22:27:36 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2024-11-21 10:06:19 +0100 |
| commit | 7cb77385d38b96377d404a2ab0e778b2dfce5c77 (patch) | |
| tree | b9a275865e75e3b40ba9a20fc937112a7911043d /doc | |
| parent | eee0ed8442aa78320a3e578ab290df145fb49624 (diff) | |
| download | emacs-7cb77385d38b96377d404a2ab0e778b2dfce5c77.tar.gz emacs-7cb77385d38b96377d404a2ab0e778b2dfce5c77.zip | |
; Fix typos
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/processes.texi | 2 | ||||
| -rw-r--r-- | doc/misc/cc-mode.texi | 4 | ||||
| -rw-r--r-- | doc/misc/modus-themes.org | 14 | ||||
| -rw-r--r-- | doc/misc/tramp.texi | 2 |
4 files changed, 11 insertions, 11 deletions
diff --git a/doc/lispref/processes.texi b/doc/lispref/processes.texi index 2c19275f946..79ef959ae65 100644 --- a/doc/lispref/processes.texi +++ b/doc/lispref/processes.texi | |||
| @@ -2718,7 +2718,7 @@ If non-@code{nil}, the host's capability string. | |||
| 2718 | @item :type @var{symbol} | 2718 | @item :type @var{symbol} |
| 2719 | The connection type: @samp{plain} or @samp{tls}. | 2719 | The connection type: @samp{plain} or @samp{tls}. |
| 2720 | @item :error @var{symbol} | 2720 | @item :error @var{symbol} |
| 2721 | A string describing any error encountered when perfoming | 2721 | A string describing any error encountered when performing |
| 2722 | @acronym{STARTTLS} upgrade. | 2722 | @acronym{STARTTLS} upgrade. |
| 2723 | @end table | 2723 | @end table |
| 2724 | 2724 | ||
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 |
| 4834 | Line 2 is assigned @code{enum-open} sytax, and line 6 | 4834 | Line 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 |
| 4837 | are assigned @code{enum-entry}. | 4837 | are assigned @code{enum-entry}. |
| 4838 | 4838 | ||
| 4839 | When the first enum element follows the @samp{@{} of the @code{enum}, | 4839 | When 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 |
| 1364 | The fuction ~modus-themes-get-color-value~ can be called from Lisp to | 1364 | The function ~modus-themes-get-color-value~ can be called from Lisp to |
| 1365 | return the value of a color from the active Modus theme palette. It | 1365 | return the value of a color from the active Modus theme palette. It |
| 1366 | takea a =COLOR= argument and an optional =OVERRIDES=. It also accepts | 1366 | takea a =COLOR= argument and an optional =OVERRIDES=. It also accepts |
| 1367 | a third =THEME= argument, to get the color from the given theme. | 1367 | a 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 | ||
| 3366 | With the exception of ~org-verbatim~ and ~org-code~ faces, everything else | 3366 | With the exception of ~org-verbatim~ and ~org-code~ faces, everything else |
| 3367 | uses the corresponding type of emphasis: a bold typographic weight, or | 3367 | uses the corresponding type of emphasis: a bold typographic weight, or |
| 3368 | italicised, underlined, and struck through text. | 3368 | italicized, underlined, and struck through text. |
| 3369 | 3369 | ||
| 3370 | The best way for users to add some extra attributes, such as a | 3370 | The best way for users to add some extra attributes, such as a |
| 3371 | foreground color, is to define their own faces and assign them to the | 3371 | foreground 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 | |||
| 5407 | latter is the least effective in that regard). | 5407 | latter is the least effective in that regard). |
| 5408 | 5408 | ||
| 5409 | When we need to work with several colors, it is always better to have | 5409 | When we need to work with several colors, it is always better to have |
| 5410 | sufficient manoeuvring space, especially since we cannot pick arbitrary | 5410 | sufficient maneuvering space, especially since we cannot pick arbitrary |
| 5411 | colors but only those that satisfy the accessibility objectives of the | 5411 | colors but only those that satisfy the accessibility objectives of the |
| 5412 | themes. | 5412 | themes. |
| 5413 | 5413 | ||
| @@ -5513,7 +5513,7 @@ it is already understood that one must follow the indicator or headline | |||
| 5513 | to view its contents and (ii) underlining everything would make the | 5513 | to view its contents and (ii) underlining everything would make the |
| 5514 | interface virtually unusable. | 5514 | interface virtually unusable. |
| 5515 | 5515 | ||
| 5516 | Again, one must exercise judgement in order to avoid discrimination, | 5516 | Again, one must exercise judgment in order to avoid discrimination, |
| 5517 | where "discrimination" refers to: | 5517 | where "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 | ||
| 5588 | With regard to the artistic aspect (where "art" qua skill may amount to | 5588 | With regard to the artistic aspect (where "art" qua skill may amount to |
| 5589 | an imprecise science), there is no hard-and-fast rule in effect as it | 5589 | an imprecise science), there is no hard-and-fast rule in effect as it |
| 5590 | requires one to exercize discretion and make decisions based on | 5590 | requires one to exercise discretion and make decisions based on |
| 5591 | context-dependent information or constraints. As is true with most | 5591 | context-dependent information or constraints. As is true with most |
| 5592 | things in life, when in doubt, do not cling on to the letter of the law | 5592 | things in life, when in doubt, do not cling on to the letter of the law |
| 5593 | but try to understand its spirit. | 5593 | but 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 | |||
| 5234 | commented code. | 5234 | commented code. |
| 5235 | 5235 | ||
| 5236 | Call @command{emacs}, again. Reiterate, until you find the suspicious | 5236 | Call @command{emacs}, again. Reiterate, until you find the suspicious |
| 5237 | configuaration. | 5237 | configuration. |
| 5238 | 5238 | ||
| 5239 | 5239 | ||
| 5240 | @node Frequently Asked Questions | 5240 | @node Frequently Asked Questions |