aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/editfns.c5
1 files changed, 1 insertions, 4 deletions
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)
246 246
247DEFUN ("goto-char", Fgoto_char, Sgoto_char, 1, 1, "NGoto char: ", 247DEFUN ("goto-char", Fgoto_char, Sgoto_char, 1, 1, "NGoto char: ",
248 doc: /* Set point to POSITION, a number or marker. 248 doc: /* Set point to POSITION, a number or marker.
249Beginning of buffer is position (point-min), end is (point-max). 249Beginning of buffer is position (point-min), end is (point-max). */)
250If the position is in the middle of a multibyte form,
251the actual point is set at the head of the multibyte form
252except in the case that `enable-multibyte-characters' is nil. */)
253 (position) 250 (position)
254 register Lisp_Object position; 251 register Lisp_Object position;
255{ 252{