Documentation fixes.

* contrib/lisp/org-mac-link.el (org-mac-grab-Chrome-app-p): Fix docstring.

Patch by Daniil Frumin
This commit is contained in:
Carsten Dominik 2013-12-08 11:20:33 +01:00
parent 0eb020a377
commit ece429d43e
2 changed files with 2 additions and 3 deletions

View File

@ -37,8 +37,7 @@ org-invoice.el --- Help manage client invoices in OrgMode
org-jira.el --- Add a jira:ticket protocol to Org
org-learn.el --- SuperMemo's incremental learning algorithm
org-mac-iCal.el --- Imports events from iCal.app to the Emacs diary
org-mac-link-grabber.el --- Grab links and URLs from various Mac applications
org-mac-message.el --- Links to Apple Mail.app messages from within Org-mode
org-mac-link.el --- Grab links and URLs from various Mac applications
org-mairix.el --- Hook mairix search into Org for different MUAs
org-man.el --- Support for links to manpages in Org-mode
org-mew.el --- Support for links to Mew messages

View File

@ -134,7 +134,7 @@ applications and inserting them in org documents"
:type 'boolean)
(defcustom org-mac-grab-Chrome-app-p t
"Enable menu option [f]irefox to grab links from Google Chrome.app"
"Enable menu option [c]hrome to grab links from Google Chrome.app"
:tag "Grab Google Chrome.app links"
:group 'org-mac-link
:type 'boolean)