changeset 25498:611af07c47c2

(indent-relative): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Fri, 03 Sep 1999 01:00:15 +0000
parents de4c44c1c073
children 623bd80885a4
files lisp/indent.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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")