From: Kenichi Handa Date: Fri, 17 Oct 2003 07:08:08 +0000 (+0000) Subject: (Fgoto_char): Fix docstring. X-Git-Tag: emacs-pretest-23.0.90~8295^2~1747 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3bb9958bc0dceafa3fc2f251c42b9df224dccadb;p=emacs.git (Fgoto_char): Fix docstring. --- 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) 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; {