org.el (org-priority): Fix docstring
* org.el (org-priority): Fix docstring.
This commit is contained in:
parent
0ac65cc663
commit
4cc6a9db5e
|
@ -12910,7 +12910,7 @@ from the `before-change-functions' in the current buffer."
|
|||
(org-priority 'down))
|
||||
|
||||
(defun org-priority (&optional action)
|
||||
"Change the priority of an item by ARG.
|
||||
"Change the priority of an item.
|
||||
ACTION can be `set', `up', `down', or a character."
|
||||
(interactive)
|
||||
(unless org-enable-priority-commands
|
||||
|
|
Loading…
Reference in New Issue