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: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/src/fns.c
Date: Tue, 13 Nov 2001 06:55:48 -0500

Index: emacs/src/fns.c
diff -u 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,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.
 



reply via email to

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