Mercurial > emacs
changeset 89601:14734db85c38
(Fgoto_char): Fix docstring.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 17 Oct 2003 07:08:08 +0000 |
parents | 1ad3832f1d1d |
children | 611b87bc04a4 |
files | src/editfns.c |
diffstat | 1 files changed, 1 insertions(+), 4 deletions(-) [+] |
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; {