branch: externals/which-key
commit c9c3eafafadbeab0bf21e0a3d6ab9718d20af877
Author: Jeremy Bryant <[email protected]>
Commit: Justin Burkett <[email protected]>

    * which-key.el (which-key--popup-max-dimensions): Fix docstring typo
---
 which-key.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/which-key.el b/which-key.el
index 820875bfda..d4efa3ede7 100644
--- a/which-key.el
+++ b/which-key.el
@@ -1362,7 +1362,7 @@ call signature in different emacs versions"
 
 (defun which-key--popup-max-dimensions ()
   "Return maximum dimension available for popup.
-Dimesion functions should return the maximum possible (height
+Dimension functions should return the maximum possible (height
 . width) of the intended popup. SELECTED-WINDOW-WIDTH is the
 width of currently active window, not the which-key buffer
 window."

Reply via email to