Procházet zdrojové kódy

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 před 5 roky
rodič
revize
5dee070fb2
1 změnil soubory, kde provedl 3 přidání a 1 odebrání
  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)