diff options
| author | Justin Burkett | 2016-11-29 13:20:00 -0500 |
|---|---|---|
| committer | Justin Burkett | 2016-11-29 13:20:00 -0500 |
| commit | 9110eebc366d767adc14f16ecfc3eac418666beb (patch) | |
| tree | 6e1f4b91d2cf69cb7c18a311c7bd38f80784d43e /README.org | |
| parent | 2b78bdd26d3d5385b473f18bb217915488e0d3ff (diff) | |
| download | emacs-9110eebc366d767adc14f16ecfc3eac418666beb.tar.gz emacs-9110eebc366d767adc14f16ecfc3eac418666beb.zip | |
Fix a README link
Diffstat (limited to 'README.org')
| -rw-r--r-- | README.org | 2 |
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 @@ | |||
| 6 | The alists controlling the replacement of key binding descriptions was | 6 | The alists controlling the replacement of key binding descriptions was |
| 7 | simplified to use one centralized alist, =which-key-replacement-alist=. This | 7 | simplified to use one centralized alist, =which-key-replacement-alist=. This |
| 8 | change also allows for some new features compared to the old method. The other | 8 | change also allows for some new features compared to the old method. The other |
| 9 | alists are deprecated. See [[Custom%20String%20Replacement%20Options][Custom String Replacement Options]]. | 9 | alists 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 |