/[emacs]/emacs/src/fns.c
ViewVC logotype

Diff of /emacs/src/fns.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.302 by pj, Tue Nov 13 07:01:38 2001 UTC revision 1.303 by pj, Tue Nov 13 11:55:47 2001 UTC
# Line 74  extern long time (); Line 74  extern long time ();
74  #endif  #endif
75    
76  DEFUN ("identity", Fidentity, Sidentity, 1, 1, 0,  DEFUN ("identity", Fidentity, Sidentity, 1, 1, 0,
77         doc: /* Return the argument unchanged. */)         doc: /* Return the argument unchanged.  */)
78       (arg)       (arg)
79       Lisp_Object arg;       Lisp_Object arg;
80  {  {
# Line 1166  Elements of ALIST that are not conses ar Line 1166  Elements of ALIST that are not conses ar
1166  }  }
1167    
1168  DEFUN ("substring", Fsubstring, Ssubstring, 2, 3, 0,  DEFUN ("substring", Fsubstring, Ssubstring, 2, 3, 0,
1169         doc: /*         doc: /* Return a substring of STRING, starting at index FROM and ending before TO.
 Return a substring of STRING, starting at index FROM and ending before TO.  
1170  TO may be nil or omitted; then the substring runs to the end of STRING.  TO may be nil or omitted; then the substring runs to the end of STRING.
1171  If FROM or TO is negative, it counts from the end.  If FROM or TO is negative, it counts from the end.
1172    

Legend:
Removed from v.1.302  
changed lines
  Added in v.1.303

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26