aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorStefan Kangas2023-12-03 23:31:30 +0100
committerStefan Kangas2023-12-03 23:31:30 +0100
commit5f923ff1a6a8a9ff6f06dc49c8e0e2ceee111567 (patch)
tree9da1bc8ef27afceea49d2a554ba1f6eaca5b9694 /doc/misc
parenta1f88963f5d185551af143c0faa7854519706858 (diff)
downloademacs-5f923ff1a6a8a9ff6f06dc49c8e0e2ceee111567.tar.gz
emacs-5f923ff1a6a8a9ff6f06dc49c8e0e2ceee111567.zip
; Fix typos
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/calc.texi2
-rw-r--r--doc/misc/eglot.texi2
-rw-r--r--doc/misc/epa.texi4
-rw-r--r--doc/misc/modus-themes.org10
-rw-r--r--doc/misc/tramp.texi2
-rw-r--r--doc/misc/widget.texi6
6 files changed, 13 insertions, 13 deletions
diff --git a/doc/misc/calc.texi b/doc/misc/calc.texi
index de014bf0344..33d1f4160ff 100644
--- a/doc/misc/calc.texi
+++ b/doc/misc/calc.texi
@@ -11953,7 +11953,7 @@ trail pointer in various ways.
11953@cindex Retrieving previous results 11953@cindex Retrieving previous results
11954The @kbd{t y} (@code{calc-trail-yank}) command reads the selected value in 11954The @kbd{t y} (@code{calc-trail-yank}) command reads the selected value in
11955the trail and pushes it onto the Calculator stack. It allows you to 11955the trail and pushes it onto the Calculator stack. It allows you to
11956re-use any previously computed value without retyping. With a numeric 11956reuse any previously computed value without retyping. With a numeric
11957prefix argument @var{n}, it yanks the value @var{n} lines above the current 11957prefix argument @var{n}, it yanks the value @var{n} lines above the current
11958trail pointer. 11958trail pointer.
11959 11959
diff --git a/doc/misc/eglot.texi b/doc/misc/eglot.texi
index e1074bf9f0e..f7543193f18 100644
--- a/doc/misc/eglot.texi
+++ b/doc/misc/eglot.texi
@@ -1210,7 +1210,7 @@ in @ref{Project-specific configuration}. Here is an example:
1210@end lisp 1210@end lisp
1211 1211
1212Note that the global value of @code{eglot-workspace-configuration} is 1212Note that the global value of @code{eglot-workspace-configuration} is
1213always overriden if a directory-local value is detected. 1213always overridden if a directory-local value is detected.
1214 1214
1215@node JSONRPC objects in Elisp 1215@node JSONRPC objects in Elisp
1216@section JSONRPC objects in Elisp 1216@section JSONRPC objects in Elisp
diff --git a/doc/misc/epa.texi b/doc/misc/epa.texi
index 917fd588593..3d00bc111c0 100644
--- a/doc/misc/epa.texi
+++ b/doc/misc/epa.texi
@@ -456,9 +456,9 @@ public key, it does not prompt for a passphrase for the buffer save,
456but it will prompt for your passphrase for file reads every now and 456but it will prompt for your passphrase for file reads every now and
457then, depending on the GnuPG Agent cache configuration. 457then, depending on the GnuPG Agent cache configuration.
458 458
459@cindex tempory files created by easypg assistant 459@cindex temporary files created by easypg assistant
460To encrypt and decrypt files as described above EasyPG Assistant under 460To encrypt and decrypt files as described above EasyPG Assistant under
461certain circumstances uses intermediate tempory files that contain the 461certain circumstances uses intermediate temporary files that contain the
462plain-text contents of the files it processes. EasyPG Assistant 462plain-text contents of the files it processes. EasyPG Assistant
463creates them below the directory returned by function 463creates them below the directory returned by function
464@code{temporary-file-directory} (@pxref{Unique File Names, , 464@code{temporary-file-directory} (@pxref{Unique File Names, ,
diff --git a/doc/misc/modus-themes.org b/doc/misc/modus-themes.org
index 8cfa22df923..db7655e692c 100644
--- a/doc/misc/modus-themes.org
+++ b/doc/misc/modus-themes.org
@@ -4015,7 +4015,7 @@ height of the mode lines, but also remove their border:
4015#+end_src 4015#+end_src
4016 4016
4017The above relies on the ~set-face-attribute~ function, though users who 4017The above relies on the ~set-face-attribute~ function, though users who
4018plan to re-use colors from the theme and do so at scale are better off 4018plan to reuse colors from the theme and do so at scale are better off
4019with the more streamlined combination of the ~modus-themes-with-colors~ 4019with the more streamlined combination of the ~modus-themes-with-colors~
4020macro and ~custom-set-faces~. 4020macro and ~custom-set-faces~.
4021 4021
@@ -4023,7 +4023,7 @@ macro and ~custom-set-faces~.
4023 4023
4024As explained before in this document, this approach has a syntax that is 4024As explained before in this document, this approach has a syntax that is
4025consistent with the source code of the themes, so it probably is easier 4025consistent with the source code of the themes, so it probably is easier
4026to re-use parts of the design. 4026to reuse parts of the design.
4027 4027
4028The following emulates the stock Emacs style, while still using the 4028The following emulates the stock Emacs style, while still using the
4029colors of the Modus themes (whichever attribute is not explicitly stated 4029colors of the Modus themes (whichever attribute is not explicitly stated
@@ -5076,7 +5076,7 @@ advanced customization options of the themes.
5076[[#h:f4651d55-8c07-46aa-b52b-bed1e53463bb][Advanced customization]]. 5076[[#h:f4651d55-8c07-46aa-b52b-bed1e53463bb][Advanced customization]].
5077 5077
5078In the following example, we are assuming that the user wants to (i) 5078In the following example, we are assuming that the user wants to (i)
5079re-use color variables provided by the themes, (ii) be able to retain 5079reuse color variables provided by the themes, (ii) be able to retain
5080their tweaks while switching between ~modus-operandi~ and ~modus-vivendi~, 5080their tweaks while switching between ~modus-operandi~ and ~modus-vivendi~,
5081and (iii) have the option to highlight either the foreground of the 5081and (iii) have the option to highlight either the foreground of the
5082parentheses or the background as well. 5082parentheses or the background as well.
@@ -5096,7 +5096,7 @@ Then we can update our preference with this:
5096(setq my-highlight-parentheses-use-background nil) 5096(setq my-highlight-parentheses-use-background nil)
5097#+end_src 5097#+end_src
5098 5098
5099To re-use colors from the themes, we must wrap our code in the 5099To reuse colors from the themes, we must wrap our code in the
5100~modus-themes-with-colors~ macro. Our implementation must interface with 5100~modus-themes-with-colors~ macro. Our implementation must interface with
5101the variables ~highlight-parentheses-background-colors~ and/or 5101the variables ~highlight-parentheses-background-colors~ and/or
5102~highlight-parentheses-colors~. 5102~highlight-parentheses-colors~.
@@ -5770,7 +5770,7 @@ more effective than trying to do the same with either red or blue (the
5770latter is the least effective in that regard). 5770latter is the least effective in that regard).
5771 5771
5772When we need to work with several colors, it is always better to have 5772When we need to work with several colors, it is always better to have
5773sufficient manoeuvring space, especially since we cannot pick arbitrary 5773sufficient maneuvering space, especially since we cannot pick arbitrary
5774colors but only those that satisfy the accessibility objectives of the 5774colors but only those that satisfy the accessibility objectives of the
5775themes. 5775themes.
5776 5776
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index a4583a6074e..b604062c6c1 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -3619,7 +3619,7 @@ ssh@value{postfixhop}you@@remotehost@value{postfix}/path @key{RET}}
3619Each involved method must be an inline method (@pxref{Inline methods}). 3619Each involved method must be an inline method (@pxref{Inline methods}).
3620 3620
3621@value{tramp} adds the ad-hoc definitions on the fly to 3621@value{tramp} adds the ad-hoc definitions on the fly to
3622@code{tramp-default-proxies-alist} and is available for re-use during 3622@code{tramp-default-proxies-alist} and is available for reuse during
3623that Emacs session. Subsequent @value{tramp} connections to the same 3623that Emacs session. Subsequent @value{tramp} connections to the same
3624remote host can then use the shortcut form: 3624remote host can then use the shortcut form:
3625@samp{@trampfn{ssh,you@@remotehost,/path}}. 3625@samp{@trampfn{ssh,you@@remotehost,/path}}.
diff --git a/doc/misc/widget.texi b/doc/misc/widget.texi
index eb411f29c5c..e8b41315000 100644
--- a/doc/misc/widget.texi
+++ b/doc/misc/widget.texi
@@ -1703,7 +1703,7 @@ A variable that holds the history of field minibuffer edits.
1703 1703
1704@item :prompt-value 1704@item :prompt-value
1705A function that uses the @code{:prompt-internal} function and the 1705A function that uses the @code{:prompt-internal} function and the
1706@code{:prompt-history} value to prompt for a string, and retun the 1706@code{:prompt-history} value to prompt for a string, and return the
1707user response in the external format. 1707user response in the external format.
1708 1708
1709@item :action 1709@item :action
@@ -1714,7 +1714,7 @@ Function that takes care of creating the widget, respecting its
1714@code{:size} and @code{:value}. 1714@code{:size} and @code{:value}.
1715 1715
1716@item :value-set 1716@item :value-set
1717Function to use to modify programatically the current value of the 1717Function to use to modify programmatically the current value of the
1718widget. 1718widget.
1719 1719
1720@item :value-delete 1720@item :value-delete
@@ -2455,7 +2455,7 @@ difference from the @code{const} widget is that they will allow the
2455user to see the variable or function documentation for the symbol. 2455user to see the variable or function documentation for the symbol.
2456 2456
2457This is accomplished via using the @samp{%h} format escape, and adding 2457This is accomplished via using the @samp{%h} format escape, and adding
2458an appropiate @code{:documentation-property} function for each widget. 2458an appropriate @code{:documentation-property} function for each widget.
2459 2459
2460@deffn Widget variable-item 2460@deffn Widget variable-item
2461An immutable symbol that is bound as a variable. 2461An immutable symbol that is bound as a variable.