summaryrefslogtreecommitdiff
path: root/src/indent.c
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1996-07-06 20:02:35 +0000
committerMiles Bader <miles@gnu.org>1996-07-06 20:02:35 +0000
commitd6f1ad4983c6c6a324eff0516d8336a98989cdb5 (patch)
treeb34ce7b7e5de28dc2237b37c10743c9515d42beb /src/indent.c
parent7fc0354838c5feeb786f92ce16f251e3b0350996 (diff)
downloademacs-d6f1ad4983c6c6a324eff0516d8336a98989cdb5.tar.gz
(Fvertical_motion): Doc fix.
Diffstat (limited to 'src/indent.c')
-rw-r--r--src/indent.c6
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\
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;