From f5c00176ef9b9d841036f98fb996c37dfbd08478 Mon Sep 17 00:00:00 2001 From: Bernt Hansen Date: Tue, 16 Dec 2008 11:23:08 -0500 Subject: [PATCH] Fix typo in org-macs.el --- lisp/org-macs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-macs.el b/lisp/org-macs.el index 785309f06..c148d84dd 100644 --- a/lisp/org-macs.el +++ b/lisp/org-macs.el @@ -75,7 +75,7 @@ (defmacro declare-function (fn file &optional arglist fileonly)))) (defmacro org-maybe-intangible (props) - "Add '(intangigble t) to PROPS if Emacs version is earlier than Emacs 22. + "Add '(intangible t) to PROPS if Emacs version is earlier than Emacs 22. In emacs 21, invisible text is not avoided by the command loop, so the intangible property is needed to make sure point skips this text. In Emacs 22, this is not necessary. The intangible text property has -- 2.11.4.GIT