/[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.80 by rms, Fri Oct 21 18:56:56 2005 UTC revision 1.81 by monnier, Tue Oct 25 04:56:18 2005 UTC
# Line 159  to obtain the value of this variable." Line 159  to obtain the value of this variable."
159    :group 'paragraphs    :group 'paragraphs
160    :type '(choice regexp (const :tag "Use default value" nil)))    :type '(choice regexp (const :tag "Use default value" nil)))
161    
162  (defcustom sentence-end-base "[.?!][]\"'\xd0c9\x5397d)}]*"  (defcustom sentence-end-base "[.?!][]\"'$B!I$,1r}(B)}]*"
163    "*Regexp matching the basic end of a sentence, not including following space."    "*Regexp matching the basic end of a sentence, not including following space."
164    :group 'paragraphs    :group 'paragraphs
165    :type 'string    :type 'string
# Line 502  ones already marked." Line 502  ones already marked."
502    (interactive "*p")    (interactive "*p")
503    (transpose-subr 'forward-sentence arg))    (transpose-subr 'forward-sentence arg))
504    
505  ;;; Local Variables:  ;; Local Variables:
506  ;;; coding: iso-2022-7bit  ;; coding: iso-2022-7bit
507  ;;; End:  ;; End:
508    
509  ;;; arch-tag: e727eb1a-527a-4464-b9d7-9d3ec0d1a575  ;; arch-tag: e727eb1a-527a-4464-b9d7-9d3ec0d1a575
510  ;;; paragraphs.el ends here  ;;; paragraphs.el ends here

Legend:
Removed from v.1.80  
changed lines
  Added in v.1.81

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