diff options
| author | Paul Eggert | 2012-04-21 17:53:32 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-04-21 17:53:32 -0700 |
| commit | bbd347f5f7e99da1a559dad818b5fa8f59c0901e (patch) | |
| tree | 77c1fc54c2240b08d2859109d18cac8812a8ffb1 /src/indent.c | |
| parent | e4ecdc9c71af4199129d5dd2db1a32ff6b725fe4 (diff) | |
| parent | 9ee7d8b93cb143b473e6dffb708e777bc6fe5bd0 (diff) | |
| download | emacs-bbd347f5f7e99da1a559dad818b5fa8f59c0901e.tar.gz emacs-bbd347f5f7e99da1a559dad818b5fa8f59c0901e.zip | |
Merge from trunk.
Diffstat (limited to 'src/indent.c')
| -rw-r--r-- | src/indent.c | 3 |
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 | ||
| 965 | DEFUN ("move-to-column", Fmove_to_column, Smove_to_column, 1, 2, "p", | 965 | DEFUN ("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. |
| 967 | Interactively, COLUMN is the value of prefix numeric argument. | 968 | Interactively, COLUMN is the value of prefix numeric argument. |
| 968 | The column of a character is calculated by adding together the widths | 969 | The column of a character is calculated by adding together the widths |