aboutsummaryrefslogtreecommitdiffstats
path: root/README.org
diff options
context:
space:
mode:
authorJustin Burkett2016-11-29 13:20:00 -0500
committerJustin Burkett2016-11-29 13:20:00 -0500
commit9110eebc366d767adc14f16ecfc3eac418666beb (patch)
tree6e1f4b91d2cf69cb7c18a311c7bd38f80784d43e /README.org
parent2b78bdd26d3d5385b473f18bb217915488e0d3ff (diff)
downloademacs-9110eebc366d767adc14f16ecfc3eac418666beb.tar.gz
emacs-9110eebc366d767adc14f16ecfc3eac418666beb.zip
Fix a README link
Diffstat (limited to 'README.org')
-rw-r--r--README.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.org b/README.org
index d61585376b3..a33cfd20bc0 100644
--- a/README.org
+++ b/README.org
@@ -6,7 +6,7 @@
6The alists controlling the replacement of key binding descriptions was 6The alists controlling the replacement of key binding descriptions was
7simplified to use one centralized alist, =which-key-replacement-alist=. This 7simplified to use one centralized alist, =which-key-replacement-alist=. This
8change also allows for some new features compared to the old method. The other 8change also allows for some new features compared to the old method. The other
9alists are deprecated. See [[Custom%20String%20Replacement%20Options][Custom String Replacement Options]]. 9alists are deprecated. See [[#custom-string-replacement-options][Custom String Replacement Options]].
10 10
11** Introduction 11** Introduction
12=which-key= is a minor mode for Emacs that displays the key bindings following 12=which-key= is a minor mode for Emacs that displays the key bindings following