소스 검색

Fix docstring.

Bastien Guerry 15 년 전
부모
커밋
538cf4e07c
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  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)