]> git.eshelyaron.com Git - emacs.git/commitdiff
(Findent_to): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Sat, 24 Mar 2007 15:58:17 +0000 (15:58 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 24 Mar 2007 15:58:17 +0000 (15:58 +0000)
src/indent.c

index a48b8b590e8de631f4a6e59ba71925928d27f984..828267c3abfb9ba96d5fd877ca86de6d20b6b3e2 100644 (file)
@@ -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;
 {