2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
+ * indent.el (indent-relative-maybe, indent-relative): Doc fix.
+
* menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc
fix.
(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))
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))