summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Dominik <carsten.dominik@gmail.com>2009-04-15 18:25:28 +0200
committerCarsten Dominik <carsten.dominik@gmail.com>2009-04-15 18:25:28 +0200
commitcf52dd44bce4d8f4973d4cae25bbd092e4ff30c6 (patch)
tree2f792508a520e53e3fa612642ea647bad763282f
parentcb302b17158204612cb521a04782e919b97d10e1 (diff)
downloadorg-mode-cf52dd44bce4d8f4973d4cae25bbd092e4ff30c6.tar.gz
Minor fix.
-rw-r--r--lisp/org-remember.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org-remember.el b/lisp/org-remember.el
index 8510cec..b84ed09 100644
--- a/lisp/org-remember.el
+++ b/lisp/org-remember.el
@@ -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)