diff options
| author | Juanma Barranquero | 2008-02-05 03:10:40 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-02-05 03:10:40 +0000 |
| commit | cad1d37691ff915ea7a8726b91814fdb436cb12d (patch) | |
| tree | f8dcfb4a2a133f27fc5111da9581eca38db0640f | |
| parent | 05b33f7cfce4dbc20525b2a2d71e23f7845dda1e (diff) | |
| download | emacs-cad1d37691ff915ea7a8726b91814fdb436cb12d.tar.gz emacs-cad1d37691ff915ea7a8726b91814fdb436cb12d.zip | |
(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. | |||
| 3413 | 3413 | ||
| 3414 | If at least one tag has a selection key, pressing @kbd{C-c C-c} will | 3414 | If at least one tag has a selection key, pressing @kbd{C-c C-c} will |
| 3415 | automatically present you with a special interface, listing inherited | 3415 | automatically present you with a special interface, listing inherited |
| 3416 | tags, the tags of the current headline, and a list of all legal tags | 3416 | tags, the tags of the current headline, and a list of all valid tags |
| 3417 | with corresponding keys@footnote{Keys will automatically be assigned to | 3417 | with corresponding keys@footnote{Keys will automatically be assigned to |
| 3418 | tags which have no configured keys.}. In this interface, you can use | 3418 | tags which have no configured keys.}. In this interface, you can use |
| 3419 | the following keys: | 3419 | the following keys: |
| @@ -5617,7 +5617,7 @@ These lines set the TODO keywords and their interpretation in the | |||
| 5617 | current file. The corresponding variables are @code{org-todo-keywords} | 5617 | current file. The corresponding variables are @code{org-todo-keywords} |
| 5618 | and @code{org-todo-interpretation}. | 5618 | and @code{org-todo-interpretation}. |
| 5619 | @item #+TAGS: TAG1(c1) TAG2(c2) | 5619 | @item #+TAGS: TAG1(c1) TAG2(c2) |
| 5620 | These lines (several such lines are allowed) specify the legal tags in | 5620 | These lines (several such lines are allowed) specify the valid tags in |
| 5621 | this file, and (potentially) the corresponding @emph{fast tag selection} | 5621 | this file, and (potentially) the corresponding @emph{fast tag selection} |
| 5622 | keys. The corresponding variable is @code{org-tag-alist}. | 5622 | keys. The corresponding variable is @code{org-tag-alist}. |
| 5623 | @item #+LINK: linkword replace | 5623 | @item #+LINK: linkword replace |