From: Richard M. Stallman Date: Fri, 3 Sep 1999 01:00:15 +0000 (+0000) Subject: (indent-relative): Doc fix. X-Git-Tag: emacs-pretest-21.0.90~6944 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f6f53207b9134087abac5f181f2823c659ea4909;p=emacs.git (indent-relative): Doc fix. --- diff --git a/lisp/indent.el b/lisp/indent.el index 8d20fb2bba5..ca90040f045 100644 --- a/lisp/indent.el +++ b/lisp/indent.el @@ -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")