From 315b2f9c5cc735d9f0c224c81ce624c28b99c052 Mon Sep 17 00:00:00 2001
From: Thomas Voss
Date: Tue, 15 Aug 2023 15:30:49 +0200
Subject: Make use of x-ref
---
src/srp/fw-ec/index.html | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
(limited to 'src')
diff --git a/src/srp/fw-ec/index.html b/src/srp/fw-ec/index.html
index f528ab9..81caeea 100644
--- a/src/srp/fw-ec/index.html
+++ b/src/srp/fw-ec/index.html
@@ -174,12 +174,12 @@
premise is this: the capslock key is arguably the easiest
modifier key to hit, and it’s currently bound to the escape key
on my system. This is inefficient though, because nobody makes
- key-bindings that chord the escape-key with another key; chords
- are always done with a modifier like control, and Emacs is no
- different. So my plan was to make it so that the capslock key
- when used on its own mimics an escape-key, while instead
- mimicking the left-control-key when used in a chord with another
- key.
+ key-bindings that chord the escape-key with another key;
+ chords 1 are always done with a modifier like
+ control, and Emacs is no different. So my plan was to make it
+ so that the capslock key when used on its own mimics an
+ escape-key, while instead mimicking the left-control-key when
+ used in a chord with another key.