diff options
| author | Glenn Morris | 2014-01-27 22:00:20 -0500 |
|---|---|---|
| committer | Glenn Morris | 2014-01-27 22:00:20 -0500 |
| commit | 0a60cc0dbcfc1d6c12f725038464584c66ca9dfb (patch) | |
| tree | 534de95ef068841445dcb801010c7b72dabdd246 /etc | |
| parent | 793ffe819539d4f642631910598b9c8dc696ec38 (diff) | |
| download | emacs-0a60cc0dbcfc1d6c12f725038464584c66ca9dfb.tar.gz emacs-0a60cc0dbcfc1d6c12f725038464584c66ca9dfb.zip | |
Tweak previous fill-single-char-nobreak-p doc change
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -282,8 +282,8 @@ leave different number of spaces. | |||
| 282 | 282 | ||
| 283 | +++ | 283 | +++ |
| 284 | *** `fill-single-char-nobreak-p' prevents fill from breaking a line after | 284 | *** `fill-single-char-nobreak-p' prevents fill from breaking a line after |
| 285 | a one-letter word, which is an error according to some rules of typography. | 285 | a one-letter word, which is an error according to some typographical |
| 286 | To use it, add it to the `fill-nobreak-predicate' hook. | 286 | conventions. To use it, add it to the `fill-nobreak-predicate' hook. |
| 287 | 287 | ||
| 288 | +++ | 288 | +++ |
| 289 | ** Uniquify is enabled by default, with `post-forward-angle-brackets' style. | 289 | ** Uniquify is enabled by default, with `post-forward-angle-brackets' style. |