Fix typo in org-macs.el

This commit is contained in:
Bernt Hansen 2008-12-16 11:23:08 -05:00
parent bf96c51056
commit f5c00176ef
1 changed files with 1 additions and 1 deletions

View File

@ -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