summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2011-10-29 14:07:18 +0200
committerBastien Guerry <bzg@altern.org>2011-10-29 14:07:18 +0200
commitad09e1e0366d168d947bd937011d69c572c4fd9f (patch)
treef05a470691c413cbdd2c41d9058e20dc7003f51e
parentd85e0e35ecc283621278480d546701ec012ac6ca (diff)
downloadorg-mode-ad09e1e0366d168d947bd937011d69c572c4fd9f.tar.gz
org-capture.el: improve docstring for `org-capture-before-finalize-hook'.
* org-capture.el (org-capture-before-finalize-hook): Docstring improvement: mention that the buffer is widened when this hook is run. Thanks to Paul for a suggestion about this.
-rw-r--r--lisp/org-capture.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/org-capture.el b/lisp/org-capture.el
index 1b95073..92f2b81 100644
--- a/lisp/org-capture.el
+++ b/lisp/org-capture.el
@@ -333,7 +333,8 @@ calendar | %:type %:date"
(defcustom org-capture-before-finalize-hook nil
"Hook that is run right before a capture process is finalized.
-The capture buffer is still current when this hook runs."
+The capture buffer is still current when this hook runs and it is
+widened to the entire buffer."
:group 'org-capture
:type 'hook)