diff options
author | Brian Leung <leungbk@mailfence.com> | 2019-10-02 19:27:45 +0200 |
---|---|---|
committer | Brian Leung <leungbk@mailfence.com> | 2019-10-02 19:28:37 +0200 |
commit | 9e9f6b377337484ce4a67c2558d2376799de804f (patch) | |
tree | 766385dadafe23295d00ec452373b18ad1c16365 /gnu/packages/emacs-xyz.scm | |
parent | 8b0ac06a181d1159b30df70f2df9613d12833b3f (diff) |
gnu: emacs-helm-lsp: Fix description.
* gnu/packages/emacs-xyz.scm (emacs-helm-lsp): Fix description.
Diffstat (limited to 'gnu/packages/emacs-xyz.scm')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 848905fed6..44fe73c3ef 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -16881,8 +16881,8 @@ workspaces with a LSP-compliant server running.") (home-page "https://github.com/emacs-lsp/helm-lsp") (synopsis "Provide LSP-enhanced completion for symbols") (description - "This package provides completion for symbols from workspaces with a -LSP-compliant server running.") + "This package enhances @code{helm} with completion for symbols from +workspaces with a LSP-compliant server running.") (license license:gpl3+)))) (define-public emacs-helm-notmuch |