summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2021-12-30 00:26:03 -0800
committerVagrant Cascadian <vagrant@debian.org>2021-12-30 00:52:40 -0800
commit015124e6f83069ae020463564289bef4392e76b0 (patch)
tree680b2b87c0e1765c7e77c17021ed3228d0800d51 /gnu
parent97679c60d5c56f2633a3d4344e10e68dfa56f12f (diff)
downloadguix-patches-015124e6f83069ae020463564289bef4392e76b0.tar
guix-patches-015124e6f83069ae020463564289bef4392e76b0.tar.gz
gnu: emacs-dap-mode: Fix trailing whitespace in synopsis.
* gnu/packages/emacs-xyz.scm (emacs-dap-mode)[synopsis]: Fix trailing whitespace.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/emacs-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 379d7ebace..bb156a40f1 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -23690,7 +23690,7 @@ and implementation of treeview controls using treemacs as a tree renderer.")
(propagated-inputs
(list emacs-bui emacs-lsp-mode emacs-posframe emacs-lsp-treemacs))
(home-page "https://emacs-lsp.github.io/dap-mode")
- (synopsis "Emacs client/library for Debug Adapter Protocol ")
+ (synopsis "Emacs client/library for Debug Adapter Protocol")
(description
"Dap mode is an Emacs client/library for Debug Adapter
Protocol (DAP), a wire protocol for communication between client and