Clarify abort docs.

This commit is contained in:
Phil Jackson 2010-05-31 16:54:39 +01:00
parent c0abcc096a
commit a7048a9b71

View file

@ -87,7 +87,8 @@ current line down."
(previous-line 1))))
(defun rebase-mode-abort ()
"Abort this rebase."
"Abort this rebase (by emptying the buffer, saving and closing
server connection)."
(interactive)
(when (y-or-n-p "Abort this rebase? ")
(let ((buffer-read-only nil))