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.
This commit is contained in:
Bastien Guerry 2011-10-29 14:07:18 +02:00
parent d85e0e35ec
commit ad09e1e036
1 changed files with 2 additions and 1 deletions

View File

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