Function: hkey-buffer-move-up
hkey-buffer-move-up is an autoloaded, interactive and byte-compiled
function defined in hmouse-drv.el.
Signature
(hkey-buffer-move-up)
Documentation
Swap the current buffer with the one on above it, if any; otherwise, do nothing.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hmouse-drv.el
;;;###autoload
(defun hkey-buffer-move-up ()
"Swap the current buffer with the one on above it, if any; otherwise, do nothing."
(interactive)
(hkey-buffer-move 'up))