Mercurial > emacs
changeset 15609:036ab27f7ea8
(Fvertical_motion): Doc fix.
author | Miles Bader <miles@gnu.org> |
---|---|
date | Sat, 06 Jul 1996 20:02:35 +0000 |
parents | ab9554d34cb3 |
children | b43e16d8ab5b |
files | src/indent.c |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/indent.c Sat Jul 06 02:09:31 1996 +0000 +++ b/src/indent.c Sat Jul 06 20:02:35 1996 +0000 @@ -1386,10 +1386,12 @@ the default is the selected window.\n\ It does not matter what buffer is displayed in WINDOW.\n\ `vertical-motion' always uses the current buffer.\n\ +This makes it possible to use `vertical-motion' in any buffer,\n\ +whether or not it is currently displayed in some window.\n\ \n\ -Sets point to position found; this may be start of line\n\ +This function sets point to position found; this may be start of line\n\ or just the start of a continuation line.\n\ -Returns number of lines moved; may be closer to zero than LINES\n\ +It returns number of lines moved; that may be closer to zero than LINES\n\ if beginning or end of buffer was reached.") (lines, window) Lisp_Object lines, window;