guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: emacs-markdown-preview: Fix synopsis.


From: guix-commits
Subject: 01/04: gnu: emacs-markdown-preview: Fix synopsis.
Date: Tue, 15 Oct 2019 01:04:24 -0400 (EDT)

leungbk pushed a commit to branch master
in repository guix.

commit 2254373ebd7617bafb15bb1a93a3ed1db431a439
Author: Brian Leung <address@hidden>
Date:   Mon Oct 14 16:53:41 2019 -0700

    gnu: emacs-markdown-preview: Fix synopsis.
    
    * gnu/packages/emacs-xyz.scm (emacs-markdown-preview): Fix synopsis.
---
 gnu/packages/emacs-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 2a0c483..b068ae1 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -18052,7 +18052,7 @@ url-encoded parameters, as well as web sockets.")
        ("emacs-web-server" ,emacs-web-server)))
     (arguments '(#:include '("\\.el$" "\\.html$")))
     (home-page "https://github.com/ancane/markdown-preview-mode";)
-    (synopsis "Live web development in Emacs")
+    (synopsis "Preview Markdown files")
     (description "This package provides a minor mode for preview of Markdown
 files, and sends rendered Markdown to a web browser.")
     (license license:gpl3+)))



reply via email to

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