Skip to content

Commit 6e272dd

Browse files
committed
More verbose doc string for haskell-session-assign
1 parent 5c93a15 commit 6e272dd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

haskell-session.el

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,11 @@
8787
"haskell")))
8888

8989
(defun haskell-session-assign (session)
90-
"Set the current session."
90+
"Assing current buffer to SESSION.
91+
More verbose doc string for `haskell-session-assign`
92+
This could be helpfull for temporal or auxilar buffers such as
93+
presentation mode buffers (e.g. in case when session is killed
94+
with all relevant buffers)."
9195
(set (make-local-variable 'haskell-session) session))
9296

9397
(defun haskell-session-choose ()

0 commit comments

Comments
 (0)