Minor change to micro-state macro

This commit is contained in:
syl20bnr 2015-02-12 21:48:42 -05:00
parent e73fce6fbc
commit 8ae9b93bdb
1 changed files with 2 additions and 2 deletions

View File

@ -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)))