From: Chong Yidong Date: Fri, 13 Apr 2012 06:22:01 +0000 (+0800) Subject: Fix typo in last commit. X-Git-Tag: emacs-24.2.90~471^2~364^2~15 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c6e571fbb7b00d18f9ffdb40fb19611d9c8c1e61;p=emacs.git Fix typo in last commit. --- 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) } DEFUN ("move-to-column", Fmove_to_column, Smove_to_column, 1, 2, - "NMove to column:", + "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