summaryrefslogtreecommitdiff
path: root/src/indent.c
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2007-03-24 15:58:17 +0000
committerEli Zaretskii <eliz@gnu.org>2007-03-24 15:58:17 +0000
commit75f3ef9036f13044eebd3de4803eb88545f3e655 (patch)
tree35fac974123ba745aa7516d2f37a55c7347f9b06 /src/indent.c
parent5d92328acc12a12d24269701aac8f18731d252e0 (diff)
downloademacs-75f3ef9036f13044eebd3de4803eb88545f3e655.tar.gz
(Findent_to): Doc fix.
Diffstat (limited to 'src/indent.c')
-rw-r--r--src/indent.c4
1 files changed, 3 insertions, 1 deletions
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;
{