diff options
| -rw-r--r-- | which-key.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/which-key.el b/which-key.el index 7927c901fec..4088032f26e 100644 --- a/which-key.el +++ b/which-key.el | |||
| @@ -504,7 +504,7 @@ This string is fed into `substitute-command-keys'") | |||
| 504 | These translations are not relevant most of the times since a lot | 504 | These translations are not relevant most of the times since a lot |
| 505 | of terminals issue META modifier for the Alt key. | 505 | of terminals issue META modifier for the Alt key. |
| 506 | 506 | ||
| 507 | See http://www.gnu.org/software/emacs/manual/html_node/emacs/Modifier-Keys.html" | 507 | See Info node `(emacs)Modifier Keys'." |
| 508 | :type 'boolean | 508 | :type 'boolean |
| 509 | :version "1.0") | 509 | :version "1.0") |
| 510 | 510 | ||