From 3768b1007775d58c3cadb1b3198209e71afefc52 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 4 Dec 2022 14:42:07 +0200 Subject: [PATCH] ; * lisp/pcomplete.el (pcomplete-allow-modifications): Fix a typo. --- lisp/pcomplete.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5