/[emacs]/emacs/lisp/textmodes/paragraphs.el
ViewVC logotype

Diff of /emacs/lisp/textmodes/paragraphs.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.71 by rms, Sat May 22 21:53:38 2004 UTC revision 1.72 by rms, Sun Jun 13 22:03:53 2004 UTC
# Line 171  followed by two spaces, unless it's insi Line 171  followed by two spaces, unless it's insi
171  parenthesis.  See Info node `Sentences'."  parenthesis.  See Info node `Sentences'."
172    (or sentence-end    (or sentence-end
173        (concat (if sentence-end-without-period "\\w  \\|")        (concat (if sentence-end-without-period "\\w  \\|")
174                "\\([.?!][]\"'\xd0c9)}]*"                "\\([.?!][]\"'\xd0c9\x5397d)}]*"
175                (if sentence-end-double-space                (if sentence-end-double-space
176                    "\\($\\| $\\|\t\\|  \\)" "\\($\\|[\t ]\\)")                    "\\($\\| $\\|\t\\|  \\)" "\\($\\|[\t ]\\)")
177                "\\|[" sentence-end-without-space "]+\\)"                "\\|[" sentence-end-without-space "]+\\)"

Legend:
Removed from v.1.71  
changed lines
  Added in v.1.72

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26