1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-16 19:00:55 -08:00

Fix typos in manuals

* doc/misc/eshell.texi (Completion):
* doc/lispref/objects.texi (Mutability): Fix typos.  (Bug#47738)
This commit is contained in:
Eli Zaretskii 2021-04-13 15:30:02 +03:00
parent 24d214652e
commit eedad01b4b
2 changed files with 3 additions and 3 deletions

View file

@ -2407,7 +2407,7 @@ that is evaluated. For example:
@noindent @noindent
Although the list @code{(0.5)} was mutable when it was created, it should not 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 reverse does not occur: an object that should not be changed never
becomes mutable afterwards. becomes mutable afterwards.

View file

@ -512,8 +512,8 @@ below the @code{completion-cycle-threshold}), press @kbd{M-?}.
@subsection pcomplete @subsection pcomplete
Pcomplete, short for programmable completion, is the completion Pcomplete, short for programmable completion, is the completion
library originally written for Eshell, but usable for command library originally written for Eshell, but usable for command
completion@footnote{Command completion as opposed to code completion, completion@footnote{Command completion, as opposed to code completion,
which is a beyond the scope of pcomplete.} in other modes. which is beyond the scope of pcomplete.} in other modes.
Completions are defined as functions (with @code{defun}) named Completions are defined as functions (with @code{defun}) named
@code{pcomplete/COMMAND}, where @code{COMMAND} is the name of the @code{pcomplete/COMMAND}, where @code{COMMAND} is the name of the