summaryrefslogtreecommitdiff
path: root/src/indent.c
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2018-01-27 12:11:28 +0200
committerEli Zaretskii <eliz@gnu.org>2018-01-27 12:11:28 +0200
commit22f98b31e333eacb2f23f872b149c76a781449a1 (patch)
tree463fbfc2ea7ea43e73bd5c6439e91f1e31899eb0 /src/indent.c
parent085ee439bfe78b78ed50f58dc56285b839153322 (diff)
downloademacs-22f98b31e333eacb2f23f872b149c76a781449a1.tar.gz
* src/indent.c (Findent_to): Doc fix. (Bug#30260)
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;