Mercurial > hg > xemacs-beta
diff lisp/prim/fill.el @ 62:28a7c63c7e1e r19-16-pre6
Import from CVS: tag r19-16-pre6
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:59:13 +0200 |
parents | ec9a17fef872 |
children | 131b0175ea99 |
line wrap: on
line diff
--- a/lisp/prim/fill.el Mon Aug 13 08:59:00 2007 +0200 +++ b/lisp/prim/fill.el Mon Aug 13 08:59:13 2007 +0200 @@ -38,7 +38,9 @@ A value of nil means that any change in indentation starts a new paragraph.") (defconst sentence-end-double-space t - "*Non-nil means a single space does not end a sentence.") + "*Non-nil means a single space does not end a sentence. +This variable applies only to filling, not motion commands. To +change the behavior of motion commands, see `sentence-end'.") (defconst colon-double-space nil "*Non-nil means put two spaces after a colon when filling.")