summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Brand <michael.ch.brand@gmail.com>2011-05-20 02:12:56 +0000
committerCarsten Dominik <carsten.dominik@gmail.com>2011-05-24 05:14:22 +0200
commitcf0c163ea61fbfe9ac8e2937ae34bbdd1bbc770d (patch)
treeb7e8700a4d8a6e10e11d57b365f831c781aeb806
parentcec8711a44a9a1ac6552546c05ec0623a2bf9e45 (diff)
downloadorg-mode-cf0c163ea61fbfe9ac8e2937ae34bbdd1bbc770d.tar.gz
Small documentation fix
TINYCHANGE
-rw-r--r--doc/org.texi12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/org.texi b/doc/org.texi
index aa34cd3..163bc5e 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -14376,12 +14376,12 @@ other block) with @code{org-narrow-to-block}.
@vindex org-agenda-skip-function
@vindex org-agenda-skip-function-global
Org provides a special hook that can be used to narrow down the selection
-made by these agenda views: @code{todo}, @code{alltodo}, @code{tags},
-@code{tags-todo}, @code{tags-tree}. You may specify a function that is used
-at each match to verify if the match should indeed be part of the agenda
-view, and if not, how much should be skipped. You can specify a global
-condition that will be applied to all agenda views, this condition would be
-stored in the variable @code{org-agenda-skip-function-global}. More
+made by these agenda views: @code{agenda}, @code{todo}, @code{alltodo},
+@code{tags}, @code{tags-todo}, @code{tags-tree}. You may specify a function
+that is used at each match to verify if the match should indeed be part of
+the agenda view, and if not, how much should be skipped. You can specify a
+global condition that will be applied to all agenda views, this condition
+would be stored in the variable @code{org-agenda-skip-function-global}. More
commonly, such a definition is applied only to specific custom searches,
using @code{org-agenda-skip-function}.