summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2013-04-03 16:45:57 +0200
committerBastien Guerry <bzg@altern.org>2013-04-03 18:28:29 +0200
commitc421ef6a714818c0bd93d793d68be888ea261b1a (patch)
treecfb4c9dfc36d5b863e99c0f008c4232cdf69bc00
parent9d72d34bdad919f33fb9ef616b81f8c9329cc015 (diff)
downloadorg-mode-c421ef6a714818c0bd93d793d68be888ea261b1a.tar.gz
org-bbdb.el: Fix typo.
-rw-r--r--lisp/org-bbdb.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-bbdb.el b/lisp/org-bbdb.el
index 8a26dcd..f122b67 100644
--- a/lisp/org-bbdb.el
+++ b/lisp/org-bbdb.el
@@ -116,7 +116,7 @@
(declare-function bbdb-search-name "ext:bbdb-com" (regexp &optional layout))
(declare-function bbdb-search-organization "ext:bbdb-com" (regexp &optional layout))
-;; `bbdb-record-xfield' was part of BBDB v3.x
+;; `bbdb-record-note' was part of BBDB v3.x
(declare-function bbdb-record-note "ext:bbdb" (record label))
;; `bbdb-record-xfield' replaces it in recent BBDB v3.x+
(declare-function bbdb-record-xfield "ext:bbdb" (record label))