# HG changeset patch # User Kenichi Handa # Date 1066374488 0 # Node ID 14734db85c38980463a026def908dd27513fdc9d # Parent 1ad3832f1d1dbf5f933980ce9f5af9036f233919 (Fgoto_char): Fix docstring. diff -r 1ad3832f1d1d -r 14734db85c38 src/editfns.c --- 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; {