diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2008-02-05 03:10:40 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2008-02-05 03:10:40 +0000 |
commit | cad1d37691ff915ea7a8726b91814fdb436cb12d (patch) | |
tree | f8dcfb4a2a133f27fc5111da9581eca38db0640f | |
parent | 05b33f7cfce4dbc20525b2a2d71e23f7845dda1e (diff) | |
download | emacs-cad1d37691ff915ea7a8726b91814fdb436cb12d.tar.gz |
(Setting tags, In-buffer settings): Replace `legal' with `valid'.
-rw-r--r-- | man/org.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/org.texi b/man/org.texi index 667f67c9c2b..c955a50a040 100644 --- a/man/org.texi +++ b/man/org.texi @@ -3413,7 +3413,7 @@ these lines to activate any changes. If at least one tag has a selection key, pressing @kbd{C-c C-c} will automatically present you with a special interface, listing inherited -tags, the tags of the current headline, and a list of all legal tags +tags, the tags of the current headline, and a list of all valid tags with corresponding keys@footnote{Keys will automatically be assigned to tags which have no configured keys.}. In this interface, you can use the following keys: @@ -5617,7 +5617,7 @@ These lines set the TODO keywords and their interpretation in the current file. The corresponding variables are @code{org-todo-keywords} and @code{org-todo-interpretation}. @item #+TAGS: TAG1(c1) TAG2(c2) -These lines (several such lines are allowed) specify the legal tags in +These lines (several such lines are allowed) specify the valid tags in this file, and (potentially) the corresponding @emph{fast tag selection} keys. The corresponding variable is @code{org-tag-alist}. @item #+LINK: linkword replace |