aboutsummaryrefslogtreecommitdiffstats
path: root/src/indent.c
diff options
context:
space:
mode:
authorPaul Eggert2012-04-21 17:53:32 -0700
committerPaul Eggert2012-04-21 17:53:32 -0700
commitbbd347f5f7e99da1a559dad818b5fa8f59c0901e (patch)
tree77c1fc54c2240b08d2859109d18cac8812a8ffb1 /src/indent.c
parente4ecdc9c71af4199129d5dd2db1a32ff6b725fe4 (diff)
parent9ee7d8b93cb143b473e6dffb708e777bc6fe5bd0 (diff)
downloademacs-bbd347f5f7e99da1a559dad818b5fa8f59c0901e.tar.gz
emacs-bbd347f5f7e99da1a559dad818b5fa8f59c0901e.zip
Merge from trunk.
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