Pārlūkot izejas kodu

org-manual: Fix typo

Marco Wahl 5 gadi atpakaļ
vecāks
revīzija
67e48de639
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      doc/org-manual.org

+ 1 - 1
doc/org-manual.org

@@ -9169,7 +9169,7 @@ If the variable ~org-agenda-auto-exclude-function~ is set to
 a user-defined function, that function can select tags that should be
 used as a tag filter when requested.  The function will be called with
 lower-case versions of all tags represented in the current view. The
-function should the return ="-tag"= if the filter should remove
+function should return ="-tag"= if the filter should remove
 entries with that tag, ="+tag"= if only entries with this tag should
 be kept, or =nil= if that tag is irrelevant. For example, let's say
 you use a =Net= tag to identify tasks which need network access, an