소스 검색

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