diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-11-17 09:31:46 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-11-17 09:34:24 +0100 |
commit | 93036209fae87dc620b27b2ce2e0146e6252113c (patch) | |
tree | 34552a98807db1f69c0bddf1be920fea619981c0 /lisp/progmodes/eglot.el | |
parent | 32f36db4f89deb453f401c3d66cbb02c61f2c838 (diff) | |
download | emacs-93036209fae87dc620b27b2ce2e0146e6252113c.tar.gz emacs-93036209fae87dc620b27b2ce2e0146e6252113c.tar.bz2 emacs-93036209fae87dc620b27b2ce2e0146e6252113c.zip |
; Fix typos (duplicate words)
Diffstat (limited to 'lisp/progmodes/eglot.el')
-rw-r--r-- | lisp/progmodes/eglot.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el index 397c8e0937c..3d090a652aa 100644 --- a/lisp/progmodes/eglot.el +++ b/lisp/progmodes/eglot.el @@ -9,7 +9,7 @@ ;; Keywords: convenience, languages ;; Package-Requires: ((emacs "26.3") (jsonrpc "1.0.14") (flymake "1.2.1") (project "0.3.0") (xref "1.0.1") (eldoc "1.11.0") (seq "2.23")) -;; This is is a GNU ELPA :core package. Avoid adding functionality +;; This is a GNU ELPA :core package. Avoid adding functionality ;; that is not available in the version of Emacs recorded above or any ;; of the package dependencies. |