projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
085ee43
)
* src/indent.c (Findent_to): Doc fix. (Bug#30260)
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 27 Jan 2018 10:11:28 +0000
(12:11 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 27 Jan 2018 10:11:28 +0000
(12:11 +0200)
src/indent.c
patch
|
blob
|
history
diff --git
a/src/indent.c
b/src/indent.c
index 1a8bcebddc916ff20f849ce96b96fb5ff60e6d36..316171e609bff828546b4049f447b59096c7ef31 100644
(file)
--- 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;