]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typos in manuals
authorEli Zaretskii <eliz@gnu.org>
Tue, 13 Apr 2021 12:30:02 +0000 (15:30 +0300)
committerEli Zaretskii <eliz@gnu.org>
Tue, 13 Apr 2021 12:30:02 +0000 (15:30 +0300)
* doc/misc/eshell.texi (Completion):
* doc/lispref/objects.texi (Mutability): Fix typos.  (Bug#47738)

doc/lispref/objects.texi
doc/misc/eshell.texi

index 99949815eddd2335e7f12c3d2b3ab37e1c78b436..51f7985825dd2256545c4233bca793fb4b1219c4 100644 (file)
@@ -2407,7 +2407,7 @@ that is evaluated.  For example:
 
 @noindent
 Although the list @code{(0.5)} was mutable when it was created, it should not
-have been changed via @code{setcar} because it given to @code{eval}.  The
+have been changed via @code{setcar} because it was given to @code{eval}.  The
 reverse does not occur: an object that should not be changed never
 becomes mutable afterwards.
 
index 0d3d38915012e50a69ca71824e79b5d25d9bfa44..66f54137505011c7bc9f15c065a5e3d61d6d65a8 100644 (file)
@@ -512,8 +512,8 @@ below the @code{completion-cycle-threshold}), press @kbd{M-?}.
 @subsection pcomplete
 Pcomplete, short for programmable completion, is the completion
 library originally written for Eshell, but usable for command
-completion@footnote{Command completion as opposed to code completion,
-which is a beyond the scope of pcomplete.}  in other modes.
+completion@footnote{Command completion, as opposed to code completion,
+which is beyond the scope of pcomplete.} in other modes.
 
 Completions are defined as functions (with @code{defun}) named
 @code{pcomplete/COMMAND}, where @code{COMMAND} is the name of the