comparison src/cmds.c @ 3577:91950589598c

[xemacs-hg @ 2006-08-29 14:10:51 by stephent] Some docstring improvements. <87irkbk5ad.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Tue, 29 Aug 2006 14:10:54 +0000
parents b95fe16005fd
children c096d8051f89 308d34e9f07d
comparison
equal deleted inserted replaced
3576:ff0dac582fcb 3577:91950589598c
124 Move COUNT lines forward (backward if COUNT is negative). 124 Move COUNT lines forward (backward if COUNT is negative).
125 Precisely, if point is on line I, move to the start of line I + COUNT. 125 Precisely, if point is on line I, move to the start of line I + COUNT.
126 If there isn't room, go as far as possible (no error). 126 If there isn't room, go as far as possible (no error).
127 Returns the count of lines left to move. If moving forward, 127 Returns the count of lines left to move. If moving forward,
128 that is COUNT - number of lines moved; if backward, COUNT + number moved. 128 that is COUNT - number of lines moved; if backward, COUNT + number moved.
129 \(Note that if COUNT is negative, the return will be non-positive.)
129 With positive COUNT, a non-empty line at the end counts as one line 130 With positive COUNT, a non-empty line at the end counts as one line
130 successfully moved (for the return value). 131 successfully moved (for the return value).
131 If BUFFER is nil, the current buffer is assumed. 132 If BUFFER is nil, the current buffer is assumed.
132 133
133 The characters that are moved over may be added to the current selection 134 The characters that are moved over may be added to the current selection