summaryrefslogtreecommitdiff
path: root/src/indent.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/indent.c')
-rw-r--r--src/indent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/indent.c b/src/indent.c
index 1a8bcebddc9..316171e609b 100644
--- a/src/indent.c
+++ b/src/indent.c
@@ -813,7 +813,7 @@ DEFUN ("indent-to", Findent_to, Sindent_to, 1, 2, "NIndent to column: ",
Optional second argument MINIMUM says always do at least MINIMUM spaces
even if that goes past COLUMN; by default, MINIMUM is zero.
-The return value is COLUMN. */)
+The return value is the column where the insertion ends. */)
(Lisp_Object column, Lisp_Object minimum)
{
EMACS_INT mincol;