fixed format, again

This commit is contained in:
TLINDEN
2016-05-14 20:15:31 +02:00
parent 85e3e9c1d1
commit c635d9a0fc

View File

@@ -41,11 +41,11 @@
;; finally the whole buffer will be deleted. ;; finally the whole buffer will be deleted.
;; Like: ;; Like:
;; [keep pressing ctrl] C-d - word ;; [keep pressing ctrl] C-d - del word
;; C-d C-d - line remainder ;; C-d C-d - del line remainder
;; C-d C-d C-d - line ;; C-d C-d C-d - del line
;; C-d C-d C-d C-d - paragraph ;; C-d C-d C-d C-d - del paragraph
;; C-d C-d C-d C-d C-d - buffer ;; C-d C-d C-d C-d C-d - del buffer
;; However, this only works when pressing the key in a row. If you do ;; However, this only works when pressing the key in a row. If you do
;; something else in between, it starts from scratch (i.e. delete ;; something else in between, it starts from scratch (i.e. delete