emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r116185: Tweak previous fill-single-char-nobreak-p d


From: Glenn Morris
Subject: [Emacs-diffs] trunk r116185: Tweak previous fill-single-char-nobreak-p doc change
Date: Tue, 28 Jan 2014 03:00:22 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116185
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2014-01-27 22:00:20 -0500
message:
  Tweak previous fill-single-char-nobreak-p doc change
modified:
  etc/NEWS                       news-20100311060928-aoit31wvzf25yr1z-1
  lisp/textmodes/fill.el         fill.el-20091113204419-o5vbwnq5f7feedwu-127
=== modified file 'etc/NEWS'
--- a/etc/NEWS  2014-01-28 02:50:16 +0000
+++ b/etc/NEWS  2014-01-28 03:00:20 +0000
@@ -282,8 +282,8 @@
 
 +++
 *** `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.

=== modified file 'lisp/textmodes/fill.el'
--- a/lisp/textmodes/fill.el    2014-01-28 02:50:16 +0000
+++ b/lisp/textmodes/fill.el    2014-01-28 03:00:20 +0000
@@ -333,7 +333,7 @@
   "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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]