diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2020-04-12 15:12:32 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2020-04-12 15:17:09 -0700 |
commit | f80d5102a8ce3af1fd749358d7f1c13dfab00f09 (patch) | |
tree | 6c5dc46e9078274cf33c5068fa45d7cd83d265bd | |
parent | 99f53a13d197b0e7cad00c1a5e0520ba1b0f51b8 (diff) | |
download | patches-f80d5102a8ce3af1fd749358d7f1c13dfab00f09.tar patches-f80d5102a8ce3af1fd749358d7f1c13dfab00f09.tar.gz |
gnu: emacs-closql: Fix grammar of "allows to store" to "stores".
* gnu/packages/emacs-xyz (emacs-closql): Fix grammar.
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 3286d20b6a..7df0b1d6d7 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -12594,7 +12594,7 @@ object @code{nil} corresponds 1:1 with @code{NULL} in the database.") (home-page "https://github.com/emacscollective/closql") (synopsis "Store EIEIO objects using EmacSQL") (description - "This package allows to store uniform EIEIO objects in an EmacSQL + "This package stores uniform EIEIO objects in an EmacSQL database. SQLite is used as backend. This library imposes some restrictions on what kind of objects can be stored; it isn't intended to store arbitrary objects. All objects have to share a common superclass and subclasses cannot |