Mercurial > emacs
comparison etc/NEWS @ 53688:eb5675cfa625
*** empty log message ***
author | Jonathan Yavner <jyavner@member.fsf.org> |
---|---|
date | Sat, 24 Jan 2004 17:40:21 +0000 |
parents | f2b9a3d38bf2 |
children | 38163e38885b |
comparison
equal
deleted
inserted
replaced
53687:4f06a8a0e7a6 | 53688:eb5675cfa625 |
---|---|
1787 | 1787 |
1788 ** `cfengine-mode' is a major mode for editing GNU Cfengine | 1788 ** `cfengine-mode' is a major mode for editing GNU Cfengine |
1789 configuration files. | 1789 configuration files. |
1790 | 1790 |
1791 * Lisp Changes in Emacs 21.4 | 1791 * Lisp Changes in Emacs 21.4 |
1792 | |
1793 +++ | |
1794 ** The flags, width, and precision options for %-specifications in function | |
1795 `format' are now documented. Some flags that were accepted but not | |
1796 implemented (such as "*") are no longer accepted. | |
1792 | 1797 |
1793 +++ | 1798 +++ |
1794 ** New function `delete-dups' destructively removes `equal' duplicates | 1799 ** New function `delete-dups' destructively removes `equal' duplicates |
1795 from a list. Of several `equal' occurrences of an element in the list, | 1800 from a list. Of several `equal' occurrences of an element in the list, |
1796 the last one is kept. | 1801 the last one is kept. |