File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments