org-capture.el: Delete trailing whitespace.

This commit is contained in:
Bastien Guerry 2011-07-12 08:29:55 +02:00
parent 17603418ab
commit 9fc6daa3d2
1 changed files with 5 additions and 5 deletions

View File

@ -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)))