From: Stefan Kangas Date: Tue, 3 Nov 2020 01:04:22 +0000 (+0100) Subject: ; * lisp/pcomplete.el: Fix typo. X-Git-Tag: emacs-28.0.90~5271 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e1644c065e3d31c1c01456322ec1a37208eb3bd3;p=emacs.git ; * lisp/pcomplete.el: Fix typo. --- 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)