diff options
| author | Juanma Barranquero | 2008-05-08 15:45:41 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-05-08 15:45:41 +0000 |
| commit | eb82b61d608d1f85412d1fb7d58f37bb2c419d3a (patch) | |
| tree | 72405b3a3e17d87d46d80fe993d3656b00e376f9 | |
| parent | 8f043d3d9ca0e9780860998f05411891fbb4ab3a (diff) | |
| download | emacs-eb82b61d608d1f85412d1fb7d58f37bb2c419d3a.tar.gz emacs-eb82b61d608d1f85412d1fb7d58f37bb2c419d3a.zip | |
(org-remember-store-without-prompt, org-remember-templates):
Fix typos in docstrings.
| -rw-r--r-- | lisp/org/org-remember.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/org/org-remember.el b/lisp/org/org-remember.el index 6d7e92fe0c4..8a9bcecef66 100644 --- a/lisp/org/org-remember.el +++ b/lisp/org/org-remember.el | |||
| @@ -53,8 +53,8 @@ | |||
| 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 | ||
| @@ -87,7 +87,7 @@ You can set this on a per-template basis with the variable | |||
| 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. |