Browse Source

Fix docstring.

Bastien Guerry 15 years ago
parent
commit
538cf4e07c
1 changed files with 1 additions and 2 deletions
  1. 1 2
      lisp/org-agenda.el

+ 1 - 2
lisp/org-agenda.el

@@ -4002,8 +4002,7 @@ The remainder is either a list of TODO keywords, or a state symbol
   "Create agenda view for projects that are stuck.
   "Create agenda view for projects that are stuck.
 Stuck projects are project that have no next actions.  For the definitions
 Stuck projects are project that have no next actions.  For the definitions
 of what a project is and how to check if it stuck, customize the variable
 of what a project is and how to check if it stuck, customize the variable
-`org-stuck-projects'.
-MATCH is being ignored."
+`org-stuck-projects'."
   (interactive)
   (interactive)
   (let* ((org-agenda-skip-function
   (let* ((org-agenda-skip-function
 	  'org-agenda-skip-entry-when-regexp-matches-in-subtree)
 	  'org-agenda-skip-entry-when-regexp-matches-in-subtree)