aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong2008-08-26 20:55:47 +0000
committerChong Yidong2008-08-26 20:55:47 +0000
commit9ac64acd79c519db1ff865d58d9a04014b80d81c (patch)
treeb5a908a5ec8421095a90f203ac6b92d8ec6b2252 /etc
parent21259ba133e14bb2861a86793d8b2355e24cb259 (diff)
downloademacs-9ac64acd79c519db1ff865d58d9a04014b80d81c.tar.gz
emacs-9ac64acd79c519db1ff865d58d9a04014b80d81c.zip
Correct entry about non-breaking space.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 349d7bfd278..f9c49d57095 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1469,8 +1469,6 @@ invisible-p to check whether it would cause the text to be invisible.
1469Convenient when checking invisibility of text with no buffer position 1469Convenient when checking invisibility of text with no buffer position
1470(e.g. in before/after-strings). 1470(e.g. in before/after-strings).
1471 1471
1472*** Non-breaking space is now displayed as whitespace.
1473
1474*** `clear-image-cache' can be told to flush only images of a specific file. 1472*** `clear-image-cache' can be told to flush only images of a specific file.
1475 1473
1476*** `vertical-motion' can now be given a goal column. 1474*** `vertical-motion' can now be given a goal column.
@@ -1478,6 +1476,8 @@ It now accepts a cons cell (COLS . LINES) in its first argument, which
1478says to stop, where possible, at a pixel x-position equal to COLS 1476says to stop, where possible, at a pixel x-position equal to COLS
1479times the default column width. 1477times the default column width.
1480 1478
1479** The Lisp interpreter now treats non-breaking space as whitespace.
1480
1481** Miscellaneous new functions 1481** Miscellaneous new functions
1482 1482
1483*** `format-seconds' converts a number of seconds into a readable 1483*** `format-seconds' converts a number of seconds into a readable