[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/page-break-lines b836f614db 09/80: Better docstring for cu
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/page-break-lines b836f614db 09/80: Better docstring for customization group |
Date: |
Tue, 5 Sep 2023 04:03:03 -0400 (EDT) |
branch: elpa/page-break-lines
commit b836f614dbf537e0463c71694e0e8742d991ebb1
Author: Steve Purcell <steve@sanityinc.com>
Commit: Steve Purcell <steve@sanityinc.com>
Better docstring for customization group
---
page-break-lines.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/page-break-lines.el b/page-break-lines.el
index 5c81f1ad20..4fef549a5d 100644
--- a/page-break-lines.el
+++ b/page-break-lines.el
@@ -43,7 +43,7 @@
;;; Code:
(defgroup page-break-lines nil
- "Displaying page breaks as horizontal rules."
+ "Display ugly ^L page breaks as tidy horizontal lines."
:prefix "page-break-lines-"
:group 'faces)
- [nongnu] branch elpa/page-break-lines created (now 5e9ed86bb5), ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines 9c3140f88c 06/80: Docstring updates, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines b836f614db 09/80: Better docstring for customization group,
ELPA Syncer <=
- [nongnu] elpa/page-break-lines dd8387ab74 08/80: Indentation fix, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines 2298a8769a 21/80: Also enable by default in scheme and lisp modes, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines 71f1eacbaf 07/80: Add missing autoload, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines 502aee8208 16/80: Add more information about font width issue, and provide workaround, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines 260bdd6a86 24/80: Also shorten rule by one character in console windows (fixes #6), ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines 610887764e 27/80: Update MELPA URLs, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines 36d3f93a23 34/80: More efficiently update display tables, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines 92d7d1b699 33/80: Also update display tables via after-setting-font-hook, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines 965bc23670 03/80: Add a basic README, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines d1d87ba829 17/80: Mark up code in README as lisp, ELPA Syncer, 2023/09/05