mirror of
https://github.com/tanrax/lirve.el.git
synced 2024-11-09 23:35:42 +01:00
Minor format
This commit is contained in:
parent
49e6e3e10c
commit
1ac36af578
@ -239,7 +239,7 @@
|
|||||||
learning-irregular-verbs-in-English--text-button-check)))
|
learning-irregular-verbs-in-English--text-button-check)))
|
||||||
|
|
||||||
|
|
||||||
(defun start ()
|
(defun learning-irregular-verbs-in-English--start ()
|
||||||
"Start o replay challenge."
|
"Start o replay challenge."
|
||||||
(interactive)
|
(interactive)
|
||||||
;; Set the learning-irregular-verbs-in-English--state
|
;; Set the learning-irregular-verbs-in-English--state
|
||||||
@ -261,7 +261,7 @@
|
|||||||
(defun replay ()
|
(defun replay ()
|
||||||
"Replay the challenge."
|
"Replay the challenge."
|
||||||
(interactive)
|
(interactive)
|
||||||
(start)
|
(learning-irregular-verbs-in-English--start)
|
||||||
(widget-backward 1))
|
(widget-backward 1))
|
||||||
|
|
||||||
(defun update ()
|
(defun update ()
|
||||||
@ -288,7 +288,7 @@
|
|||||||
;; Update the success layout if needed
|
;; Update the success layout if needed
|
||||||
(learning-irregular-verbs-in-English--toggle-layout-success))
|
(learning-irregular-verbs-in-English--toggle-layout-success))
|
||||||
|
|
||||||
(defun main-layout ()
|
(defun learning-irregular-verbs-in-English--main-layout ()
|
||||||
"Make widgets for the main layout."
|
"Make widgets for the main layout."
|
||||||
(interactive)
|
(interactive)
|
||||||
;; Create the buffer
|
;; Create the buffer
|
||||||
@ -340,8 +340,8 @@
|
|||||||
(defun learning-irregular-verbs-in-English ()
|
(defun learning-irregular-verbs-in-English ()
|
||||||
"Application to learn and review irregular verbs in English."
|
"Application to learn and review irregular verbs in English."
|
||||||
(interactive)
|
(interactive)
|
||||||
(main-layout)
|
(learning-irregular-verbs-in-English--main-layout)
|
||||||
(start)
|
(learning-irregular-verbs-in-English--start)
|
||||||
(widget-backward 1))
|
(widget-backward 1))
|
||||||
|
|
||||||
(provide 'learning-irregular-verbs-in-English)
|
(provide 'learning-irregular-verbs-in-English)
|
||||||
|
Loading…
Reference in New Issue
Block a user