From: Eli Zaretskii Date: Sun, 4 Dec 2022 12:42:07 +0000 (+0200) Subject: ; * lisp/pcomplete.el (pcomplete-allow-modifications): Fix a typo. X-Git-Tag: emacs-29.0.90~1354 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3768b1007775d58c3cadb1b3198209e71afefc52;p=emacs.git ; * lisp/pcomplete.el (pcomplete-allow-modifications): Fix a typo. --- diff --git a/lisp/pcomplete.el b/lisp/pcomplete.el index ef286b70fe0..8be026b5a82 100644 --- a/lisp/pcomplete.el +++ b/lisp/pcomplete.el @@ -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