Skip to content

Commit

Permalink
docs(calfw): document a command
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Oct 28, 2023
1 parent 44083e4 commit 19f2c37
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions modules/me-calendar.el
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,7 @@
(advice-add
'cfw:render-button :override
(defun +cfw:render-button-flat-a (title command &optional state)
"render-button
TITLE
COMMAND
STATE"
"Render a flat button with TITLE, COMMAND and STATE."
(let ((text (concat " " title " "))
(keymap (make-sparse-keymap)))
(cfw:rt text (if state 'cfw:face-toolbar-button-on
Expand Down

0 comments on commit 19f2c37

Please sign in to comment.