Browse Source

org.el (org-priority): Fix docstring

* org.el (org-priority): Fix docstring.
Bastien Guerry 12 years ago
parent
commit
4cc6a9db5e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/org.el

+ 1 - 1
lisp/org.el

@@ -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