Clarify abort docs.
This commit is contained in:
parent
c0abcc096a
commit
a7048a9b71
1 changed files with 2 additions and 1 deletions
|
@ -87,7 +87,8 @@ current line down."
|
||||||
(previous-line 1))))
|
(previous-line 1))))
|
||||||
|
|
||||||
(defun rebase-mode-abort ()
|
(defun rebase-mode-abort ()
|
||||||
"Abort this rebase."
|
"Abort this rebase (by emptying the buffer, saving and closing
|
||||||
|
server connection)."
|
||||||
(interactive)
|
(interactive)
|
||||||
(when (y-or-n-p "Abort this rebase? ")
|
(when (y-or-n-p "Abort this rebase? ")
|
||||||
(let ((buffer-read-only nil))
|
(let ((buffer-read-only nil))
|
||||||
|
|
Loading…
Add table
Reference in a new issue