diff lisp/simple.el @ 109676:5b1f706a7622

simple.el (delete-forward-char): Doc fix.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 07 Aug 2010 13:11:07 +0300
parents 406b2d52ff00
children 14830418f9fc
line wrap: on
line diff
--- a/lisp/simple.el	Sat Aug 07 12:50:08 2010 +0300
+++ b/lisp/simple.el	Sat Aug 07 13:11:07 2010 +0300
@@ -895,7 +895,7 @@
 	(t (delete-char (- n) killflag))))
 
 (defun delete-forward-char (n &optional killflag)
-  "Delete the previous N characters (following if N is negative).
+  "Delete the following N characters (previous if N is negative).
 If Transient Mark mode is enabled, the mark is active, and N is 1,
 delete the text in the region and deactivate the mark instead.
 To disable this, set `delete-active-region' to nil.