Explorar el Código

lisp/ol-bbdb.el (org-bbdb-anniversaries): Enhance docstring

* lisp/ol-bbdb.el (org-bbdb-anniversaries): Enhance docstring.

Thanks to Andrés Ramírez for suggesting this.
Bastien hace 5 años
padre
commit
5dee070fb2
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      lisp/ol-bbdb.el

+ 3 - 1
lisp/ol-bbdb.el

@@ -362,7 +362,9 @@ This is used by Org to re-create the anniversary hash table."
 
 ;;;###autoload
 (defun org-bbdb-anniversaries ()
-  "Extract anniversaries from BBDB for display in the agenda."
+  "Extract anniversaries from BBDB for display in the agenda.
+When called programmatically, this function expects the `date'
+variable to be globally bound."
   (require 'bbdb)
   (require 'diary-lib)
   (unless (hash-table-p org-bbdb-anniv-hash)