comparison etc/NEWS @ 78471:40bf41048aad

Replace `iff'.
author Glenn Morris <rgm@gnu.org>
date Wed, 08 Aug 2007 07:12:04 +0000
parents aebddcb3277b
children 437c27340640
comparison
equal deleted inserted replaced
78470:8124d29b8a76 78471:40bf41048aad
3556 *** The new function `memql' is like `memq', but uses `eql' for comparison, 3556 *** The new function `memql' is like `memq', but uses `eql' for comparison,
3557 that is, floats are compared by value and other elements with `eq'. 3557 that is, floats are compared by value and other elements with `eq'.
3558 3558
3559 *** New functions `string-or-null-p' and `booleanp'. 3559 *** New functions `string-or-null-p' and `booleanp'.
3560 3560
3561 `string-or-null-p' returns non-nil iff OBJECT is a string or nil. 3561 `string-or-null-p' returns non-nil if OBJECT is a string or nil.
3562 `booleanp' returns non-nil iff OBJECT is t or nil. 3562 `booleanp' returns non-nil if OBJECT is t or nil.
3563 3563
3564 *** `makehash' is now obsolete. Use `make-hash-table' instead. 3564 *** `makehash' is now obsolete. Use `make-hash-table' instead.
3565 3565
3566 *** Minor change in the function `format'. 3566 *** Minor change in the function `format'.
3567 3567