diff options
| author | Stefan Kangas | 2024-06-16 21:59:42 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2024-06-16 22:38:26 +0200 |
| commit | c0eefebabfee011f0ec7631d055e482e4965a24d (patch) | |
| tree | ca50616f960b0a16c7c79fe406c01b016e156e1c /doc | |
| parent | 90234ba7f024f3dae342689b47930835e4904503 (diff) | |
| download | emacs-c0eefebabfee011f0ec7631d055e482e4965a24d.tar.gz emacs-c0eefebabfee011f0ec7631d055e482e4965a24d.zip | |
; Fix typos
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/help.texi | 2 | ||||
| -rw-r--r-- | doc/misc/calc.texi | 2 | ||||
| -rw-r--r-- | doc/misc/modus-themes.org | 4 | ||||
| -rw-r--r-- | doc/misc/org.org | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/doc/lispref/help.texi b/doc/lispref/help.texi index 4ddd84f470e..f3d12feefc6 100644 --- a/doc/lispref/help.texi +++ b/doc/lispref/help.texi | |||
| @@ -334,7 +334,7 @@ stands for a key sequence that will invoke @var{command}, or @samp{M-x | |||
| 334 | @item \@{@var{mapvar}@} | 334 | @item \@{@var{mapvar}@} |
| 335 | stands for a summary of the keymap which is the value of the variable | 335 | stands for a summary of the keymap which is the value of the variable |
| 336 | @var{mapvar}. The summary is made using @code{describe-bindings}. | 336 | @var{mapvar}. The summary is made using @code{describe-bindings}. |
| 337 | The summary will normally exclude meny bindings, but if the | 337 | The summary will normally exclude menu bindings, but if the |
| 338 | @var{include-menus} argument to @code{substitute-command-keys} is | 338 | @var{include-menus} argument to @code{substitute-command-keys} is |
| 339 | non-@code{nil}, the menu bindings will be included. | 339 | non-@code{nil}, the menu bindings will be included. |
| 340 | 340 | ||
diff --git a/doc/misc/calc.texi b/doc/misc/calc.texi index 56ebc589960..381da21cebe 100644 --- a/doc/misc/calc.texi +++ b/doc/misc/calc.texi | |||
| @@ -18973,7 +18973,7 @@ number between zero and one. It is equivalent to @samp{random(1.0)}. | |||
| 18973 | @kindex k a | 18973 | @kindex k a |
| 18974 | @pindex calc-random-again | 18974 | @pindex calc-random-again |
| 18975 | The @kbd{k a} (@code{calc-random-again}) command produces another random | 18975 | The @kbd{k a} (@code{calc-random-again}) command produces another random |
| 18976 | number, re-using the most recent value of @expr{M}. With a numeric | 18976 | number, reusing the most recent value of @expr{M}. With a numeric |
| 18977 | prefix argument @var{n}, it produces @var{n} more random numbers using | 18977 | prefix argument @var{n}, it produces @var{n} more random numbers using |
| 18978 | that value of @expr{M}. | 18978 | that value of @expr{M}. |
| 18979 | 18979 | ||
diff --git a/doc/misc/modus-themes.org b/doc/misc/modus-themes.org index 3e353dc356d..fb1df473f75 100644 --- a/doc/misc/modus-themes.org +++ b/doc/misc/modus-themes.org | |||
| @@ -486,7 +486,7 @@ The reason we recommend ~load-theme~ instead of the other option of | |||
| 486 | ~enable-theme~ is that the former does a kind of "reset" on the face | 486 | ~enable-theme~ is that the former does a kind of "reset" on the face |
| 487 | specs. It quite literally loads (or reloads) the theme. Whereas the | 487 | specs. It quite literally loads (or reloads) the theme. Whereas the |
| 488 | ~enable-theme~ function simply puts an already loaded theme to the top | 488 | ~enable-theme~ function simply puts an already loaded theme to the top |
| 489 | of the list of enabled items, re-using whatever state was last loaded. | 489 | of the list of enabled items, reusing whatever state was last loaded. |
| 490 | 490 | ||
| 491 | As such, ~load-theme~ reads all customizations that may happen during | 491 | As such, ~load-theme~ reads all customizations that may happen during |
| 492 | any given Emacs session: even after the initial setup of a theme. | 492 | any given Emacs session: even after the initial setup of a theme. |
| @@ -2821,7 +2821,7 @@ Reload the theme for changes to take effect. | |||
| 2821 | #+cindex: Remapping faces | 2821 | #+cindex: Remapping faces |
| 2822 | 2822 | ||
| 2823 | There are cases where we need to change the buffer-local attributes of a | 2823 | There are cases where we need to change the buffer-local attributes of a |
| 2824 | face. This might be because we have our own minor mode that re-uses a | 2824 | face. This might be because we have our own minor mode that reuses a |
| 2825 | face for a particular purpose, such as a line selection tool that | 2825 | face for a particular purpose, such as a line selection tool that |
| 2826 | activates ~hl-line-mode~, but we wish to keep it distinct from other | 2826 | activates ~hl-line-mode~, but we wish to keep it distinct from other |
| 2827 | buffers. This is where ~face-remap-add-relative~ can be applied and may | 2827 | buffers. This is where ~face-remap-add-relative~ can be applied and may |
diff --git a/doc/misc/org.org b/doc/misc/org.org index 5423cf59759..31431a6ffc9 100644 --- a/doc/misc/org.org +++ b/doc/misc/org.org | |||
| @@ -16408,7 +16408,7 @@ The iCalendar format standard requires globally unique identifier---or | |||
| 16408 | UID---for each entry. The iCalendar export backend creates UIDs | 16408 | UID---for each entry. The iCalendar export backend creates UIDs |
| 16409 | during export. To save a copy of the UID in the Org file set the | 16409 | during export. To save a copy of the UID in the Org file set the |
| 16410 | variable ~org-icalendar-store-UID~. The backend looks for the =ID= | 16410 | variable ~org-icalendar-store-UID~. The backend looks for the =ID= |
| 16411 | property of the entry for re-using the same UID for subsequent | 16411 | property of the entry for reusing the same UID for subsequent |
| 16412 | exports. | 16412 | exports. |
| 16413 | 16413 | ||
| 16414 | Since a single Org entry can result in multiple iCalendar | 16414 | Since a single Org entry can result in multiple iCalendar |