From 5eee7e8228f95c9495c4643cdda0bc839c8a3fa5 Mon Sep 17 00:00:00 2001 From: justbur Date: Thu, 27 Aug 2015 08:37:41 -0400 Subject: [PATCH] Fix which-key-echo-keystrokes docstring --- which-key.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/which-key.el b/which-key.el index 4ecd4d30811..024d155301d 100644 --- a/which-key.el +++ b/which-key.el @@ -54,9 +54,10 @@ (defcustom which-key-echo-keystrokes 0 "Value to use for `echo-keystrokes'. -This only applies when `which-key-popup-type' is minibuffer. It -needs to be less than `which-key-idle-delay' or else the echo -will erase the which-key popup." +This only applies if `which-key-popup-type' is minibuffer or +`which-key-show-prefix' is echo. It needs to be less than +`which-key-idle-delay' or else the keystroke echo will erase the +which-key popup." :group 'which-key :type 'float)