[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/page-break-lines 34cd91d841 73/80: Fix other link
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/page-break-lines 34cd91d841 73/80: Fix other link |
Date: |
Tue, 5 Sep 2023 04:03:09 -0400 (EDT) |
branch: elpa/page-break-lines
commit 34cd91d841e5334c6966e25fbfd971a2dfbcee69
Author: Steve Purcell <steve@sanityinc.com>
Commit: GitHub <noreply@github.com>
Fix other link
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index a5473d72ac..88d0a901bf 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ Enable `page-break-lines-mode` in an individual buffer like
this:
Alternatively, customize `page-break-lines-modes` and enable the mode globally
with
`global-page-break-lines-mode`.
-Note that Emacs already supports
[“Pages”][https://www.gnu.org/software/emacs/manual/html_node/emacs/Pages.html]
+Note that Emacs already supports
[“Pages”](https://www.gnu.org/software/emacs/manual/html_node/emacs/Pages.html)
and jumping around between page breaks with `C-x [` (`backward-page`)
and `C-x ]` (`forward-page`).
- [nongnu] elpa/page-break-lines ac91cf5703 25/80: Always shorten rule by 1 character relative to window width, (continued)
- [nongnu] elpa/page-break-lines ac91cf5703 25/80: Always shorten rule by 1 character relative to window width, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines 8c0c47dd22 35/80: Make mode line indicator customizable, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines 67b5928a7f 38/80: Keep the correct ine width even when text-scale-mode is active, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines 65fc27e4c8 42/80: Remove turn-on/turn-off functions, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines 614293efeb 56/80: Fix docstring reference to page-break-lines-char, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines b8082232c5 45/80: Autoload customizable variables, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines 610dbdc9d3 51/80: Perform width calculations pixel-wise to increase accuracy, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines 913732ad06 49/80: Fix minor package-lint issues, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines 314b397910 67/80: Revert "Prefer set-display-table-slot to raw aset", ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines ba4f69f4af 69/80: Add README reference to Emacs “pages” and their bindings, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines 34cd91d841 73/80: Fix other link,
ELPA Syncer <=
- [nongnu] elpa/page-break-lines e9fe243810 32/80: Prefer Package-Version header to Version, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines 2b8b800e1d 36/80: Merge pull request #8 from peniblec/mode-line-indicator, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines a550e8d534 65/80: Add CI, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines 29f9314f8e 47/80: Handle the new native display-line-number functionality, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines 4e5034de4b 43/80: Adjust the length according to the width of page-break-lines-char, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines 6f19d894bd 59/80: Merge pull request #22 from camdez/max-width, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines 28783cd6b8 76/80: Replace deprecated function name in README, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines f8c4cd7fc6 68/80: Add Emacs 27.1 to CI, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines cff419b126 01/80: Initial commit, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines a74fba388e 04/80: Convert to separate minor-mode and global-minor-mode variants., ELPA Syncer, 2023/09/05