branch: elpa/xkcd
commit 0f1abaebf5bc62a0d49ef795620b29b1af7b2bcc
Author: Tim Heaney <[email protected]>
Commit: Tim Heaney <[email protected]>
typo: keybinding is t not r
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 6577c8fa4b..49d38e4d89 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ Files are cached by default to ~/.emacs.d/xkcd/. This can be
changed by changing
| Keybinding | Use | Function |
|:----------:|:------------------------------:|:--------------:|
| `C-c r` | Load a random xkcd | (xkcd-rand) |
-| `C-c r` | Show alt-text in the minibuffer| (xkcd-alt-text)|
+| `C-c t` | Show alt-text in the minibuffer| (xkcd-alt-text)|
| `<right>` | Load next xkcd | (xkcd-next) |
| `<left>` | Load previous xkcd | (xkcd-prev) |