+2013-06-09 Stephen Berman <stephen.berman@gmx.net>
+
+ * todos.el (todos-edit-done-item-comment): Rename from
+ todos-done-item-add-edit-or-delete-comment.
+ (todos-key-bindings-t): Use it.
+
2013-06-09 Stephen Berman <stephen.berman@gmx.net>
* todos.el: Fix and improve item date string editing.
;; When done items are shown, put cursor on first just done item.
(when opoint (goto-char opoint)))))))
-(defun todos-done-item-add-edit-or-delete-comment (&optional arg)
+(defun todos-edit-done-item-comment (&optional arg)
"Add a comment to this done item or edit an existing comment.
With prefix ARG delete an existing comment."
(interactive "P")
("et" todos-edit-item-time)
("eyy" todos-edit-item-diary-inclusion)
("eyk" todos-edit-item-diary-nonmarking)
- ("ec" todos-done-item-add-edit-or-delete-comment)
+ ("ec" todos-edit-done-item-comment)
("d" todos-item-done)
("i" ,todos-insertion-map)
("k" todos-delete-item)