/[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.60.4.5 by miles, Tue Apr 27 14:08:33 2004 UTC revision 1.60.4.6 by miles, Tue Jul 6 09:23:48 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)}]*"
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.60.4.5  
changed lines
  Added in v.1.60.4.6

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