summaryrefslogtreecommitdiff
path: root/gnu/packages/emacs-xyz.scm
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2020-11-23 17:11:34 -0800
committerVagrant Cascadian <vagrant@debian.org>2020-11-23 17:18:41 -0800
commitceadb470a5ff48e0e12a8b13f84d0920156d6d13 (patch)
tree635ccbbecc996e01927d69325e71c52a9984ea48 /gnu/packages/emacs-xyz.scm
parent689d88451e7f1db62df5989ac3ff82f540424061 (diff)
gnu: emacs-frame-local: Fix typo.
* gnu/packages/emacs-xyz (emacs-frame-local)[description]: Fix grammar of "This package".
Diffstat (limited to 'gnu/packages/emacs-xyz.scm')
-rw-r--r--gnu/packages/emacs-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 5f49c64bb7..a2b52024c3 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.")