emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 d309994: Fix typos in documentation


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 d309994: Fix typos in documentation
Date: Thu, 27 Sep 2018 11:49:02 -0400 (EDT)

branch: emacs-26
commit d309994aff03200ed8ef9fadd98f69d6d3166701
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    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
    <address@hidden>  (Bug#32853)
---
 CONTRIBUTE               | 2 +-
 doc/lispref/control.texi | 2 +-
 doc/lispref/os.texi      | 2 +-
 doc/man/emacsclient.1    | 2 +-
 doc/misc/calc.texi       | 2 +-
 doc/misc/eshell.texi     | 2 +-
 doc/misc/gnus.texi       | 2 +-
 doc/misc/org.texi        | 4 ++--
 doc/misc/reftex.texi     | 2 +-
 doc/misc/sieve.texi      | 2 +-
 doc/misc/srecode.texi    | 2 +-
 doc/misc/tramp.texi      | 2 +-
 doc/misc/url.texi        | 2 +-
 doc/misc/vhdl-mode.texi  | 2 +-
 14 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/CONTRIBUTE b/CONTRIBUTE
index c4f424c..0b68052 100644
--- a/CONTRIBUTE
+++ b/CONTRIBUTE
@@ -97,7 +97,7 @@ Otherwise do not mark it.
 If your change requires updating the manuals to document new
 functions/commands/variables/faces, then use the proper Texinfo
 command to index them; for instance, use @vindex for variables and
address@hidden for functions/commands.  For the full list of predefine indices, 
see
address@hidden for functions/commands.  For the full list of predefined 
indices, see
 
https://www.gnu.org/software/texinfo/manual/texinfo/html_node/Predefined-Indices.html
 or run the shell command 'info "(texinfo)Predefined Indices"'.
 
diff --git a/doc/lispref/control.texi b/doc/lispref/control.texi
index 9e1bd6b..5be4b29 100644
--- a/doc/lispref/control.texi
+++ b/doc/lispref/control.texi
@@ -791,7 +791,7 @@ Here are some important details about that usage.
 
 @enumerate
 @item When @var{symbol} occurs more than once in @var{seqpat},
-the second and subsequent occurances do not expand to re-binding,
+the second and subsequent occurrences do not expand to re-binding,
 but instead expand to an equality test using @code{eq}.
 
 The following example features a @code{pcase} form
diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi
index ed73a1c..fd1cf63 100644
--- a/doc/lispref/os.texi
+++ b/doc/lispref/os.texi
@@ -3018,7 +3018,7 @@ Although Emacs normally respects access permissions of 
the underlying
 operating system, in some cases it handles accesses specially.  For
 example, file names can have handlers that treat the files specially,
 with their own access checking.  @xref{Magic File Names}.  Also, a
-buffer can be read-only even if the corresponding file is writeable,
+buffer can be read-only even if the corresponding file is writable,
 and vice versa, which can result in messages such as @samp{File passwd
 is write-protected; try to save anyway? (yes or no)}.  @xref{Read Only
 Buffers}.
diff --git a/doc/man/emacsclient.1 b/doc/man/emacsclient.1
index daaacab..5aaa6d1 100644
--- a/doc/man/emacsclient.1
+++ b/doc/man/emacsclient.1
@@ -1,7 +1,7 @@
 .\" See section COPYING for conditions for redistribution.
 .TH EMACSCLIENT 1
 .\" NAME should be all caps, SECTION should be 1-8, maybe w/ subsection
-.\" other parms are allowed: see man(7), man(1)
+.\" other params are allowed: see man(7), man(1)
 .SH NAME
 emacsclient \- tells a running Emacs to visit a file
 .SH SYNOPSIS
diff --git a/doc/misc/calc.texi b/doc/misc/calc.texi
index 5e11d35..fdec65a 100644
--- a/doc/misc/calc.texi
+++ b/doc/misc/calc.texi
@@ -36249,7 +36249,7 @@ keystrokes are not listed in this summary.
 @c
 @r{       @:      j +   @:formula      @:    27  @:calc-sel-add-both-sides@:}
 @r{       @:      j -   @:formula      @:    27  @:calc-sel-sub-both-sides@:}
address@hidden       @:      j *   @:formula      @:    27  
@:calc-sel-mul-both-sides@:}
address@hidden       @:      j *   @:formula      @:    27  
@:calc-sel-mult-both-sides@:}
 @r{       @:      j /   @:formula      @:    27  @:calc-sel-div-both-sides@:}
 @r{       @:      j &   @:             @:    27  @:calc-sel-invert@:}
 
