diff src/fns.c @ 41006:fd83ec62a495

Doc fix.
author Pavel Janík <Pavel@Janik.cz>
date Tue, 13 Nov 2001 11:55:47 +0000
parents aa298258434a
children d0bef01f3cb3 38cab5bfa62b
line wrap: on
line diff
--- a/src/fns.c	Tue Nov 13 11:54:47 2001 +0000
+++ b/src/fns.c	Tue Nov 13 11:55:47 2001 +0000
@@ -74,7 +74,7 @@
 #endif
 
 DEFUN ("identity", Fidentity, Sidentity, 1, 1, 0,
-       doc: /* Return the argument unchanged. */)
+       doc: /* Return the argument unchanged.  */)
      (arg)
      Lisp_Object arg;
 {
@@ -1166,8 +1166,7 @@
 }
 
 DEFUN ("substring", Fsubstring, Ssubstring, 2, 3, 0,
-       doc: /* 
-Return a substring of STRING, starting at index FROM and ending before TO.
+       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.