git: bf8c932a7585 - main - editors/sly-named-readtables: Reformat 'pkg-message'
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 10 Jan 2025 13:21:26 UTC
The branch main has been updated by olce:
URL: https://cgit.FreeBSD.org/ports/commit/?id=bf8c932a75851cc000f7b945fe627a4c6571574e
commit bf8c932a75851cc000f7b945fe627a4c6571574e
Author: Olivier Certner <olce@FreeBSD.org>
AuthorDate: 2023-05-26 12:51:58 +0000
Commit: Olivier Certner <olce@FreeBSD.org>
CommitDate: 2025-01-10 13:20:24 +0000
editors/sly-named-readtables: Reformat 'pkg-message'
To end sentences with double spaces.
This is a maintainer update (olce.freebsd.ports@certner.fr).
PR: 271655
---
editors/sly-named-readtables/pkg-message | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/editors/sly-named-readtables/pkg-message b/editors/sly-named-readtables/pkg-message
index 1704c974af5f..251334c1889e 100644
--- a/editors/sly-named-readtables/pkg-message
+++ b/editors/sly-named-readtables/pkg-message
@@ -2,19 +2,19 @@
{ type: install
message: <<EOM
To use the sly-named-readtables contrib, you must:
-1. Register sly-named-readtables into SLY. You just have to add this line to
+1. Register sly-named-readtables into SLY. You just have to add this line to
some init file:
(require 'sly-named-readtables)
Doing this is not strictly necessary if you want to automatically activate
this contrib using `sly-contribs' (see below), but it never hurts.
This contrib's automatic activation at load was disabled, contrary to what
- upstream does. Upstream's autoloads file is consequently not necessary, and
+ upstream does. Upstream's autoloads file is consequently not necessary, and
not included in this package.
2. Ensure that system NAMED-READTABLES is loaded by your Common Lisp
implementation.
If you want sly-named-readtables to be automatically activated on each new SLY
-session, put it in the `sly-contribs' list. E.g., you can add something like
+session, put it in the `sly-contribs' list. E.g., you can add something like
this in some Emacs' init file:
(setq sly-contribs '(sly-fancy sly-named-readtables))
or customize the variable.