Browse Source

org-agenda.el (org-agenda-error): Add docstring

* org-agenda.el (org-agenda-error): Add docstring.
Bastien Guerry 11 years ago
parent
commit
9dd664c27e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lisp/org-agenda.el

+ 1 - 0
lisp/org-agenda.el

@@ -8726,6 +8726,7 @@ docstring of `org-agenda-show-1'."
       (org-agenda-error)))
 
 (defun org-agenda-error ()
+  "Throw an error when a command is not allowed in the agenda."
   (error "Command not allowed in this line"))
 
 (defun org-agenda-tree-to-indirect-buffer (arg)