Mercurial > hg > xemacs-beta
diff src/fns.c @ 241:f955c73f5258 r20-5b19
Import from CVS: tag r20-5b19
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:16:16 +0200 |
parents | 2c611d1463a6 |
children | c5d627a313b1 |
line wrap: on
line diff
--- a/src/fns.c Mon Aug 13 10:15:49 2007 +0200 +++ b/src/fns.c Mon Aug 13 10:16:16 2007 +0200 @@ -269,11 +269,12 @@ DEFUN ("string-equal", Fstring_equal, 2, 2, 0, /* T if two strings have identical contents. Case is significant. Text properties are ignored. -(Under XEmacs, `equal' also ignores text properties and extents in -strings, but this is not the case under FSF Emacs.) +\(Under XEmacs, `equal' also ignores text properties and extents in +strings, but this is not the case under FSF Emacs 19. In FSF Emacs 20 +`equal' is the same as in XEmacs, in that respect.) Symbols are also allowed; their print names are used instead. */ - (s1, s2)) + (s1, s2)) { int len;