Bernt Hansen 17 лет назад
Родитель
Сommit
f5c00176ef
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      lisp/org-macs.el

+ 1 - 1
lisp/org-macs.el

@@ -75,7 +75,7 @@
     (defmacro declare-function (fn file &optional arglist fileonly))))
     (defmacro declare-function (fn file &optional arglist fileonly))))
 
 
 (defmacro org-maybe-intangible (props)
 (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
 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.
 intangible property is needed to make sure point skips this text.
 In Emacs 22, this is not necessary.  The intangible text property has
 In Emacs 22, this is not necessary.  The intangible text property has