Skip to content

Commit d3bed4f

Browse files
committed
Merge pull request #751 from syohex/fix-doc-string
Fix docstring position
2 parents d84ce58 + c534559 commit d3bed4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ghci-script-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
(define-key ghci-script-mode-map (kbd "C-c C-l") 'ghci-script-mode-load)
5656

5757
(defun ghci-script-mode-load ()
58-
(interactive)
5958
"Load the current script file into the GHCi session."
59+
(interactive)
6060
(let ((buffer (haskell-session-interactive-buffer (haskell-session)))
6161
(filename (buffer-file-name)))
6262
(save-buffer)

0 commit comments

Comments
 (0)