diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/editfns.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/editfns.c b/src/editfns.c index e58cf8a5dd9..fafa654bed1 100644 --- a/src/editfns.c +++ b/src/editfns.c | |||
| @@ -246,10 +246,7 @@ clip_to_bounds (lower, num, upper) | |||
| 246 | 246 | ||
| 247 | DEFUN ("goto-char", Fgoto_char, Sgoto_char, 1, 1, "NGoto char: ", | 247 | DEFUN ("goto-char", Fgoto_char, Sgoto_char, 1, 1, "NGoto char: ", |
| 248 | doc: /* Set point to POSITION, a number or marker. | 248 | doc: /* Set point to POSITION, a number or marker. |
| 249 | Beginning of buffer is position (point-min), end is (point-max). | 249 | Beginning of buffer is position (point-min), end is (point-max). */) |
| 250 | If the position is in the middle of a multibyte form, | ||
| 251 | the actual point is set at the head of the multibyte form | ||
| 252 | except in the case that `enable-multibyte-characters' is nil. */) | ||
| 253 | (position) | 250 | (position) |
| 254 | register Lisp_Object position; | 251 | register Lisp_Object position; |
| 255 | { | 252 | { |