Shorten docstring to fix warning

This commit is contained in:
David Morgan 2022-10-25 06:46:49 +01:00
parent 2eabe419d6
commit 17f3d87539
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@
(persp-is-current-buffer buffer))))
(defun frog-jump-buffer-filter-persp-buffer-ring-or-same-mode (buffer)
"Check if a BUFFER is in the current buffer-ring, else same major mode and perspective."
"Check if BUFFER is in the buffer-ring, falling back to persp + major mode."
(let* ((bfr-ring (buffer-ring-current-ring))
(ring (buffer-ring-ring-ring bfr-ring)))
(if (dynaring-empty-p ring)