Browse Source

Documentation fixes.

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

Patch by Daniil Frumin
Carsten Dominik 11 years ago
parent
commit
ece429d43e
2 changed files with 2 additions and 3 deletions
  1. 1 2
      contrib/README
  2. 1 1
      contrib/lisp/org-mac-link.el

+ 1 - 2
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

+ 1 - 1
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)