From 5af936cf38216df4cc8c46a9fc339161fcc7f997 Mon Sep 17 00:00:00 2001 From: Vasilij Schneidermann Date: Fri, 7 Mar 2014 00:52:40 +0100 Subject: [PATCH] Fix docstring --- eyebrowse.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eyebrowse.el b/eyebrowse.el index 32151f2..15583be 100644 --- a/eyebrowse.el +++ b/eyebrowse.el @@ -147,7 +147,7 @@ If t, switching to the same window config as (eyebrowse-switch-to-window-config n))))) (define-key map eyebrowse-keymap-prefix prefix-map)) map) - "Current key map. Can be set up with `eyebrowse-setup-keys'.") + "Initial key map for `eyebrowse-mode'.") ;; --- internal functions ----------------------------------------------------