Function: hargs:read-buffer-name

hargs:read-buffer-name is a byte-compiled function defined in hargs.el.

Signature

(hargs:read-buffer-name PROMPT)

Documentation

Use PROMPT to read an existing buffer name and return it.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hargs.el
(defun hargs:read-buffer-name (prompt)
  "Use PROMPT to read an existing buffer name and return it."
  (hargs:read-match prompt (mapcar #'buffer-name (buffer-list)) nil t nil 'buffer))