diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-05-02 02:26:21 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-05-02 02:26:21 +0200 |
commit | b8642c5500ec311347dff865dc82e6daae40812a (patch) | |
tree | 973ae88a0a744206f4c90fe97092973328df918d | |
parent | 2e775ecc230bb73d1cde08ae0a6d60b6f54e6710 (diff) | |
download | patches-b8642c5500ec311347dff865dc82e6daae40812a.tar patches-b8642c5500ec311347dff865dc82e6daae40812a.tar.gz |
gnu: emacs-ebib: Add Texinfo markup in description.
* gnu/packages/emacs-xyz.scm (emacs-ebib)[description]: Add Texinfo markup.
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 313fe01770..c740c458ac 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -13292,10 +13292,10 @@ files to be expanded upon opening them.") (synopsis "BibTeX database manager for Emacs") (description "Ebib is a BibTeX database manager that runs in GNU Emacs. -With Ebib you can create, sort and manage your .bib database files, -all within Emacs. It supports searching, multi-line field values and -@@String and @@Preamble definitions. Ebib integrates with (La)TeX -mode, Org mode and other Emacs editing modes.") +With Ebib you can create, sort and manage your @file{.bib} database files, all +within Emacs. It supports searching, multi-line field values and +@samp{@@String} and @samp{@@Preamble} definitions. Ebib integrates +with (La)TeX mode, Org mode and other Emacs editing modes.") ;; The Ebib source files are released under a BSD license with ;; the exception of org-ebib.el, which is released under the GNU ;; GPL. |