aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2014-01-27 21:50:16 -0500
committerGlenn Morris2014-01-27 21:50:16 -0500
commit793ffe819539d4f642631910598b9c8dc696ec38 (patch)
tree427e29742730ec5e9487a9795c4138ba8d93115b /etc
parentafc123c7bfa0f8a88b52c1caa4f1b996e64fbe41 (diff)
downloademacs-793ffe819539d4f642631910598b9c8dc696ec38.tar.gz
emacs-793ffe819539d4f642631910598b9c8dc696ec38.zip
Doc for fill-single-char-nobreak-p
* doc/emacs/text.texi (Fill Commands): Mention fill-single-char-nobreak-p. * lisp/textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak. * etc/NEWS: Related edit.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS7
1 files changed, 3 insertions, 4 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 3a08223e269..546da03d699 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -280,11 +280,10 @@ having just one space, no spaces, or reverting to the original
280spacing. Like `just-one-space', it can handle or ignore newlines and 280spacing. Like `just-one-space', it can handle or ignore newlines and
281leave different number of spaces. 281leave different number of spaces.
282 282
283+++
283*** `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
284a 1-letter word, which is an error according to Polish and 285a one-letter word, which is an error according to some rules of typography.
285Czech typography rules. To globally enable this feature, evaluate: 286To use it, add it to the `fill-nobreak-predicate' hook.
286
287 (add-hook 'fill-nobreak-predicate 'fill-single-char-nobreak-p)
288 287
289+++ 288+++
290** Uniquify is enabled by default, with `post-forward-angle-brackets' style. 289** Uniquify is enabled by default, with `post-forward-angle-brackets' style.