0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-21 12:48:36 +00:00

Minor fix.

This commit is contained in:
Carsten Dominik 2009-04-15 18:25:28 +02:00
parent cb302b1715
commit cf52dd44bc

View file

@ -187,8 +187,8 @@ calendar | %:type %:date"
(choice :tag "Destin. headline"
(string :tag "Specify")
(const :tag "Use `org-remember-default-headline'" nil)
(const :tag "Level 1 at beginning of file" top)
(const :tag "Level 1 at end of file" bottom))
(const :tag "At beginning of file" top)
(const :tag "At end of file" bottom))
(choice :tag "Context"
(const :tag "Use in all contexts" nil)
(const :tag "Use in all contexts" t)