# HG changeset patch # User Eli Zaretskii # Date 993210412 0 # Node ID 9fb3fc20b9b0190dfd0cc3a5010b991b8a9ea617 # Parent e8daadee7c3c0a632f9cb908b9d32a3b72014c42 (indent-relative-maybe, indent-relative): Doc fix. diff -r e8daadee7c3c -r 9fb3fc20b9b0 lisp/indent.el --- a/lisp/indent.el Fri Jun 22 11:42:44 2001 +0000 +++ b/lisp/indent.el Fri Jun 22 11:46:52 2001 +0000 @@ -345,7 +345,11 @@ (move-marker end nil)))) (defun indent-relative-maybe () - "Indent a new line like previous nonblank line." + "Indent a new line like previous nonblank line. +If the previous nonblank line has no indent points beyond the +column point starts at, this command does nothing. + +See also `indent-relative'." (interactive) (indent-relative t)) @@ -355,7 +359,11 @@ 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." +column point starts at, `tab-to-tab-stop' is done instead, unless +this command is invoked with a numeric argument, in which case it +does nothing. + +See also `indent-relative-maybe'." (interactive "P") (if (and abbrev-mode (eq (char-syntax (preceding-char)) ?w))