mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-26 07:11:34 -08:00
(Fgoto_char): Fix docstring.
This commit is contained in:
parent
c6d251f01e
commit
3bb9958bc0
1 changed files with 1 additions and 4 deletions
|
|
@ -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;
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue