diff options
| -rw-r--r-- | doc/misc/ChangeLog | 1 | ||||
| -rw-r--r-- | doc/misc/org.texi | 8 |
2 files changed, 5 insertions, 4 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 230db438c46..2fa464c32b8 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | 2009-06-09 Chong Yidong <cyd@stupidchicken.com> | 1 | 2009-06-09 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 2 | ||
| 3 | * org.texi (Org Plot): Fix tags (Bug#3507). | 3 | * org.texi (Org Plot): Fix tags (Bug#3507). |
| 4 | (Workflow states, Agenda commands): Fix tags (Bug#3508). | ||
| 4 | 5 | ||
| 5 | * ada-mode.texi (Installation, Compile commands) | 6 | * ada-mode.texi (Installation, Compile commands) |
| 6 | (Project File Overview, No project files, Set compiler options) | 7 | (Project File Overview, No project files, Set compiler options) |
diff --git a/doc/misc/org.texi b/doc/misc/org.texi index 1d0eeae96d1..aad349567fb 100644 --- a/doc/misc/org.texi +++ b/doc/misc/org.texi | |||
| @@ -3130,7 +3130,7 @@ With this setup, the command @kbd{C-c C-t} will cycle an entry from TODO | |||
| 3130 | to FEEDBACK, then to VERIFY, and finally to DONE and DELEGATED. You may | 3130 | to FEEDBACK, then to VERIFY, and finally to DONE and DELEGATED. You may |
| 3131 | also use a numeric prefix argument to quickly select a specific state. For | 3131 | also use a numeric prefix argument to quickly select a specific state. For |
| 3132 | example @kbd{C-3 C-c C-t} will change the state immediately to VERIFY. | 3132 | example @kbd{C-3 C-c C-t} will change the state immediately to VERIFY. |
| 3133 | Or you can use @kbd{S-left} to go backward through the sequence. If you | 3133 | Or you can use @kbd{S-@key{left}} to go backward through the sequence. If you |
| 3134 | define many keywords, you can use in-buffer completion | 3134 | define many keywords, you can use in-buffer completion |
| 3135 | (@pxref{Completion}) or even a special one-key selection scheme | 3135 | (@pxref{Completion}) or even a special one-key selection scheme |
| 3136 | (@pxref{Fast access to TODO states}) to insert these words into the | 3136 | (@pxref{Fast access to TODO states}) to insert these words into the |
| @@ -6305,9 +6305,9 @@ Toggle the time grid on and off. See also the variables | |||
| 6305 | @c | 6305 | @c |
| 6306 | @kindex r | 6306 | @kindex r |
| 6307 | @item r | 6307 | @item r |
| 6308 | Recreate the agenda buffer, for example to reflect the changes | 6308 | Recreate the agenda buffer, for example to reflect the changes after |
| 6309 | after modification of the time stamps of items with S-@key{left} and | 6309 | modification of the time stamps of items with @kbd{S-@key{left}} and |
| 6310 | S-@key{right}. When the buffer is the global TODO list, a prefix | 6310 | @kbd{S-@key{right}}. When the buffer is the global TODO list, a prefix |
| 6311 | argument is interpreted to create a selective list for a specific TODO | 6311 | argument is interpreted to create a selective list for a specific TODO |
| 6312 | keyword. | 6312 | keyword. |
| 6313 | @kindex g | 6313 | @kindex g |