From 8ae9b93bdb4a3d815fe9f7fc6a62f8cc9a70f267 Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Thu, 12 Feb 2015 21:48:42 -0500 Subject: [PATCH] Minor change to micro-state macro --- core/core-micro-state.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/core-micro-state.el b/core/core-micro-state.el index 2fad6d344..3e71854b9 100644 --- a/core/core-micro-state.el +++ b/core/core-micro-state.el @@ -73,7 +73,7 @@ Available PROPS: (interactive) (let ((doc ,@doc)) (when doc (echo (spacemacs//micro-state-propertize-doc - (concat ,(symbol-name name) ":" doc))))) + (concat ,(symbol-name name) ": " doc))))) ,@on-enter (,(if (version< emacs-version "24.4") 'set-temporary-overlay-map @@ -110,7 +110,7 @@ Available PROPS: (concat ,(symbol-name name) ": " bdoc))) (when defdoc (echo (spacemacs//micro-state-propertize-doc - (concat ,(symbol-name name) ":" + (concat ,(symbol-name name) ": " defdoc)))))))))) (append (list (car binding) wrapper-func) binding)))