aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorStefan Kangas2024-06-16 21:59:42 +0200
committerStefan Kangas2024-06-16 22:38:26 +0200
commitc0eefebabfee011f0ec7631d055e482e4965a24d (patch)
treeca50616f960b0a16c7c79fe406c01b016e156e1c /doc/misc
parent90234ba7f024f3dae342689b47930835e4904503 (diff)
downloademacs-c0eefebabfee011f0ec7631d055e482e4965a24d.tar.gz
emacs-c0eefebabfee011f0ec7631d055e482e4965a24d.zip
; Fix typos
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/calc.texi2
-rw-r--r--doc/misc/modus-themes.org4
-rw-r--r--doc/misc/org.org2
3 files changed, 4 insertions, 4 deletions
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
18975The @kbd{k a} (@code{calc-random-again}) command produces another random 18975The @kbd{k a} (@code{calc-random-again}) command produces another random
18976number, re-using the most recent value of @expr{M}. With a numeric 18976number, reusing the most recent value of @expr{M}. With a numeric
18977prefix argument @var{n}, it produces @var{n} more random numbers using 18977prefix argument @var{n}, it produces @var{n} more random numbers using
18978that value of @expr{M}. 18978that 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
487specs. It quite literally loads (or reloads) the theme. Whereas the 487specs. 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
489of the list of enabled items, re-using whatever state was last loaded. 489of the list of enabled items, reusing whatever state was last loaded.
490 490
491As such, ~load-theme~ reads all customizations that may happen during 491As such, ~load-theme~ reads all customizations that may happen during
492any given Emacs session: even after the initial setup of a theme. 492any 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
2823There are cases where we need to change the buffer-local attributes of a 2823There are cases where we need to change the buffer-local attributes of a
2824face. This might be because we have our own minor mode that re-uses a 2824face. This might be because we have our own minor mode that reuses a
2825face for a particular purpose, such as a line selection tool that 2825face for a particular purpose, such as a line selection tool that
2826activates ~hl-line-mode~, but we wish to keep it distinct from other 2826activates ~hl-line-mode~, but we wish to keep it distinct from other
2827buffers. This is where ~face-remap-add-relative~ can be applied and may 2827buffers. 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
16408UID---for each entry. The iCalendar export backend creates UIDs 16408UID---for each entry. The iCalendar export backend creates UIDs
16409during export. To save a copy of the UID in the Org file set the 16409during export. To save a copy of the UID in the Org file set the
16410variable ~org-icalendar-store-UID~. The backend looks for the =ID= 16410variable ~org-icalendar-store-UID~. The backend looks for the =ID=
16411property of the entry for re-using the same UID for subsequent 16411property of the entry for reusing the same UID for subsequent
16412exports. 16412exports.
16413 16413
16414Since a single Org entry can result in multiple iCalendar 16414Since a single Org entry can result in multiple iCalendar