Skip to content

Commit c99ef31

Browse files
Add docstring to helm-buffers--quote-truncated-buffer
1 parent f30a4bd commit c99ef31

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

helm-buffers.el

+3
Original file line numberDiff line numberDiff line change
@@ -1041,6 +1041,9 @@ vertically."
10411041
(helm-delete-current-selection))))
10421042

10431043
(defun helm-buffers--quote-truncated-buffer (buffer)
1044+
"Quote the truncated buffer-name of BUFFER.
1045+
buffer-name is truncated according to `helm-buffer-max-length' minus the length
1046+
of icon if one."
10441047
(let ((bufname (and (bufferp buffer)
10451048
(buffer-name buffer)))
10461049
(maxlen (if helm-buffers-show-icons

0 commit comments

Comments
 (0)