aboutsummaryrefslogtreecommitdiffstats
path: root/src/indent.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/indent.c')
-rw-r--r--src/indent.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/indent.c b/src/indent.c
index 22b0bb2c668..32533438e2a 100644
--- a/src/indent.c
+++ b/src/indent.c
@@ -962,7 +962,8 @@ indented_beyond_p (ptrdiff_t pos, ptrdiff_t pos_byte, EMACS_INT column)
962 return val >= column; 962 return val >= column;
963} 963}
964 964
965DEFUN ("move-to-column", Fmove_to_column, Smove_to_column, 1, 2, "p", 965DEFUN ("move-to-column", Fmove_to_column, Smove_to_column, 1, 2,
966 "NMove to column: ",
966 doc: /* Move point to column COLUMN in the current line. 967 doc: /* Move point to column COLUMN in the current line.
967Interactively, COLUMN is the value of prefix numeric argument. 968Interactively, COLUMN is the value of prefix numeric argument.
968The column of a character is calculated by adding together the widths 969The column of a character is calculated by adding together the widths