diff --git a/doc/misc/eshell.texi b/doc/misc/eshell.texi
index b0d5603..ea1d070 100644
--- a/doc/misc/eshell.texi
+++ b/doc/misc/eshell.texi
@@ -851,7 +851,7 @@ since.
 
 Make it so that the Lisp command on the right of the pipe is repeatedly
 called with the input strings as arguments.  This will require changing
address@hidden to handle non-process targets.
address@hidden to handle non-process targets.
 
 @item Input redirection is not supported
 
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index 6271cd6..db0534e 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,
 unnatural way.
 
 @item gnus-group-prepared-hook
address@hidden gnus-group-prepare-hook
address@hidden gnus-group-prepared-hook
 is called as the very last thing after the group buffer has been
 generated.  It may be used to move point around, for instance.
 
diff --git a/doc/misc/org.texi b/doc/misc/org.texi
index 88cdb5f..60647e6 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:
 @end lisp
 @vindex org-imenu-depth
 By default the Imenu index is two levels deep.  Change the index depth using
-thes variable, @code{org-imenu-depth}.
+the variable @code{org-imenu-depth}.
 @item @file{speedbar.el} by Eric M. Ludlam
 @cindex @file{speedbar.el}
 @cindex Ludlam, Eric M.
@@ -18067,7 +18067,7 @@ different replacement keys, look at the variable 
@code{org-disputed-keys}.
 @cindex @file{ecomplete.el}
 
 Ecomplete provides ``electric'' address completion in address header
-lines in message buffers.  Sadly Orgtbl mode cuts ecompletes power
+lines in message buffers.  Sadly Orgtbl mode cuts ecomplete's power
 supply: No completion happens when Orgtbl mode is enabled in message
 buffers while entering text in address header lines.  If one wants to
 use ecomplete one should @emph{not} follow the advice to automagically
diff --git a/doc/misc/reftex.texi b/doc/misc/reftex.texi
index 2ea98cf..4367d77 100644
--- a/doc/misc/reftex.texi
+++ b/doc/misc/reftex.texi
@@ -4618,7 +4618,7 @@ return the string to insert into the buffer.
 
 @defopt reftex-cite-prompt-optional-args
 address@hidden means, prompt for empty optional arguments in cite macros.
-When an entry in @code{reftex-cite-format} ist given with square brackets to
+When an entry in @code{reftex-cite-format} is given with square brackets to
 indicate optional arguments (for example @address@hidden@}}), RefTeX can
 prompt for values.  Possible values are:
 @example
diff --git a/doc/misc/sieve.texi b/doc/misc/sieve.texi
index 2d290b3..cad3cd8 100644
--- a/doc/misc/sieve.texi
+++ b/doc/misc/sieve.texi
@@ -127,7 +127,7 @@ bindings to manage Sieve scripts remotely. @xref{Managing 
Sieve}.
 @kindex C-c RET
 @findex sieve-manage
 @cindex manage remote sieve script
-Open a connection to a remote server using the Managesieve protocol.
+Open a connection to a remote server using the Manage Sieve protocol.
 
 @item C-c C-l
 @kindex C-c C-l
diff --git a/doc/misc/srecode.texi b/doc/misc/srecode.texi
index 2987f62..7d8416e 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
 the values needed for custom templates.
 
 In this way, you can build your own code generator for any language
-based on a set of predefined macros whos values you need to derive
+based on a set of predefined macros whose values you need to derive
 from Emacs Lisp code yourself.
 
 For example:
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index 222f6c8..6e02683 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -300,7 +300,7 @@ into a buffer, and then deletes the temporary file.
 
 @item
 Edit, modify, change the buffer contents as normal, and then save the
-buffer wth @kbd{C-x C-s}.
+buffer with @kbd{C-x C-s}.
 
 @item
 @value{tramp} transfers the buffer contents to the remote host in
diff --git a/doc/misc/url.texi b/doc/misc/url.texi
index 1acf5f2..04bbc48 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}
 requests.  The value should be @code{nil}, which means that no
 @samp{User-Agent} header is generated, @code{default}, which means
 that a string is generated based on the setting of
address@hidden, a string or a function of no arguments that
address@hidden, a string or a function of no arguments that
 returns a string.
 
 The default is @code{default}, which means that the
diff --git a/doc/misc/vhdl-mode.texi b/doc/misc/vhdl-mode.texi
index 8fc7510..c0efdbf 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
 Custom indent functions take a single argument, which is a syntactic
 component cons cell (see @ref{Syntactic Analysis}).  The
 function returns an integer offset value that will be added to the
-running total indentation for the lne.  Note that what actually gets
+running total indentation for the line.  Note that what actually gets
 returned is the difference between the column that the signal assignment
 operator is on, and the column of the buffer relative position passed in
 the function's argument.  Remember that VHDL Mode automatically



reply via email to

[Prev in Thread] Current Thread [Next in Thread]