Mercurial > emacs
diff src/editfns.c @ 89601:14734db85c38
(Fgoto_char): Fix docstring.
| author | Kenichi Handa <handa@m17n.org> |
|---|---|
| date | Fri, 17 Oct 2003 07:08:08 +0000 |
| parents | 2f877ed80fa6 |
| children | c49eea8699c8 |
line wrap: on
line diff
--- a/src/editfns.c Fri Oct 17 07:06:53 2003 +0000 +++ b/src/editfns.c Fri Oct 17 07:08:08 2003 +0000 @@ -246,10 +246,7 @@ DEFUN ("goto-char", Fgoto_char, Sgoto_char, 1, 1, "NGoto char: ", doc: /* Set point to POSITION, a number or marker. -Beginning of buffer is position (point-min), end is (point-max). -If the position is in the middle of a multibyte form, -the actual point is set at the head of the multibyte form -except in the case that `enable-multibyte-characters' is nil. */) +Beginning of buffer is position (point-min), end is (point-max). */) (position) register Lisp_Object position; {
