emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/editfns.c [emacs-unicode-2]


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/editfns.c [emacs-unicode-2]
Date: Fri, 17 Oct 2003 03:08:09 -0400

Index: emacs/src/editfns.c
diff -c emacs/src/editfns.c:1.359.2.1 emacs/src/editfns.c:1.359.2.2
*** emacs/src/editfns.c:1.359.2.1       Mon Sep  8 08:48:10 2003
--- emacs/src/editfns.c Fri Oct 17 03:08:08 2003
***************
*** 246,255 ****
  
  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.  */)
       (position)
       register Lisp_Object position;
  {
--- 246,252 ----
  
  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).  */)
       (position)
       register Lisp_Object position;
  {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]