emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r101014: simple.el (delete-forward-ch


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101014: simple.el (delete-forward-char): Doc fix.
Date: Sat, 07 Aug 2010 13:11:07 +0300
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101014
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Sat 2010-08-07 13:11:07 +0300
message:
   simple.el (delete-forward-char): Doc fix.
modified:
  lisp/ChangeLog
  lisp/simple.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-08-07 09:31:03 +0000
+++ b/lisp/ChangeLog    2010-08-07 10:11:07 +0000
@@ -1,5 +1,7 @@
 2010-08-07  Eli Zaretskii  <address@hidden>
 
+       * simple.el (delete-forward-char): Doc fix.
+
        * tutorial.el (help-with-tutorial): Hack safe file-local variables
        after reading the tutorial.
 

=== modified file 'lisp/simple.el'
--- a/lisp/simple.el    2010-07-17 20:21:51 +0000
+++ b/lisp/simple.el    2010-08-07 10:11:07 +0000
@@ -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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]