mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-16 00:40:06 +00:00
* src/indent.c (Findent_to): Doc fix. (Bug#30260)
This commit is contained in:
parent
085ee439bf
commit
22f98b31e3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
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. */)
|
The return value is the column where the insertion ends. */)
|
||||||
(Lisp_Object column, Lisp_Object minimum)
|
(Lisp_Object column, Lisp_Object minimum)
|
||||||
{
|
{
|
||||||
EMACS_INT mincol;
|
EMACS_INT mincol;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue