; * lisp/pcomplete.el (pcomplete-allow-modifications): Fix a typo.

This commit is contained in:
Eli Zaretskii 2022-12-04 14:42:07 +02:00
parent 84214578f5
commit 3768b10077

View file

@ -193,7 +193,7 @@ and how is entirely up to the behavior of the
"If non-nil, allow effects in `pcomplete-parse-arguments-function'.
For the `pcomplete' command, it was common for functions in
`pcomplete-parse-arguments-function' to make modifications to the
buffer, like expanding variables are such.
buffer, like expanding variables and such.
For `completion-at-point-functions', this is not an option any more, so
this variable is used to tell `pcomplete-parse-arguments-function'
whether it can do the modifications like it used to, or whether