diff options
| author | Richard M. Stallman | 1999-09-03 01:00:15 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1999-09-03 01:00:15 +0000 |
| commit | f6f53207b9134087abac5f181f2823c659ea4909 (patch) | |
| tree | 40ec480ffa61007d28d9191cc2fe2f3ce40385bc | |
| parent | e123e0249d8cb3568a56fdfaf5c7b045807952cd (diff) | |
| download | emacs-f6f53207b9134087abac5f181f2823c659ea4909.tar.gz emacs-f6f53207b9134087abac5f181f2823c659ea4909.zip | |
(indent-relative): Doc fix.
| -rw-r--r-- | lisp/indent.el | 2 |
1 files changed, 2 insertions, 0 deletions
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." | |||
| 336 | (defun indent-relative (&optional unindented-ok) | 336 | (defun indent-relative (&optional unindented-ok) |
| 337 | "Space out to under next indent point in previous nonblank line. | 337 | "Space out to under next indent point in previous nonblank line. |
| 338 | An indent point is a non-whitespace character following whitespace. | 338 | An indent point is a non-whitespace character following whitespace. |
| 339 | The following line shows the indentation points in this line. | ||
| 340 | ^ ^ ^ ^ ^ ^ ^ ^ ^ | ||
| 339 | If the previous nonblank line has no indent points beyond the | 341 | If the previous nonblank line has no indent points beyond the |
| 340 | column point starts at, `tab-to-tab-stop' is done instead." | 342 | column point starts at, `tab-to-tab-stop' is done instead." |
| 341 | (interactive "P") | 343 | (interactive "P") |