aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Rudalics2008-10-27 10:28:00 +0000
committerMartin Rudalics2008-10-27 10:28:00 +0000
commitbee6058c44425c625099e7c2f711fef42bd82073 (patch)
treef60fa4f5888c8abffc3f4cdf749f7c10eacd0d08
parent7bfac54794cbd665375aada341e80871d5f930b7 (diff)
downloademacs-bee6058c44425c625099e7c2f711fef42bd82073.tar.gz
emacs-bee6058c44425c625099e7c2f711fef42bd82073.zip
Remove entry for `window-full-width-p' since it's in Emacs 22 already.
-rw-r--r--etc/NEWS4
1 files changed, 0 insertions, 4 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 70fc968440e..77f5e2d3781 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1608,10 +1608,6 @@ useful for modes such as tar-mode, archive-mode, RMAIL.
1608attributes of a given face. 1608attributes of a given face.
1609 1609
1610+++ 1610+++
1611*** `window-full-width-p' returns t if a window is as wide as its
1612frame.
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
1616on the boundaries of a given delimiter, and unquotes the substrings that 1612on the boundaries of a given delimiter, and unquotes the substrings that
1617are quoted. Useful for taking apart shell commands. 1613are quoted. Useful for taking apart shell commands.