emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r113842: * src/cmds.c (forward_char, backward_char):


From: Xue Fuqiao
Subject: [Emacs-diffs] trunk r113842: * src/cmds.c (forward_char, backward_char): Mention the optional argument.
Date: Tue, 13 Aug 2013 14:09:15 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 113842
revision-id: address@hidden
parent: address@hidden
committer: Xue Fuqiao <address@hidden>
branch nick: trunk
timestamp: Tue 2013-08-13 22:09:12 +0800
message:
  * src/cmds.c (forward_char, backward_char): Mention the optional argument.
modified:
  src/ChangeLog                  changelog-20091113204419-o5vbwnq5f7feedwu-1438
  src/cmds.c                     cmds.c-20091113204419-o5vbwnq5f7feedwu-214
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2013-08-13 12:13:04 +0000
+++ b/src/ChangeLog     2013-08-13 14:09:12 +0000
@@ -1,3 +1,7 @@
+2013-08-13  Xue Fuqiao  <address@hidden>
+
+       * cmds.c (forward_char, backward_char): Mention the optional argument.
+
 2013-08-13  Dmitry Antipov  <address@hidden>
 
        * window.h (struct window): Convert left_fringe_width

=== modified file 'src/cmds.c'
--- a/src/cmds.c        2013-01-01 09:11:05 +0000
+++ b/src/cmds.c        2013-08-13 14:09:12 +0000
@@ -86,6 +86,7 @@
        doc: /* Move point N characters forward (backward if N is negative).
 On reaching end or beginning of buffer, stop and signal error.
 Interactively, N is the numeric prefix argument.
+If N is omitted or nil, move point 1 character forward.
 
 Depending on the bidirectional context, the movement may be to the
 right or to the left on the screen.  This is in contrast with
@@ -99,6 +100,7 @@
        doc: /* Move point N characters backward (forward if N is negative).
 On attempt to pass beginning or end of buffer, stop and signal error.
 Interactively, N is the numeric prefix argument.
+If N is omitted or nil, move point 1 character backward.
 
 Depending on the bidirectional context, the movement may be to the
 right or to the left on the screen.  This is in contrast with


reply via email to

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