[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/03: gnu: emacs-frame-local: Fix typo.
From: |
guix-commits |
Subject: |
01/03: gnu: emacs-frame-local: Fix typo. |
Date: |
Mon, 23 Nov 2020 20:57:36 -0500 (EST) |
vagrantc pushed a commit to branch master
in repository guix.
commit ceadb470a5ff48e0e12a8b13f84d0920156d6d13
Author: Vagrant Cascadian <vagrant@debian.org>
AuthorDate: Mon Nov 23 17:11:34 2020 -0800
gnu: emacs-frame-local: Fix typo.
* gnu/packages/emacs-xyz (emacs-frame-local)[description]: Fix grammar
of "This package".
---
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 5f49c64..a2b5202 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -19796,7 +19796,7 @@ too ambiguous and navigation in the result buffer.")
(home-page "https://github.com/sebastiencs/frame-local")
(synopsis "Access variables local to an Emacs frame")
(description
- "This packages allows setting and accessing variables local to
+ "This package allows setting and accessing variables local to
an Emacs frame. Note that the variables created with this package do
not have any relation with variables defined by @code{defvar},
@code{defconst}, etc.")