Mercurial > emacs
diff src/indent.c @ 76707:0ce9492fa779
(Findent_to): Doc fix.
| author | Eli Zaretskii <eliz@gnu.org> |
|---|---|
| date | Sat, 24 Mar 2007 15:58:17 +0000 |
| parents | bd6d4488b990 |
| children | 50bb3d12f1b1 |
line wrap: on
line diff
--- a/src/indent.c Sat Mar 24 15:54:09 2007 +0000 +++ b/src/indent.c Sat Mar 24 15:58:17 2007 +0000 @@ -735,7 +735,9 @@ DEFUN ("indent-to", Findent_to, Sindent_to, 1, 2, "NIndent to column: ", doc: /* Indent from point with tabs and spaces until COLUMN is reached. Optional second argument MINIMUM says always do at least MINIMUM spaces -even if that goes past COLUMN; by default, MINIMUM is zero. */) +even if that goes past COLUMN; by default, MINIMUM is zero. + +The return value is COLUMN. */) (column, minimum) Lisp_Object column, minimum; {
