* binding.el: Add comment describing why C-d binds to `delete-char'.
commit5b87d0d9cd65911aca0b99a44bc5f79c44938753
authorMichal Nazarewicz <mina86@mina86.com>
Tue, 4 Mar 2014 03:14:11 +0000 (3 22:14 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 4 Mar 2014 03:14:11 +0000 (3 22:14 -0500)
treef9acca1539bc7143620f5588c1c0da13f51d89fc
parent757c70af04476ffdaf24cee8d0d2ecd175635aeb
* binding.el: Add comment describing why C-d binds to `delete-char'.
* lisp/simple.el (delete-forward-char): Mark as interactive-only.
* src/cmds.c (delete-char): Update docstring pointing out that the
function ignores `delete-active-region' and `overwrite-mode'.
lisp/ChangeLog
lisp/bindings.el
lisp/simple.el
src/ChangeLog
src/cmds.c