diff options
| author | Chong Yidong | 2008-08-26 20:55:47 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-08-26 20:55:47 +0000 |
| commit | 9ac64acd79c519db1ff865d58d9a04014b80d81c (patch) | |
| tree | b5a908a5ec8421095a90f203ac6b92d8ec6b2252 /etc | |
| parent | 21259ba133e14bb2861a86793d8b2355e24cb259 (diff) | |
| download | emacs-9ac64acd79c519db1ff865d58d9a04014b80d81c.tar.gz emacs-9ac64acd79c519db1ff865d58d9a04014b80d81c.zip | |
Correct entry about non-breaking space.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1469,8 +1469,6 @@ invisible-p to check whether it would cause the text to be invisible. | |||
| 1469 | Convenient when checking invisibility of text with no buffer position | 1469 | Convenient 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 | |||
| 1478 | says to stop, where possible, at a pixel x-position equal to COLS | 1476 | says to stop, where possible, at a pixel x-position equal to COLS |
| 1479 | times the default column width. | 1477 | times 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 |