Skip to content

Commit 38237ae

Browse files
committed
- [X] Improve psci minor mode's dosctring description
1 parent b37d02b commit 38237ae

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

psci.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ We chose to load the .psci file's content (the purescript doc proposes its use).
239239
:prefix "psci/")
240240

241241
;;;###autoload
242-
(define-minor-mode inferior-psci-mode "Extend the bindings ."
242+
(define-minor-mode inferior-psci-mode "psci minor mode to define default bindings."
243243
:lighter " ip"
244244
:keymap inferior-psci-mode-map
245245
:group 'psci)

todo.org

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
- [X] Add missing autoload property on psci function
1111
- [X] Remove dead code
1212
- [X] Reorganize private functions at the beginning of the buffer
13+
- [X] Improve psci minor mode's dosctring description
1314
- [ ] Rename functions according to fully compliant emacs conventions?
1415
- [ ] Add quit session command
1516
- [ ] Make psci's default completion work

0 commit comments

Comments
 (0)