Mercurial > emacs
changeset 70018:513397bbb13c
*** empty log message ***
author | Carsten Dominik <dominik@science.uva.nl> |
---|---|
date | Thu, 13 Apr 2006 16:33:06 +0000 |
parents | 65315013f21a |
children | a186cf26482b |
files | lisp/textmodes/org.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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))