# HG changeset patch # User Richard M. Stallman # Date 936320415 0 # Node ID 611af07c47c238aadec4db78122bc9f3ea2d6717 # Parent de4c44c1c07328950825c441c3580c9b2b69cf2f (indent-relative): Doc fix. diff -r de4c44c1c073 -r 611af07c47c2 lisp/indent.el --- a/lisp/indent.el Fri Sep 03 00:57:50 1999 +0000 +++ b/lisp/indent.el Fri Sep 03 01:00:15 1999 +0000 @@ -336,6 +336,8 @@ (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")