+++
*** `fill-single-char-nobreak-p' prevents fill from breaking a line after
-a one-letter word, which is an error according to some rules of typography.
-To use it, add it to the `fill-nobreak-predicate' hook.
+a one-letter word, which is an error according to some typographical
+conventions. To use it, add it to the `fill-nobreak-predicate' hook.
+++
** Uniquify is enabled by default, with `post-forward-angle-brackets' style.
"Return non-nil if a one-letter word is before point.
This function is suitable for adding to the hook `fill-nobreak-predicate',
to prevent the breaking of a line just after a one-letter word,
-which is an error according to some rules of typography."
+which is an error according to some typographical conventions."
(save-excursion
(skip-chars-backward " \t")
(backward-char 2)