diff options
| author | Glenn Morris | 2011-08-20 15:41:41 -0700 |
|---|---|---|
| committer | Glenn Morris | 2011-08-20 15:41:41 -0700 |
| commit | 59ee05427dbe2d7aaad260ea7c85515dd3c63bc0 (patch) | |
| tree | 99fa89a87a6aae066ef25c8aa67ed8135064fa1c /etc | |
| parent | 8e999f70ab17da9006eec0bac77dc3a3502a5eed (diff) | |
| download | emacs-59ee05427dbe2d7aaad260ea7c85515dd3c63bc0.tar.gz emacs-59ee05427dbe2d7aaad260ea7c85515dd3c63bc0.zip | |
Update some tutorial key bindings; ref bug#8739.
* lisp/tutorial.el (tutorial--default-keys): Update some default bindings.
* etc/NEWS: delete-forward-char is not bound to C-d.
* lisp/bindings.el, lisp/windows.el: Comments.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -407,7 +407,7 @@ If non-nil, C-d, [delete], and DEL delete the region if it is active | |||
| 407 | and no prefix argument is given. If set to `kill', these commands | 407 | and no prefix argument is given. If set to `kill', these commands |
| 408 | kill instead. | 408 | kill instead. |
| 409 | 409 | ||
| 410 | *** New command `delete-forward-char', bound to C-d and [delete]. | 410 | *** New command `delete-forward-char', bound to [delete]. |
| 411 | This is meant for interactive use, and obeys `delete-active-region'. | 411 | This is meant for interactive use, and obeys `delete-active-region'. |
| 412 | The command `delete-char' does not obey `delete-active-region'. | 412 | The command `delete-char' does not obey `delete-active-region'. |
| 413 | 413 | ||