emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/fns.c


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/fns.c
Date: Thu, 28 Feb 2002 20:39:56 -0500

Index: emacs/src/fns.c
diff -c emacs/src/fns.c:1.302 emacs/src/fns.c:1.303
*** emacs/src/fns.c:1.302       Tue Nov 13 02:01:38 2001
--- emacs/src/fns.c     Tue Nov 13 06:55:47 2001
***************
*** 74,80 ****
  #endif
  
  DEFUN ("identity", Fidentity, Sidentity, 1, 1, 0,
!        doc: /* Return the argument unchanged. */)
       (arg)
       Lisp_Object arg;
  {
--- 74,80 ----
  #endif
  
  DEFUN ("identity", Fidentity, Sidentity, 1, 1, 0,
!        doc: /* Return the argument unchanged.  */)
       (arg)
       Lisp_Object arg;
  {
***************
*** 1166,1173 ****
  }
  
  DEFUN ("substring", Fsubstring, Ssubstring, 2, 3, 0,
!        doc: /* 
! Return a substring of STRING, starting at index FROM and ending before TO.
  TO may be nil or omitted; then the substring runs to the end of STRING.
  If FROM or TO is negative, it counts from the end.
  
--- 1166,1172 ----
  }
  
  DEFUN ("substring", Fsubstring, Ssubstring, 2, 3, 0,
!        doc: /* Return a substring of STRING, starting at index FROM and 
ending before TO.
  TO may be nil or omitted; then the substring runs to the end of STRING.
  If FROM or TO is negative, it counts from the end.
  



reply via email to

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