瀏覽代碼

Merge branch 'maint'

Kyle Meyer 4 年之前
父節點
當前提交
eac255d911
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      lisp/org-attach.el

+ 1 - 2
lisp/org-attach.el

@@ -130,8 +130,7 @@ Selective means to respect the inheritance setting in
   :type '(choice
 	  (const :tag "Don't use inheritance" nil)
 	  (const :tag "Inherit parent node attachments" t)
-	  (const :tag "Respect org-use-property-inheritance" selective))
-  :type 'boolean)
+	  (const :tag "Respect org-use-property-inheritance" selective)))
 
 (defcustom org-attach-store-link-p nil
   "Non-nil means store a link to a file when attaching it."