gnu: emacs-frame-local: Fix typo.
* gnu/packages/emacs-xyz (emacs-frame-local)[description]: Fix grammar of "This package".
This commit is contained in:
parent
689d88451e
commit
ceadb470a5
1 changed files with 1 additions and 1 deletions
|
@ -19796,7 +19796,7 @@ too ambiguous and navigation in the result buffer.")
|
||||||
(home-page "https://github.com/sebastiencs/frame-local")
|
(home-page "https://github.com/sebastiencs/frame-local")
|
||||||
(synopsis "Access variables local to an Emacs frame")
|
(synopsis "Access variables local to an Emacs frame")
|
||||||
(description
|
(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
|
an Emacs frame. Note that the variables created with this package do
|
||||||
not have any relation with variables defined by @code{defvar},
|
not have any relation with variables defined by @code{defvar},
|
||||||
@code{defconst}, etc.")
|
@code{defconst}, etc.")
|
||||||
|
|
Reference in a new issue