Mercurial > emacs
changeset 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 | d8317a95db16 |
children | b640412a8458 |
files | lisp/org/org-remember.el |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/org/org-remember.el Thu May 08 15:45:20 2008 +0000 +++ b/lisp/org/org-remember.el Thu May 08 15:45:41 2008 +0000 @@ -53,8 +53,8 @@ "Non-nil means, `C-c C-c' stores remember note without further promts. In this case, you need `C-u C-c C-c' to get the prompts for note file and headline. -When this variable is nil, `C-c C-c' give you the prompts, and -`C-u C-c C-c' trigger the fasttrack." +When this variable is nil, `C-c C-c' gives you the prompts, and +`C-u C-c C-c' triggers the fasttrack." :group 'org-remember :type 'boolean) @@ -87,7 +87,7 @@ (defcustom org-remember-templates nil "Templates for the creation of remember buffers. When nil, just let remember make the buffer. -When not nil, this is a list of 5-element lists. In each entry, the first +When non-nil, this is a list of 5-element lists. In each entry, the first element is the name of the template, which should be a single short word. The second element is a character, a unique key to select this template. The third element is the template.