emacs-diffs
[Top][All Lists]
Advanced

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

emacs-27 eedad01: Fix typos in manuals


From: Eli Zaretskii
Subject: emacs-27 eedad01: Fix typos in manuals
Date: Tue, 13 Apr 2021 08:30:46 -0400 (EDT)

branch: emacs-27
commit eedad01b4bd8db2e8af087d8810c99c8f00a86af
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    Fix typos in manuals
    
    * doc/misc/eshell.texi (Completion):
    * doc/lispref/objects.texi (Mutability): Fix typos.  (Bug#47738)
---
 doc/lispref/objects.texi | 2 +-
 doc/misc/eshell.texi     | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/lispref/objects.texi b/doc/lispref/objects.texi
index 9994981..51f7985 100644
--- a/doc/lispref/objects.texi
+++ b/doc/lispref/objects.texi
@@ -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.
 
diff --git a/doc/misc/eshell.texi b/doc/misc/eshell.texi
index 0d3d389..66f5413 100644
--- a/doc/misc/eshell.texi
+++ b/doc/misc/eshell.texi
@@ -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



reply via email to

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