]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fgoto_char): Fix docstring.
authorKenichi Handa <handa@m17n.org>
Fri, 17 Oct 2003 07:08:08 +0000 (07:08 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 17 Oct 2003 07:08:08 +0000 (07:08 +0000)
src/editfns.c

index e58cf8a5dd9d1997d6a4fe3edebd42c2787ddf66..fafa654bed1cdac57c77d698e7abebeca782a4ff 100644 (file)
@@ -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;
 {