Mercurial > hg > xemacs-beta
comparison src/syntax.c @ 462:0784d089fdc9 r21-2-46
Import from CVS: tag r21-2-46
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:44:37 +0200 |
parents | 223736d75acb |
children | 183866b06e0b |
comparison
equal
deleted
inserted
replaced
461:120ed4009e51 | 462:0784d089fdc9 |
---|---|
561 | 561 |
562 DEFUN ("forward-word", Fforward_word, 0, 2, "_p", /* | 562 DEFUN ("forward-word", Fforward_word, 0, 2, "_p", /* |
563 Move point forward COUNT words (backward if COUNT is negative). | 563 Move point forward COUNT words (backward if COUNT is negative). |
564 Normally t is returned, but if an edge of the buffer is reached, | 564 Normally t is returned, but if an edge of the buffer is reached, |
565 point is left there and nil is returned. | 565 point is left there and nil is returned. |
566 | |
567 The characters that are moved over may be added to the current selection | |
568 \(i.e. active region) if the Shift key is held down, a motion key is used | |
569 to invoke this command, and `shifted-motion-keys-select-region' is t; see | |
570 the documentation for this variable for more details. | |
566 | 571 |
567 COUNT defaults to 1, and BUFFER defaults to the current buffer. | 572 COUNT defaults to 1, and BUFFER defaults to the current buffer. |
568 */ | 573 */ |
569 (count, buffer)) | 574 (count, buffer)) |
570 { | 575 { |