diff options
| author | Stefan Kangas | 2023-12-03 23:31:30 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2023-12-03 23:31:30 +0100 |
| commit | 5f923ff1a6a8a9ff6f06dc49c8e0e2ceee111567 (patch) | |
| tree | 9da1bc8ef27afceea49d2a554ba1f6eaca5b9694 /doc/misc | |
| parent | a1f88963f5d185551af143c0faa7854519706858 (diff) | |
| download | emacs-5f923ff1a6a8a9ff6f06dc49c8e0e2ceee111567.tar.gz emacs-5f923ff1a6a8a9ff6f06dc49c8e0e2ceee111567.zip | |
; Fix typos
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/calc.texi | 2 | ||||
| -rw-r--r-- | doc/misc/eglot.texi | 2 | ||||
| -rw-r--r-- | doc/misc/epa.texi | 4 | ||||
| -rw-r--r-- | doc/misc/modus-themes.org | 10 | ||||
| -rw-r--r-- | doc/misc/tramp.texi | 2 | ||||
| -rw-r--r-- | doc/misc/widget.texi | 6 |
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 |
| 11954 | The @kbd{t y} (@code{calc-trail-yank}) command reads the selected value in | 11954 | The @kbd{t y} (@code{calc-trail-yank}) command reads the selected value in |
| 11955 | the trail and pushes it onto the Calculator stack. It allows you to | 11955 | the trail and pushes it onto the Calculator stack. It allows you to |
| 11956 | re-use any previously computed value without retyping. With a numeric | 11956 | reuse any previously computed value without retyping. With a numeric |
| 11957 | prefix argument @var{n}, it yanks the value @var{n} lines above the current | 11957 | prefix argument @var{n}, it yanks the value @var{n} lines above the current |
| 11958 | trail pointer. | 11958 | trail 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 | ||
| 1212 | Note that the global value of @code{eglot-workspace-configuration} is | 1212 | Note that the global value of @code{eglot-workspace-configuration} is |
| 1213 | always overriden if a directory-local value is detected. | 1213 | always 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, | |||
| 456 | but it will prompt for your passphrase for file reads every now and | 456 | but it will prompt for your passphrase for file reads every now and |
| 457 | then, depending on the GnuPG Agent cache configuration. | 457 | then, 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 |
| 460 | To encrypt and decrypt files as described above EasyPG Assistant under | 460 | To encrypt and decrypt files as described above EasyPG Assistant under |
| 461 | certain circumstances uses intermediate tempory files that contain the | 461 | certain circumstances uses intermediate temporary files that contain the |
| 462 | plain-text contents of the files it processes. EasyPG Assistant | 462 | plain-text contents of the files it processes. EasyPG Assistant |
| 463 | creates them below the directory returned by function | 463 | creates 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 | ||
| 4017 | The above relies on the ~set-face-attribute~ function, though users who | 4017 | The above relies on the ~set-face-attribute~ function, though users who |
| 4018 | plan to re-use colors from the theme and do so at scale are better off | 4018 | plan to reuse colors from the theme and do so at scale are better off |
| 4019 | with the more streamlined combination of the ~modus-themes-with-colors~ | 4019 | with the more streamlined combination of the ~modus-themes-with-colors~ |
| 4020 | macro and ~custom-set-faces~. | 4020 | macro and ~custom-set-faces~. |
| 4021 | 4021 | ||
| @@ -4023,7 +4023,7 @@ macro and ~custom-set-faces~. | |||
| 4023 | 4023 | ||
| 4024 | As explained before in this document, this approach has a syntax that is | 4024 | As explained before in this document, this approach has a syntax that is |
| 4025 | consistent with the source code of the themes, so it probably is easier | 4025 | consistent with the source code of the themes, so it probably is easier |
| 4026 | to re-use parts of the design. | 4026 | to reuse parts of the design. |
| 4027 | 4027 | ||
| 4028 | The following emulates the stock Emacs style, while still using the | 4028 | The following emulates the stock Emacs style, while still using the |
| 4029 | colors of the Modus themes (whichever attribute is not explicitly stated | 4029 | colors 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 | ||
| 5078 | In the following example, we are assuming that the user wants to (i) | 5078 | In the following example, we are assuming that the user wants to (i) |
| 5079 | re-use color variables provided by the themes, (ii) be able to retain | 5079 | reuse color variables provided by the themes, (ii) be able to retain |
| 5080 | their tweaks while switching between ~modus-operandi~ and ~modus-vivendi~, | 5080 | their tweaks while switching between ~modus-operandi~ and ~modus-vivendi~, |
| 5081 | and (iii) have the option to highlight either the foreground of the | 5081 | and (iii) have the option to highlight either the foreground of the |
| 5082 | parentheses or the background as well. | 5082 | parentheses 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 | ||
| 5099 | To re-use colors from the themes, we must wrap our code in the | 5099 | To 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 |
| 5101 | the variables ~highlight-parentheses-background-colors~ and/or | 5101 | the 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 | |||
| 5770 | latter is the least effective in that regard). | 5770 | latter is the least effective in that regard). |
| 5771 | 5771 | ||
| 5772 | When we need to work with several colors, it is always better to have | 5772 | When we need to work with several colors, it is always better to have |
| 5773 | sufficient manoeuvring space, especially since we cannot pick arbitrary | 5773 | sufficient maneuvering space, especially since we cannot pick arbitrary |
| 5774 | colors but only those that satisfy the accessibility objectives of the | 5774 | colors but only those that satisfy the accessibility objectives of the |
| 5775 | themes. | 5775 | themes. |
| 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}} | |||
| 3619 | Each involved method must be an inline method (@pxref{Inline methods}). | 3619 | Each 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 |
| 3623 | that Emacs session. Subsequent @value{tramp} connections to the same | 3623 | that Emacs session. Subsequent @value{tramp} connections to the same |
| 3624 | remote host can then use the shortcut form: | 3624 | remote 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 |
| 1705 | A function that uses the @code{:prompt-internal} function and the | 1705 | A 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 |
| 1707 | user response in the external format. | 1707 | user 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 |
| 1717 | Function to use to modify programatically the current value of the | 1717 | Function to use to modify programmatically the current value of the |
| 1718 | widget. | 1718 | widget. |
| 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 | |||
| 2455 | user to see the variable or function documentation for the symbol. | 2455 | user to see the variable or function documentation for the symbol. |
| 2456 | 2456 | ||
| 2457 | This is accomplished via using the @samp{%h} format escape, and adding | 2457 | This is accomplished via using the @samp{%h} format escape, and adding |
| 2458 | an appropiate @code{:documentation-property} function for each widget. | 2458 | an appropriate @code{:documentation-property} function for each widget. |
| 2459 | 2459 | ||
| 2460 | @deffn Widget variable-item | 2460 | @deffn Widget variable-item |
| 2461 | An immutable symbol that is bound as a variable. | 2461 | An immutable symbol that is bound as a variable. |