gnu: emacs-helm-lsp: Fix description.
authorBrian Leung <leungbk@mailfence.com>
Wed, 25 Sep 2019 01:13:08 +0000 (03:13 +0200)
committerBrian Leung <leungbk@mailfence.com>
Wed, 25 Sep 2019 03:57:27 +0000 (05:57 +0200)
* gnu/packages/emacs-xyz.scm (emacs-helm-lsp): Fix description.

gnu/packages/emacs-xyz.scm

index 21ce76d..4ee53fb 100644 (file)
@@ -16695,10 +16695,10 @@ and code peeking.")
          ("emacs-lsp-mode" ,emacs-lsp-mode)
          ("emacs-dash" ,emacs-dash)))
       (home-page "https://github.com/emacs-lsp/helm-lsp")
-      (synopsis "Convert keyboard macros to Emacs Lisp")
+      (synopsis "Provide LSP-enhanced completion for symbols")
       (description
-       "This package displays keyboard macros or latest interactive commands
-as Emacs Lisp.")
+       "This package provides completion for symbols from workspaces with a
+LSP-compliant server running.")
       (license license:gpl3+))))
 
 (define-public emacs-helm-notmuch