summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2018-03-19 11:41:40 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2018-03-19 11:44:53 -0700
commit6b2210cc29283fe14d86ecf40a671e632efa5ca0 (patch)
tree394405318f460dcbe6c0ec314dcd7fa1bc892c5c
parent067c8c4f5b0fdb8a34691c977501c275bc765cca (diff)
downloademacs-6b2210cc29283fe14d86ecf40a671e632efa5ca0.tar.gz
emacs-6b2210cc29283fe14d86ecf40a671e632efa5ca0.tar.bz2
emacs-6b2210cc29283fe14d86ecf40a671e632efa5ca0.zip
; Spelling fix
-rw-r--r--lisp/eshell/em-cmpl.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/eshell/em-cmpl.el b/lisp/eshell/em-cmpl.el
index b56cf168a2b..f4b7872f8c9 100644
--- a/lisp/eshell/em-cmpl.el
+++ b/lisp/eshell/em-cmpl.el
@@ -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")