diff options
| author | Michal Nazarewicz | 2014-03-03 22:14:11 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2014-03-03 22:14:11 -0500 |
| commit | 5b87d0d9cd65911aca0b99a44bc5f79c44938753 (patch) | |
| tree | f9acca1539bc7143620f5588c1c0da13f51d89fc /lisp/ChangeLog | |
| parent | 757c70af04476ffdaf24cee8d0d2ecd175635aeb (diff) | |
| download | emacs-5b87d0d9cd65911aca0b99a44bc5f79c44938753.tar.gz emacs-5b87d0d9cd65911aca0b99a44bc5f79c44938753.zip | |
* 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'.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 82115af1cd5..a5232e431ee 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2014-03-04 Michal Nazarewicz <mina86@mina86.com> | ||
| 2 | |||
| 3 | * binding.el: Add comment describing why C-d binds to `delete-char'. | ||
| 4 | * simple.el (delete-forward-char): Mark as interactive-only. | ||
| 5 | |||
| 1 | 2014-03-03 Juanma Barranquero <lekktu@gmail.com> | 6 | 2014-03-03 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 7 | ||
| 3 | * icomplete.el (icomplete-completions): | 8 | * icomplete.el (icomplete-completions): |