]> git.eshelyaron.com Git - emacs.git/commitdiff
; Spelling fix
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 19 Mar 2018 18:41:40 +0000 (11:41 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 19 Mar 2018 18:44:53 +0000 (11:44 -0700)
lisp/eshell/em-cmpl.el

index b56cf168a2b158b5b17456a82a7dcd7b78968ce2..f4b7872f8c9952fe1a74ed08e3bd71cec6ef21df 100644 (file)
@@ -167,7 +167,7 @@ to writing a completion function."
   (eshell-cmpl--custom-variable-docstring 'pcomplete-suffix-list)
   :type (get 'pcomplete-suffix-list 'custom-type)
   :group 'pcomplete)
-;; Only labelled obsolete in 26.1, but all it does it set
+;; Only labeled obsolete in 26.1, but all it does it set
 ;; pcomplete-suffix-list, which is itself obsolete since 24.1.
 (make-obsolete-variable 'eshell-cmpl-suffix-list nil "24.1")