emacs-diffs
[Top][All Lists]
Advanced

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

emacs-29 3768b100777: ; * lisp/pcomplete.el (pcomplete-allow-modificatio


From: Eli Zaretskii
Subject: emacs-29 3768b100777: ; * lisp/pcomplete.el (pcomplete-allow-modifications): Fix a typo.
Date: Sun, 4 Dec 2022 07:42:47 -0500 (EST)

branch: emacs-29
commit 3768b1007775d58c3cadb1b3198209e71afefc52
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * 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



reply via email to

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