From f64f035e75a781a9c53ba31b4330cb50c6d58a95 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 24 Mar 2007 15:58:17 +0000 Subject: [PATCH] (Findent_to): Doc fix. --- src/indent.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; { -- 2.39.5