# HG changeset patch # User Carsten Dominik # Date 1144945986 0 # Node ID 513397bbb13c1466002bbdd019a2038a246f2488 # Parent 65315013f21a156e38afe9cbcda97683e98d377e *** empty log message *** diff -r 65315013f21a -r 513397bbb13c lisp/textmodes/org.el --- a/lisp/textmodes/org.el Thu Apr 13 16:32:47 2006 +0000 +++ b/lisp/textmodes/org.el Thu Apr 13 16:33:06 2006 +0000 @@ -13238,7 +13238,7 @@ ;; through to `fill-paragraph' when appropriate. (set (make-local-variable 'fill-paragraph-function) 'org-fill-paragraph) ;; Adaptive filling: To get full control, first make sure that - ;; `adaptive-fill-regexp' never matches. Then install our won matcher. + ;; `adaptive-fill-regexp' never matches. Then install our own matcher. (set (make-local-variable 'adaptive-fill-regexp) "\000") (set (make-local-variable 'adaptive-fill-function) 'org-adaptive-fill-function))