emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/textmodes/org.el


From: Carsten Dominik
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/org.el
Date: Thu, 13 Apr 2006 16:33:06 +0000

Index: emacs/lisp/textmodes/org.el
diff -u emacs/lisp/textmodes/org.el:1.82 emacs/lisp/textmodes/org.el:1.83
--- emacs/lisp/textmodes/org.el:1.82    Thu Apr 13 16:32:47 2006
+++ emacs/lisp/textmodes/org.el Thu Apr 13 16:33:06 2006
@@ -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))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]