summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2011-07-12 08:29:55 +0200
committerBastien Guerry <bzg@altern.org>2011-07-12 08:29:55 +0200
commit9fc6daa3d28cb1dcec87fcd769997b8f121e286c (patch)
tree5c96b3f3a3334f7cb31abc3c96e742031d604444
parent17603418ab47df2def38340c208e4f7c00194c19 (diff)
downloadorg-mode-9fc6daa3d28cb1dcec87fcd769997b8f121e286c.tar.gz
org-capture.el: Delete trailing whitespace.
-rw-r--r--lisp/org-capture.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/org-capture.el b/lisp/org-capture.el
index dd74ecc..aeb04f2 100644
--- a/lisp/org-capture.el
+++ b/lisp/org-capture.el
@@ -113,11 +113,11 @@ type The type of entry. Valid types are:
target Specification of where the captured item should be placed.
In Org-mode files, targets usually define a node. Entries will
become children of this node, other types will be added to the
- table or list in the body of this node.
+ table or list in the body of this node.
- Most target specifications contain a file name. If that file
- name is the empty string, it defaults to `org-default-notes-file'.
- A file can also be given as a variable, function, or Emacs Lisp
+ Most target specifications contain a file name. If that file
+ name is the empty string, it defaults to `org-default-notes-file'.
+ A file can also be given as a variable, function, or Emacs Lisp
form.
Valid values are:
@@ -666,7 +666,7 @@ already gone. Any prefix argument will be passed to the refile command."
(interactive)
;; FIXME: This does not do the right thing, we need to remove the new stuff
;; By hand it is easy: undo, then kill the buffer
- (let ((org-note-abort t)
+ (let ((org-note-abort t)
(org-capture-before-finalize-hook nil))
(org-capture-finalize)))