diff options
| -rw-r--r-- | lisp/org/org.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/org.el b/lisp/org/org.el index 3df04e22d29..e42f6034311 100644 --- a/lisp/org/org.el +++ b/lisp/org/org.el | |||
| @@ -13342,7 +13342,7 @@ See the individual commands for more information." | |||
| 13342 | ["Priority Up" org-shiftup t] | 13342 | ["Priority Up" org-shiftup t] |
| 13343 | ["Priority Down" org-shiftdown t]) | 13343 | ["Priority Down" org-shiftdown t]) |
| 13344 | ("TAGS and Properties" | 13344 | ("TAGS and Properties" |
| 13345 | ["Set Tags" 'org-set-tags-command t] | 13345 | ["Set Tags" org-set-tags-command t] |
| 13346 | ["Change tag in region" 'org-change-tag-in-region (org-region-active-p)] | 13346 | ["Change tag in region" 'org-change-tag-in-region (org-region-active-p)] |
| 13347 | "--" | 13347 | "--" |
| 13348 | ["Set property" 'org-set-property t] | 13348 | ["Set property" 'org-set-property t] |