]> git.eshelyaron.com Git - emacs.git/commitdiff
(sentence-end): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Sun, 22 Apr 2001 08:35:45 +0000 (08:35 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sun, 22 Apr 2001 08:35:45 +0000 (08:35 +0000)
lisp/ChangeLog
lisp/textmodes/paragraphs.el

index 77744ca37ebdc77eb36065d51934360752e3a745..08d8fd2c9809975cff732b959f6145d5d8882edc 100644 (file)
@@ -1,3 +1,7 @@
+2001-04-22  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * textmodes/paragraphs.el (sentence-end): Doc fix.
+
 2001-04-20  Alex Schroeder  <alex@gnu.org>
 
        * sql.el (sql-escape-newlines-and-send): New function.
index 305f24b60498fbd34ba4423f72d72c3706b3b5ae..4ecc0c2d43387fbe00f63086d08e96e614268a57 100644 (file)
@@ -130,6 +130,7 @@ text indented by a margin setting."
 
 (defcustom sentence-end (purecopy "[.?!][]\"')}]*\\($\\| $\\|\t\\|  \\)[ \t\n]*")
   "*Regexp describing the end of a sentence.
+The value includes the whitespace following the sentence.
 All paragraph boundaries also end sentences, regardless.
 
 The default value specifies that in order to be recognized as the end