org-agenda.el (org-agenda-persistent-marks): Minor docstring enhancement

* org-agenda.el (org-agenda-persistent-marks): Minor docstring enhancement.
This commit is contained in:
Bastien Guerry 2012-08-20 08:02:36 +02:00
parent b4df37076d
commit 4e5ed3c453
1 changed files with 2 additions and 2 deletions

View File

@ -8754,8 +8754,8 @@ This will remove the markers and the overlays."
(defcustom org-agenda-persistent-marks nil
"Non-nil means marked items will stay marked after a bulk action.
You can interactively and temporarily toggle by typing `p' when you
are prompted for a bulk action."
You can toggle this interactively by typing `p' when prompted for a
bulk action."
:group 'org-agenda
:version "24.1"
:type 'boolean)