* bbdb-wl.el (bbdb-wl-get-petname): Fixed docstring.
authorhmurata <hmurata>
Sat, 6 Oct 2001 04:39:17 +0000 (04:39 +0000)
committerhmurata <hmurata>
Sat, 6 Oct 2001 04:39:17 +0000 (04:39 +0000)
(bbdb-wl-from-func): Ditto.

utils/ChangeLog
utils/bbdb-wl.el

index 6033947..e499834 100644 (file)
@@ -1,3 +1,8 @@
+2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * bbdb-wl.el (bbdb-wl-get-petname): Fixed docstring.
+       (bbdb-wl-from-func): Ditto.
+
 2001-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * bbdb-wl.el (bbdb-wl-extract-field-value-internal): Enclose the
index 45e758f..846fae9 100644 (file)
          (switch-to-buffer (get-buffer-create bbdb-buffer-name)))))))
 
 (defun bbdb-wl-get-petname (from)
-  "For `wl-summary-get-petname-func'."
+  "For `wl-summary-get-petname-function'."
   (let* ((address (wl-address-header-extract-address from))
         (record (bbdb-search-simple nil address)))
     (and record
             (car (bbdb-record-name record))))))
 
 (defun bbdb-wl-from-func (string)
-  "A candidate From field STRING.  For `wl-summary-from-func'."
+  "A candidate From field STRING.  For `wl-summary-from-function'."
   (let ((hit (bbdb-search-simple nil (wl-address-header-extract-address
                                      string)))
        first-name last-name from-str)