]> git.eshelyaron.com Git - emacs.git/commitdiff
(indent-relative): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Fri, 3 Sep 1999 01:00:15 +0000 (01:00 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 3 Sep 1999 01:00:15 +0000 (01:00 +0000)
lisp/indent.el

index 8d20fb2bba57db008eaa68fce13ba64550d2ae0f..ca90040f045990cf463f024f66dced7a781e2f52 100644 (file)
@@ -336,6 +336,8 @@ Called from a program, takes three args: START, END and COLUMN."
 (defun indent-relative (&optional unindented-ok)
   "Space out to under next indent point in previous nonblank line.
 An indent point is a non-whitespace character following whitespace.
+The following line shows the indentation points in this line.
+    ^         ^    ^     ^   ^           ^      ^  ^    ^
 If the previous nonblank line has no indent points beyond the
 column point starts at, `tab-to-tab-stop' is done instead."
   (interactive "P")