summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien <bzg@gnu.org>2018-04-26 14:42:09 +0200
committerBastien <bzg@gnu.org>2018-04-26 14:42:09 +0200
commit1ac57ccda0622ff508e81245b7875298c1772b6d (patch)
treeeeeb76e8ecee2cd15ea56757db8b78e3cc679101
parent4faa2e1a45bba3cd795878ca091006e4b9655672 (diff)
downloadorg-mode-1ac57ccda0622ff508e81245b7875298c1772b6d.tar.gz
org-manual.org: Small enhancement for org-timestamp-up/down
-rw-r--r--doc/org-manual.org16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/org-manual.org b/doc/org-manual.org
index 8563fc3..abaf0ea 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -5889,16 +5889,16 @@ format.
#+kindex: S-UP
#+kindex: S-DOWN
- Change the item under the cursor in a timestamp. The cursor can
- be on a year, month, day, hour or minute. When the timestamp
- contains a time range like =15:30-16:30=, modifying the first
- time also shifts the second, shifting the time block with
+ On the beginning or enclosing bracket of a timestamp, change its
+ type. Within a timestamp, change the item under the cursor. The
+ cursor can be on a year, month, day, hour or minute. When the
+ timestamp contains a time range like =15:30-16:30=, modifying the
+ first time also shifts the second, shifting the time block with
constant length. To change the length, modify the second time.
Note that if the cursor is in a headline and not at a timestamp,
- these same keys modify the priority of an item. (see
- [[*Priorities]]). The key bindings also conflict with
- shift-selection and related modes (see [[*Packages that conflict
- with Org mode]]).
+ these same keys modify the priority of an item (see [[*Priorities]]).
+ The key bindings also conflict with shift-selection and related
+ modes (see [[*Packages that conflict with Org mode]]).
- {{{kbd(C-c C-y)}}} (~org-evaluate-time-range~) ::