Mercurial > emacs
comparison etc/NEWS @ 99162:bccadf804d55
Remove entry for `window-full-width-p' since it's in Emacs 22 already.
author | Martin Rudalics <rudalics@gmx.at> |
---|---|
date | Mon, 27 Oct 2008 10:28:00 +0000 |
parents | 814d2d823dd7 |
children | a70ba38c4731 |
comparison
equal
deleted
inserted
replaced
99161:fd7c6e1e6a17 | 99162:bccadf804d55 |
---|---|
1606 +++ | 1606 +++ |
1607 *** `face-all-attributes' returns an alist describing all the basic | 1607 *** `face-all-attributes' returns an alist describing all the basic |
1608 attributes of a given face. | 1608 attributes of a given face. |
1609 | 1609 |
1610 +++ | 1610 +++ |
1611 *** `window-full-width-p' returns t if a window is as wide as its | |
1612 frame. | |
1613 | |
1614 +++ | |
1615 *** `split-string-and-unquote' splits a string into a list of substrings | 1611 *** `split-string-and-unquote' splits a string into a list of substrings |
1616 on the boundaries of a given delimiter, and unquotes the substrings that | 1612 on the boundaries of a given delimiter, and unquotes the substrings that |
1617 are quoted. Useful for taking apart shell commands. | 1613 are quoted. Useful for taking apart shell commands. |
1618 | 1614 |
1619 +++ | 1615 +++ |