diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/cmds.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c9d0e80c12f..d09fab7ca85 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-10-19 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * cmds.c (Fdelete_char): Doc fix. | ||
| 4 | |||
| 1 | 2010-10-19 Ken Brown <kbrown@cornell.edu> | 5 | 2010-10-19 Ken Brown <kbrown@cornell.edu> |
| 2 | 6 | ||
| 3 | * s/cygwin.h (SIGNALS_VIA_CHARACTERS): New define (bug#7225). | 7 | * s/cygwin.h (SIGNALS_VIA_CHARACTERS): New define (bug#7225). |
diff --git a/src/cmds.c b/src/cmds.c index e12d7c370d9..19eca771941 100644 --- a/src/cmds.c +++ b/src/cmds.c | |||
| @@ -230,7 +230,7 @@ Optional second arg KILLFLAG non-nil means kill instead (save in kill ring). | |||
| 230 | Interactively, N is the prefix arg, and KILLFLAG is set if | 230 | Interactively, N is the prefix arg, and KILLFLAG is set if |
| 231 | N was explicitly specified. | 231 | N was explicitly specified. |
| 232 | 232 | ||
| 233 | The command `delete-forward' is preferable for interactive use. */) | 233 | The command `delete-forward-char' is preferable for interactive use. */) |
| 234 | (Lisp_Object n, Lisp_Object killflag) | 234 | (Lisp_Object n, Lisp_Object killflag) |
| 235 | { | 235 | { |
| 236 | EMACS_INT pos; | 236 | EMACS_INT pos; |