emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] [PATCH] Fix spelling in variable documentation


From: Bernt Hansen
Subject: [Orgmode] [PATCH] Fix spelling in variable documentation
Date: Fri, 14 Nov 2008 12:58:20 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

 - org-remember-store-without-prompt
---

Minor typo fix in the documentation.  This is available on the
git://git.norang.ca/org-mode repository on the 'for-carsten' branch.

You can cherry pick commits easily with gitk as follows:

$ git checkout master
$ git fetch git://git.norang.ca/org-mode for-carsten
$ gitk master FETCH_HEAD

Then right-click on the commits on FETCH_HEAD and select 'Cherry-pick
this commit' from the menu.  This adds the commit to your current
(master) branch.

Regards,
Bernt

 lisp/org-remember.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lisp/org-remember.el b/lisp/org-remember.el
index 41927f3..40d3b19 100644
--- a/lisp/org-remember.el
+++ b/lisp/org-remember.el
@@ -54,7 +54,7 @@
 (defcustom org-remember-store-without-prompt t
   "Non-nil means, `C-c C-c' stores remember note without further prompts.
 It then uses the file and headline specified by the template or (if the
-themplate does not specify them) by the variables `org-default-notes-file'
+template does not specify them) by the variables `org-default-notes-file'
 and `org-remember-default-headline'.  To force prompting anyway, use 
 `C-u C-c C-c' to file the note.
 
-- 
1.6.0.4.608.ga9645





reply via email to

[Prev in Thread] Current Thread [Next in Thread]