Function: sesman-show
sesman-show is an interactive and byte-compiled function defined in
sesman-browser.el.
Signature
(sesman-show)
Documentation
Show the most relevant buffer for the session at point.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/sesman-20240417.1723/sesman-browser.el
(defun sesman-show ()
"Show the most relevant buffer for the session at point."
(interactive)
(sesman-goto 'no-switch))