guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-explain-pause-mode: Fix synopsis and d


From: guix-commits
Subject: branch master updated: gnu: emacs-explain-pause-mode: Fix synopsis and description.
Date: Wed, 09 Sep 2020 09:33:03 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new d165d77  gnu: emacs-explain-pause-mode: Fix synopsis and description.
d165d77 is described below

commit d165d77f8552587f2aefb5e259406e1a8e9548cb
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Sep 9 15:30:54 2020 +0200

    gnu: emacs-explain-pause-mode: Fix synopsis and description.
    
    * gnu/packages/emacs-xyz.scm (emacs-explain-pause-mode)[synopsis,
    description]: Conform to style recommendations.
---
 gnu/packages/emacs-xyz.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index a7727c6..1dd010a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3382,8 +3382,9 @@ keep pressing the key until it selects what you want.  
There's also
          ;; byte-compilation is finished
          #:parallel-tests? #f))
       (home-page "https://github.com/lastquestion/explain-pause-mode";)
-      (synopsis "Provides a top like interface to determine why Emacs paused")
-      (description "Monitors Emacs function calls and records their execution
+      (synopsis "Top-like interface to determine why Emacs paused")
+      (description
+       "This package monitors Emacs function calls and records their execution
 time.  This information can be reviewed to determine what is causing the user
 interface to pause.")
       (license license:gpl3+))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]