From 3c86054304499a619d55ecb5bade0d2de8b4b8e3 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 3 Feb 2007 21:54:54 +0000 Subject: [PATCH] (Fmove_to_column): Document that the argument COLUMN is taken from prefix numeric argument. --- src/indent.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/indent.c b/src/indent.c index 89d83164560..a48b8b590e8 100644 --- a/src/indent.c +++ b/src/indent.c @@ -909,6 +909,7 @@ indented_beyond_p (pos, pos_byte, column) DEFUN ("move-to-column", Fmove_to_column, Smove_to_column, 1, 2, "p", doc: /* Move point to column COLUMN in the current line. +Interactively, COLUMN is the value of prefix numeric argument. The column of a character is calculated by adding together the widths as displayed of the previous characters in the line. This function ignores line-continuation; @@ -918,10 +919,10 @@ and horizontal scrolling has no effect. If specified column is within a character, point goes after that character. If it's past end of line, point goes to end of line. -A non-nil second (optional) argument FORCE means, -if COLUMN is in the middle of a tab character, change it to spaces. -In addition, if FORCE is t, and the line is too short -to reach column COLUMN, add spaces/tabs to get there. +Optional second argument FORCE non-nil means if COLUMN is in the +middle of a tab character, change it to spaces. +In addition, if FORCE is t, and the line is too short to reach +COLUMN, add spaces/tabs to get there. The return value is the current column. */) (column, force) -- 2.39.2