From 9f5236b829de0a64604d9f5581fdc4ee2e32d70b Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 29 May 2022 02:00:00 +0200 Subject: gnu: emacs-spaceleader: Fix typo in description. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/emacs-xyz.scm (emacs-spaceleader)[description]: Add a missing full stop (my typo). Also capitalise upstream's ‘spacemacs’ for consistency with jgart's synopsis, which I prefer. --- gnu/packages/emacs-xyz.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index d734831f19..9764a4c5e1 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -30464,9 +30464,9 @@ and allows for an arbitrary number of leader keys.") (home-page "https://github.com/mohkale/spaceleader") (synopsis "Emacs leader key implementation from Spacemacs") (description - "@code{emacs-spaceleader} replicates spacemacs' leader key features, -without requiring all of spacemacs. The @code{} key, inspired by Vim, -provides an easy way to bind keys under a configurable prefix key") + "@code{emacs-spaceleader} replicates Spacemacs' leader key features, +without requiring all of Spacemacs. The @code{} key, inspired by Vim, +provides an easy way to bind keys under a configurable prefix key.") (license license:gpl3+)))) (define-public emacs-promise -- cgit v1.2.3