Amend previous commit

This commit is contained in:
Carsten Dominik 2009-11-13 22:35:23 +01:00
parent 6bf3010061
commit aa0f1c57bb
1 changed files with 2 additions and 2 deletions

View File

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