diff options
Diffstat (limited to 'lisp/pcomplete.el')
-rw-r--r-- | lisp/pcomplete.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/pcomplete.el b/lisp/pcomplete.el index 014f9628b99..679f2e93e03 100644 --- a/lisp/pcomplete.el +++ b/lisp/pcomplete.el @@ -352,7 +352,7 @@ modified to be an empty string, or the desired separation string." (defvar pcomplete-show-list nil) (defvar pcomplete-expand-only-p nil) -;; for the sake of the bye-compiler, when compiling other files that +;; for the sake of the byte-compiler, when compiling other files that ;; contain completion functions (defvar pcomplete-args nil) (defvar pcomplete-begins nil) |