summaryrefslogtreecommitdiff
path: root/lisp/pcomplete.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2020-11-03 02:04:22 +0100
committerStefan Kangas <stefan@marxist.se>2020-11-03 02:04:22 +0100
commite1644c065e3d31c1c01456322ec1a37208eb3bd3 (patch)
treef3148775c581df7055a443470c6f383450bb7703 /lisp/pcomplete.el
parenta7374f668b0db27f0e8430d085fbf7f2655b8c7f (diff)
downloademacs-e1644c065e3d31c1c01456322ec1a37208eb3bd3.tar.gz
emacs-e1644c065e3d31c1c01456322ec1a37208eb3bd3.tar.bz2
emacs-e1644c065e3d31c1c01456322ec1a37208eb3bd3.zip
; * lisp/pcomplete.el: Fix typo.
Diffstat (limited to 'lisp/pcomplete.el')
-rw-r--r--lisp/pcomplete.el2
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)