summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Dominik <carsten.dominik@gmail.com>2013-12-08 11:20:33 +0100
committerCarsten Dominik <carsten.dominik@gmail.com>2013-12-08 11:20:33 +0100
commitece429d43eac74275e72a878b304cf435adbf395 (patch)
tree8b9ca604b3b28f6fe9e6a8ae0d88532ce45ef9c7
parent0eb020a3779f042bf87bed8e9261f27e6c79d9b7 (diff)
downloadorg-mode-ece429d43eac74275e72a878b304cf435adbf395.tar.gz
Documentation fixes.
* contrib/lisp/org-mac-link.el (org-mac-grab-Chrome-app-p): Fix docstring. Patch by Daniil Frumin
-rw-r--r--contrib/README3
-rw-r--r--contrib/lisp/org-mac-link.el2
2 files changed, 2 insertions, 3 deletions
diff --git a/contrib/README b/contrib/README
index 15df87c..bbf7bd2 100644
--- a/contrib/README
+++ b/contrib/README
@@ -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
diff --git a/contrib/lisp/org-mac-link.el b/contrib/lisp/org-mac-link.el
index ebcff75..d348c2d 100644
--- a/contrib/lisp/org-mac-link.el
+++ b/contrib/lisp/org-mac-link.el
@@ -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)