diff options
| author | Eli Zaretskii | 2018-09-27 18:48:06 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2018-09-27 18:48:06 +0300 |
| commit | d309994aff03200ed8ef9fadd98f69d6d3166701 (patch) | |
| tree | 151b703fd42848daf4257a689f665b720e8e955e | |
| parent | 25cdd65c4eeb34e7781c1d2bf38a245518e92185 (diff) | |
| download | emacs-d309994aff03200ed8ef9fadd98f69d6d3166701.tar.gz emacs-d309994aff03200ed8ef9fadd98f69d6d3166701.zip | |
Fix typos in documentation
* doc/misc/vhdl-mode.texi (Custom Indentation Functions):
* doc/misc/url.texi (Customization):
* doc/misc/tramp.texi (Overview):
* doc/misc/srecode.texi (Developing Template Functions):
* doc/misc/sieve.texi (Sieve Mode):
* doc/misc/reftex.texi (Options - Creating Citations):
* doc/misc/org.texi (Cooperation, Conflicts):
* doc/misc/gnus.texi (Misc Group Stuff):
* doc/misc/eshell.texi (Bugs and ideas):
* doc/misc/calc.texi (Summary):
* doc/man/emacsclient.1:
* doc/lispref/os.texi (Security Considerations):
* doc/lispref/control.texi (pcase Macro):
* CONTRIBUTE: Fix typos. Reported by Mak Kolybabi
<mak@kolybabi.com> (Bug#32853)
| -rw-r--r-- | CONTRIBUTE | 2 | ||||
| -rw-r--r-- | doc/lispref/control.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/os.texi | 2 | ||||
| -rw-r--r-- | doc/man/emacsclient.1 | 2 | ||||
| -rw-r--r-- | doc/misc/calc.texi | 2 | ||||
| -rw-r--r-- | doc/misc/eshell.texi | 2 | ||||
| -rw-r--r-- | doc/misc/gnus.texi | 2 | ||||
| -rw-r--r-- | doc/misc/org.texi | 4 | ||||
| -rw-r--r-- | doc/misc/reftex.texi | 2 | ||||
| -rw-r--r-- | doc/misc/sieve.texi | 2 | ||||
| -rw-r--r-- | doc/misc/srecode.texi | 2 | ||||
| -rw-r--r-- | doc/misc/tramp.texi | 2 | ||||
| -rw-r--r-- | doc/misc/url.texi | 2 | ||||
| -rw-r--r-- | doc/misc/vhdl-mode.texi | 2 |
14 files changed, 15 insertions, 15 deletions
diff --git a/CONTRIBUTE b/CONTRIBUTE index c4f424ce560..0b68052a0cd 100644 --- a/CONTRIBUTE +++ b/CONTRIBUTE | |||
| @@ -97,7 +97,7 @@ Otherwise do not mark it. | |||
| 97 | If your change requires updating the manuals to document new | 97 | If your change requires updating the manuals to document new |
| 98 | functions/commands/variables/faces, then use the proper Texinfo | 98 | functions/commands/variables/faces, then use the proper Texinfo |
| 99 | command to index them; for instance, use @vindex for variables and | 99 | command to index them; for instance, use @vindex for variables and |
| 100 | @findex for functions/commands. For the full list of predefine indices, see | 100 | @findex for functions/commands. For the full list of predefined indices, see |
| 101 | https://www.gnu.org/software/texinfo/manual/texinfo/html_node/Predefined-Indices.html | 101 | https://www.gnu.org/software/texinfo/manual/texinfo/html_node/Predefined-Indices.html |
| 102 | or run the shell command 'info "(texinfo)Predefined Indices"'. | 102 | or run the shell command 'info "(texinfo)Predefined Indices"'. |
| 103 | 103 | ||
diff --git a/doc/lispref/control.texi b/doc/lispref/control.texi index 9e1bd6b3ecb..5be4b298b46 100644 --- a/doc/lispref/control.texi +++ b/doc/lispref/control.texi | |||
| @@ -791,7 +791,7 @@ Here are some important details about that usage. | |||
| 791 | 791 | ||
| 792 | @enumerate | 792 | @enumerate |
| 793 | @item When @var{symbol} occurs more than once in @var{seqpat}, | 793 | @item When @var{symbol} occurs more than once in @var{seqpat}, |
| 794 | the second and subsequent occurances do not expand to re-binding, | 794 | the second and subsequent occurrences do not expand to re-binding, |
| 795 | but instead expand to an equality test using @code{eq}. | 795 | but instead expand to an equality test using @code{eq}. |
| 796 | 796 | ||
| 797 | The following example features a @code{pcase} form | 797 | The following example features a @code{pcase} form |
diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi index ed73a1c0319..fd1cf638e78 100644 --- a/doc/lispref/os.texi +++ b/doc/lispref/os.texi | |||
| @@ -3018,7 +3018,7 @@ Although Emacs normally respects access permissions of the underlying | |||
| 3018 | operating system, in some cases it handles accesses specially. For | 3018 | operating system, in some cases it handles accesses specially. For |
| 3019 | example, file names can have handlers that treat the files specially, | 3019 | example, file names can have handlers that treat the files specially, |
| 3020 | with their own access checking. @xref{Magic File Names}. Also, a | 3020 | with their own access checking. @xref{Magic File Names}. Also, a |
| 3021 | buffer can be read-only even if the corresponding file is writeable, | 3021 | buffer can be read-only even if the corresponding file is writable, |
| 3022 | and vice versa, which can result in messages such as @samp{File passwd | 3022 | and vice versa, which can result in messages such as @samp{File passwd |
| 3023 | is write-protected; try to save anyway? (yes or no)}. @xref{Read Only | 3023 | is write-protected; try to save anyway? (yes or no)}. @xref{Read Only |
| 3024 | Buffers}. | 3024 | Buffers}. |
diff --git a/doc/man/emacsclient.1 b/doc/man/emacsclient.1 index daaacab7f3e..5aaa6d1f083 100644 --- a/doc/man/emacsclient.1 +++ b/doc/man/emacsclient.1 | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | .\" See section COPYING for conditions for redistribution. | 1 | .\" See section COPYING for conditions for redistribution. |
| 2 | .TH EMACSCLIENT 1 | 2 | .TH EMACSCLIENT 1 |
| 3 | .\" NAME should be all caps, SECTION should be 1-8, maybe w/ subsection | 3 | .\" NAME should be all caps, SECTION should be 1-8, maybe w/ subsection |
| 4 | .\" other parms are allowed: see man(7), man(1) | 4 | .\" other params are allowed: see man(7), man(1) |
| 5 | .SH NAME | 5 | .SH NAME |
| 6 | emacsclient \- tells a running Emacs to visit a file | 6 | emacsclient \- tells a running Emacs to visit a file |
| 7 | .SH SYNOPSIS | 7 | .SH SYNOPSIS |
diff --git a/doc/misc/calc.texi b/doc/misc/calc.texi index 5e11d35e90e..fdec65a9a7f 100644 --- a/doc/misc/calc.texi +++ b/doc/misc/calc.texi | |||
| @@ -36249,7 +36249,7 @@ keystrokes are not listed in this summary. | |||
| 36249 | @c | 36249 | @c |
| 36250 | @r{ @: j + @:formula @: 27 @:calc-sel-add-both-sides@:} | 36250 | @r{ @: j + @:formula @: 27 @:calc-sel-add-both-sides@:} |
| 36251 | @r{ @: j - @:formula @: 27 @:calc-sel-sub-both-sides@:} | 36251 | @r{ @: j - @:formula @: 27 @:calc-sel-sub-both-sides@:} |
| 36252 | @r{ @: j * @:formula @: 27 @:calc-sel-mul-both-sides@:} | 36252 | @r{ @: j * @:formula @: 27 @:calc-sel-mult-both-sides@:} |
| 36253 | @r{ @: j / @:formula @: 27 @:calc-sel-div-both-sides@:} | 36253 | @r{ @: j / @:formula @: 27 @:calc-sel-div-both-sides@:} |
| 36254 | @r{ @: j & @: @: 27 @:calc-sel-invert@:} | 36254 | @r{ @: j & @: @: 27 @:calc-sel-invert@:} |
| 36255 | 36255 | ||
diff --git a/doc/misc/eshell.texi b/doc/misc/eshell.texi index b0d5603e0c9..ea1d070c2aa 100644 --- a/doc/misc/eshell.texi +++ b/doc/misc/eshell.texi | |||
| @@ -851,7 +851,7 @@ since. | |||
| 851 | 851 | ||
| 852 | Make it so that the Lisp command on the right of the pipe is repeatedly | 852 | Make it so that the Lisp command on the right of the pipe is repeatedly |
| 853 | called with the input strings as arguments. This will require changing | 853 | called with the input strings as arguments. This will require changing |
| 854 | @code{eshell-do-pipeline} to handle non-process targets. | 854 | @code{eshell-do-pipelines} to handle non-process targets. |
| 855 | 855 | ||
| 856 | @item Input redirection is not supported | 856 | @item Input redirection is not supported |
| 857 | 857 | ||
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index 6271cd66016..db0534e8a68 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi | |||
| @@ -4442,7 +4442,7 @@ generated. It may be used to modify the buffer in some strange, | |||
| 4442 | unnatural way. | 4442 | unnatural way. |
| 4443 | 4443 | ||
| 4444 | @item gnus-group-prepared-hook | 4444 | @item gnus-group-prepared-hook |
| 4445 | @vindex gnus-group-prepare-hook | 4445 | @vindex gnus-group-prepared-hook |
| 4446 | is called as the very last thing after the group buffer has been | 4446 | is called as the very last thing after the group buffer has been |
| 4447 | generated. It may be used to move point around, for instance. | 4447 | generated. It may be used to move point around, for instance. |
| 4448 | 4448 | ||
diff --git a/doc/misc/org.texi b/doc/misc/org.texi index 88cdb5f951b..60647e65e88 100644 --- a/doc/misc/org.texi +++ b/doc/misc/org.texi | |||
| @@ -17993,7 +17993,7 @@ supports Imenu menus. Enable it with a mode hook as follows: | |||
| 17993 | @end lisp | 17993 | @end lisp |
| 17994 | @vindex org-imenu-depth | 17994 | @vindex org-imenu-depth |
| 17995 | By default the Imenu index is two levels deep. Change the index depth using | 17995 | By default the Imenu index is two levels deep. Change the index depth using |
| 17996 | thes variable, @code{org-imenu-depth}. | 17996 | the variable @code{org-imenu-depth}. |
| 17997 | @item @file{speedbar.el} by Eric M. Ludlam | 17997 | @item @file{speedbar.el} by Eric M. Ludlam |
| 17998 | @cindex @file{speedbar.el} | 17998 | @cindex @file{speedbar.el} |
| 17999 | @cindex Ludlam, Eric M. | 17999 | @cindex Ludlam, Eric M. |
| @@ -18067,7 +18067,7 @@ different replacement keys, look at the variable @code{org-disputed-keys}. | |||
| 18067 | @cindex @file{ecomplete.el} | 18067 | @cindex @file{ecomplete.el} |
| 18068 | 18068 | ||
| 18069 | Ecomplete provides ``electric'' address completion in address header | 18069 | Ecomplete provides ``electric'' address completion in address header |
| 18070 | lines in message buffers. Sadly Orgtbl mode cuts ecompletes power | 18070 | lines in message buffers. Sadly Orgtbl mode cuts ecomplete's power |
| 18071 | supply: No completion happens when Orgtbl mode is enabled in message | 18071 | supply: No completion happens when Orgtbl mode is enabled in message |
| 18072 | buffers while entering text in address header lines. If one wants to | 18072 | buffers while entering text in address header lines. If one wants to |
| 18073 | use ecomplete one should @emph{not} follow the advice to automagically | 18073 | use ecomplete one should @emph{not} follow the advice to automagically |
diff --git a/doc/misc/reftex.texi b/doc/misc/reftex.texi index 2ea98cf5df1..4367d773e63 100644 --- a/doc/misc/reftex.texi +++ b/doc/misc/reftex.texi | |||
| @@ -4618,7 +4618,7 @@ return the string to insert into the buffer. | |||
| 4618 | 4618 | ||
| 4619 | @defopt reftex-cite-prompt-optional-args | 4619 | @defopt reftex-cite-prompt-optional-args |
| 4620 | Non-@code{nil} means, prompt for empty optional arguments in cite macros. | 4620 | Non-@code{nil} means, prompt for empty optional arguments in cite macros. |
| 4621 | When an entry in @code{reftex-cite-format} ist given with square brackets to | 4621 | When an entry in @code{reftex-cite-format} is given with square brackets to |
| 4622 | indicate optional arguments (for example @samp{\\cite[][]@{%l@}}), RefTeX can | 4622 | indicate optional arguments (for example @samp{\\cite[][]@{%l@}}), RefTeX can |
| 4623 | prompt for values. Possible values are: | 4623 | prompt for values. Possible values are: |
| 4624 | @example | 4624 | @example |
diff --git a/doc/misc/sieve.texi b/doc/misc/sieve.texi index 2d290b36885..cad3cd86469 100644 --- a/doc/misc/sieve.texi +++ b/doc/misc/sieve.texi | |||
| @@ -127,7 +127,7 @@ bindings to manage Sieve scripts remotely. @xref{Managing Sieve}. | |||
| 127 | @kindex C-c RET | 127 | @kindex C-c RET |
| 128 | @findex sieve-manage | 128 | @findex sieve-manage |
| 129 | @cindex manage remote sieve script | 129 | @cindex manage remote sieve script |
| 130 | Open a connection to a remote server using the Managesieve protocol. | 130 | Open a connection to a remote server using the Manage Sieve protocol. |
| 131 | 131 | ||
| 132 | @item C-c C-l | 132 | @item C-c C-l |
| 133 | @kindex C-c C-l | 133 | @kindex C-c C-l |
diff --git a/doc/misc/srecode.texi b/doc/misc/srecode.texi index 2987f629747..7d8416e9013 100644 --- a/doc/misc/srecode.texi +++ b/doc/misc/srecode.texi | |||
| @@ -1474,7 +1474,7 @@ to write your own function in order to provide your dictionaries with | |||
| 1474 | the values needed for custom templates. | 1474 | the values needed for custom templates. |
| 1475 | 1475 | ||
| 1476 | In this way, you can build your own code generator for any language | 1476 | In this way, you can build your own code generator for any language |
| 1477 | based on a set of predefined macros whos values you need to derive | 1477 | based on a set of predefined macros whose values you need to derive |
| 1478 | from Emacs Lisp code yourself. | 1478 | from Emacs Lisp code yourself. |
| 1479 | 1479 | ||
| 1480 | For example: | 1480 | For example: |
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index 222f6c86b9e..6e026837079 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi | |||
| @@ -300,7 +300,7 @@ into a buffer, and then deletes the temporary file. | |||
| 300 | 300 | ||
| 301 | @item | 301 | @item |
| 302 | Edit, modify, change the buffer contents as normal, and then save the | 302 | Edit, modify, change the buffer contents as normal, and then save the |
| 303 | buffer wth @kbd{C-x C-s}. | 303 | buffer with @kbd{C-x C-s}. |
| 304 | 304 | ||
| 305 | @item | 305 | @item |
| 306 | @value{tramp} transfers the buffer contents to the remote host in | 306 | @value{tramp} transfers the buffer contents to the remote host in |
diff --git a/doc/misc/url.texi b/doc/misc/url.texi index 1acf5f2319e..04bbc48dd2a 100644 --- a/doc/misc/url.texi +++ b/doc/misc/url.texi | |||
| @@ -1335,7 +1335,7 @@ The User Agent string used for sending @acronym{HTTP}/@acronym{HTTPS} | |||
| 1335 | requests. The value should be @code{nil}, which means that no | 1335 | requests. The value should be @code{nil}, which means that no |
| 1336 | @samp{User-Agent} header is generated, @code{default}, which means | 1336 | @samp{User-Agent} header is generated, @code{default}, which means |
| 1337 | that a string is generated based on the setting of | 1337 | that a string is generated based on the setting of |
| 1338 | @code{url-privacy-leve}, a string or a function of no arguments that | 1338 | @code{url-privacy-level}, a string or a function of no arguments that |
| 1339 | returns a string. | 1339 | returns a string. |
| 1340 | 1340 | ||
| 1341 | The default is @code{default}, which means that the | 1341 | The default is @code{default}, which means that the |
diff --git a/doc/misc/vhdl-mode.texi b/doc/misc/vhdl-mode.texi index 8fc75106d52..c0efdbf75f4 100644 --- a/doc/misc/vhdl-mode.texi +++ b/doc/misc/vhdl-mode.texi | |||
| @@ -734,7 +734,7 @@ operator on the first line of the statement. Here is the lisp code | |||
| 734 | Custom indent functions take a single argument, which is a syntactic | 734 | Custom indent functions take a single argument, which is a syntactic |
| 735 | component cons cell (see @ref{Syntactic Analysis}). The | 735 | component cons cell (see @ref{Syntactic Analysis}). The |
| 736 | function returns an integer offset value that will be added to the | 736 | function returns an integer offset value that will be added to the |
| 737 | running total indentation for the lne. Note that what actually gets | 737 | running total indentation for the line. Note that what actually gets |
| 738 | returned is the difference between the column that the signal assignment | 738 | returned is the difference between the column that the signal assignment |
| 739 | operator is on, and the column of the buffer relative position passed in | 739 | operator is on, and the column of the buffer relative position passed in |
| 740 | the function's argument. Remember that VHDL Mode automatically | 740 | the function's argument. Remember that VHDL Mode automatically |