Skip to content

Commit

Permalink
s/`bbdb'/BBDB
Browse files Browse the repository at this point in the history
  • Loading branch information
dgutov committed Dec 11, 2014
1 parent ccecb37 commit e7073a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions company-bbdb.el
Expand Up @@ -28,7 +28,7 @@
(declare-function bbdb-search "bbdb-com")

(defgroup company-bbdb nil
"Completion back-end for `bbdb'"
"Completion back-end for BBDB."
:group 'company)

(defcustom company-bbdb-modes '(message-mode)
Expand All @@ -44,7 +44,7 @@

;;;###autoload
(defun company-bbdb (command &optional arg &rest ignore)
"`company-mode' completion back-end for `bbdb'."
"`company-mode' completion back-end for BBDB."
(interactive (list 'interactive))
(cl-case command
(interactive (company-begin-backend 'company-bbdb))
Expand Down

0 comments on commit e7073a1

Please sign in to comment.