comparison lisp/org/org-remember.el @ 94770:dd60c92dc99e

(org-remember-store-without-prompt, org-remember-templates): Fix typos in docstrings.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 08 May 2008 15:45:41 +0000
parents ba3167bc4143
children c1ef445563bb
comparison
equal deleted inserted replaced
94769:d8317a95db16 94770:dd60c92dc99e
51 51
52 (defcustom org-remember-store-without-prompt t 52 (defcustom org-remember-store-without-prompt t
53 "Non-nil means, `C-c C-c' stores remember note without further promts. 53 "Non-nil means, `C-c C-c' stores remember note without further promts.
54 In this case, you need `C-u C-c C-c' to get the prompts for 54 In this case, you need `C-u C-c C-c' to get the prompts for
55 note file and headline. 55 note file and headline.
56 When this variable is nil, `C-c C-c' give you the prompts, and 56 When this variable is nil, `C-c C-c' gives you the prompts, and
57 `C-u C-c C-c' trigger the fasttrack." 57 `C-u C-c C-c' triggers the fasttrack."
58 :group 'org-remember 58 :group 'org-remember
59 :type 'boolean) 59 :type 'boolean)
60 60
61 (defcustom org-remember-interactive-interface 'refile 61 (defcustom org-remember-interactive-interface 'refile
62 "The interface to be used for interactive filing of remember notes. 62 "The interface to be used for interactive filing of remember notes.
85 :type 'string) 85 :type 'string)
86 86
87 (defcustom org-remember-templates nil 87 (defcustom org-remember-templates nil
88 "Templates for the creation of remember buffers. 88 "Templates for the creation of remember buffers.
89 When nil, just let remember make the buffer. 89 When nil, just let remember make the buffer.
90 When not nil, this is a list of 5-element lists. In each entry, the first 90 When non-nil, this is a list of 5-element lists. In each entry, the first
91 element is the name of the template, which should be a single short word. 91 element is the name of the template, which should be a single short word.
92 The second element is a character, a unique key to select this template. 92 The second element is a character, a unique key to select this template.
93 The third element is the template. 93 The third element is the template.
94 94
95 The fourth element is optional and can specify a destination file for 95 The fourth element is optional and can specify a destination file for