From: Dave Love Date: Wed, 7 Feb 2001 23:33:35 +0000 (+0000) Subject: (sentence-end): Doc fix. X-Git-Tag: emacs-pretest-21.0.98~109 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8919155a8fa9e6cd4cb4681cffeb22a3c6134a62;p=emacs.git (sentence-end): Doc fix. --- diff --git a/lisp/textmodes/paragraphs.el b/lisp/textmodes/paragraphs.el index f1ad48dd3cf..2913c83134d 100644 --- a/lisp/textmodes/paragraphs.el +++ b/lisp/textmodes/paragraphs.el @@ -137,7 +137,8 @@ of a sentence, the ending period, question mark, or exclamation point must be followed by two spaces, unless it's inside some sort of quotes or parenthesis. -See also the variable `sentence-end-double-space' and Info node `Sentences'." +See also the variable `sentence-end-double-space', the variable +`sentence-end-without-period' and Info node `Sentences'." :group 'paragraphs :type 'regexp)