summaryrefslogtreecommitdiff
path: root/src/indent.c
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2012-04-13 14:20:39 +0800
committerChong Yidong <cyd@gnu.org>2012-04-13 14:20:39 +0800
commitc25df26eff9490f6c8b0ffc22d3d6f8c2043fff7 (patch)
tree1faf4468d2a3f8cac47381b5b906322959121cec /src/indent.c
parent8712423321df220fd344f56a937fa29ff2273cf2 (diff)
downloademacs-c25df26eff9490f6c8b0ffc22d3d6f8c2043fff7.tar.gz
* src/indent.c (Fmove_to_column): Change interactive spec.
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 1531d2ffde8..e9f86c95a9d 100644
--- a/src/indent.c
+++ b/src/indent.c
@@ -956,7 +956,8 @@ indented_beyond_p (EMACS_INT pos, EMACS_INT pos_byte, EMACS_INT column)
return val >= column;
}
-DEFUN ("move-to-column", Fmove_to_column, Smove_to_column, 1, 2, "p",
+DEFUN ("move-to-column", Fmove_to_column, Smove_to_column, 1, 2,
+ "NMove to column:",
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