瀏覽代碼

Amend previous commit

Carsten Dominik 15 年之前
父節點
當前提交
aa0f1c57bb
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      lisp/org.el

+ 2 - 2
lisp/org.el

@@ -599,8 +599,8 @@ This may also be a function to test for appropriate locations where speed
 commands should be active."
   :group 'org-structure
   :type '(choice
-	  (const :tag "Never")
-	  (const :tag "At beginning of headline stars")
+	  (const :tag "Never" nil)
+	  (const :tag "At beginning of headline stars" t)
 	  (function)))
 
 (defcustom org-speed-commands-user nil