diff options
| author | Miles Bader | 1996-07-06 20:02:35 +0000 |
|---|---|---|
| committer | Miles Bader | 1996-07-06 20:02:35 +0000 |
| commit | f3e9aa2d38949cb99027e0400eaaf07dba3607f6 (patch) | |
| tree | a123b3341ca67dc01a74fbec67449bc6bace6b6a | |
| parent | 1015b9255d71b697e93c89e152bcd0ba8f5aae5b (diff) | |
| download | emacs-f3e9aa2d38949cb99027e0400eaaf07dba3607f6.tar.gz emacs-f3e9aa2d38949cb99027e0400eaaf07dba3607f6.zip | |
(Fvertical_motion): Doc fix.
| -rw-r--r-- | src/indent.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/indent.c b/src/indent.c index d77219484b7..2584b0478dc 100644 --- a/src/indent.c +++ b/src/indent.c | |||
| @@ -1386,10 +1386,12 @@ parameters such as width, horizontal scrolling, and so on.\n\ | |||
| 1386 | the default is the selected window.\n\ | 1386 | the default is the selected window.\n\ |
| 1387 | It does not matter what buffer is displayed in WINDOW.\n\ | 1387 | It does not matter what buffer is displayed in WINDOW.\n\ |
| 1388 | `vertical-motion' always uses the current buffer.\n\ | 1388 | `vertical-motion' always uses the current buffer.\n\ |
| 1389 | This makes it possible to use `vertical-motion' in any buffer,\n\ | ||
| 1390 | whether or not it is currently displayed in some window.\n\ | ||
| 1389 | \n\ | 1391 | \n\ |
| 1390 | Sets point to position found; this may be start of line\n\ | 1392 | This function sets point to position found; this may be start of line\n\ |
| 1391 | or just the start of a continuation line.\n\ | 1393 | or just the start of a continuation line.\n\ |
| 1392 | Returns number of lines moved; may be closer to zero than LINES\n\ | 1394 | It returns number of lines moved; that may be closer to zero than LINES\n\ |
| 1393 | if beginning or end of buffer was reached.") | 1395 | if beginning or end of buffer was reached.") |
| 1394 | (lines, window) | 1396 | (lines, window) |
| 1395 | Lisp_Object lines, window; | 1397 | Lisp_Object lines, window; |