diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 16:29:54 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 18:21:31 -0700 |
commit | b9c0d5446cbbfa4ab582a9f899821cb168f8c3a0 (patch) | |
tree | a3d33d79d158601327573a7b7a186cd84272d38e /gnu | |
parent | 4dc559ab49bc4e7d102909f469317c9d668cc52c (diff) | |
download | patches-b9c0d5446cbbfa4ab582a9f899821cb168f8c3a0.tar patches-b9c0d5446cbbfa4ab582a9f899821cb168f8c3a0.tar.gz |
gnu: emacs-lsp-mode: Fix typo "implementation".
* gnu/packages/emacs-xyz (emacs-lsp-mode)[description]: Fix typo.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index a8b73e4995..1b7b7a304c 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -14442,7 +14442,7 @@ the standard @code{Dockerfile} file format.") ("emacs-spinner" ,emacs-spinner))) (home-page "https://github.com/emacs-lsp/lsp-mode") (synopsis "Emacs client and library for the Language Server Protocol") - (description "@code{LSP-mode} is a client and library implmentation for + (description "@code{LSP-mode} is a client and library implementation for the Language Server Protocol. This mode aims to provide an IDE-like experience by providing optional integration with other popular Emacs packages like @code{company}, @code{flycheck}, and @code{projectile}.") |