From: Eli Zaretskii Date: Sat, 24 Mar 2007 15:58:17 +0000 (+0000) Subject: (Findent_to): Doc fix. X-Git-Tag: emacs-pretest-22.0.97~204 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f64f035e75a781a9c53ba31b4330cb50c6d58a95;p=emacs.git (Findent_to): Doc fix. --- diff --git a/src/indent.c b/src/indent.c index a48b8b590e8..828267c3abf 100644 --- a/src/indent.c +++ b/src/indent.c @@ -735,7 +735,9 @@ string_display_width (string, beg, end) 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; {