From: Jeremy Bryant Date: Tue, 21 Nov 2023 23:27:44 +0000 (+0000) Subject: Add a doc string to simple.el (bug#67355) X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=662d54775d5;p=emacs.git Add a doc string to simple.el (bug#67355) * lisp/simple.el (kill-buffer--possibly-save): Add doc string. --- diff --git a/lisp/simple.el b/lisp/simple.el index b770d9d7d33..9ef348f74dc 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -10863,6 +10863,10 @@ If the buffer doesn't exist, create it first." (pop-to-buffer-same-window (get-scratch-buffer-create))) (defun kill-buffer--possibly-save (buffer) + "Ask the user to confirm killing of a modified BUFFER. + +If the user confirms, optionally save BUFFER that is about to be +killed." (let ((response (cadr (read-multiple-choice