diff options
| author | Chong Yidong | 2012-04-13 14:22:01 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-04-13 14:22:01 +0800 |
| commit | c6e571fbb7b00d18f9ffdb40fb19611d9c8c1e61 (patch) | |
| tree | 878aa132fdc0b23119d018a75b393278e0fa3148 /src | |
| parent | c25df26eff9490f6c8b0ffc22d3d6f8c2043fff7 (diff) | |
| download | emacs-c6e571fbb7b00d18f9ffdb40fb19611d9c8c1e61.tar.gz emacs-c6e571fbb7b00d18f9ffdb40fb19611d9c8c1e61.zip | |
Fix typo in last commit.
Diffstat (limited to 'src')
| -rw-r--r-- | src/indent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/indent.c b/src/indent.c index e9f86c95a9d..280607f7ecb 100644 --- a/src/indent.c +++ b/src/indent.c | |||
| @@ -957,7 +957,7 @@ indented_beyond_p (EMACS_INT pos, EMACS_INT pos_byte, EMACS_INT column) | |||
| 957 | } | 957 | } |
| 958 | 958 | ||
| 959 | DEFUN ("move-to-column", Fmove_to_column, Smove_to_column, 1, 2, | 959 | DEFUN ("move-to-column", Fmove_to_column, Smove_to_column, 1, 2, |
| 960 | "NMove to column:", | 960 | "NMove to column: ", |
| 961 | doc: /* Move point to column COLUMN in the current line. | 961 | doc: /* Move point to column COLUMN in the current line. |
| 962 | Interactively, COLUMN is the value of prefix numeric argument. | 962 | Interactively, COLUMN is the value of prefix numeric argument. |
| 963 | The column of a character is calculated by adding together the widths | 963 | The column of a character is calculated by adding together the widths |