From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Eglen Subject: Small doc fixes to org-feed.el and org-capture.el Date: Mon, 05 Jul 2010 09:45:00 +0100 Message-ID: <12532.1278319500@maps> Return-path: Received: from [140.186.70.92] (port=56294 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OVhIV-00071d-8z for emacs-orgmode@gnu.org; Mon, 05 Jul 2010 04:45:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OVhIT-0005sA-NO for emacs-orgmode@gnu.org; Mon, 05 Jul 2010 04:45:03 -0400 Received: from ppsw-32.csi.cam.ac.uk ([131.111.8.132]:32912) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OVhIT-0005s0-IV for emacs-orgmode@gnu.org; Mon, 05 Jul 2010 04:45:01 -0400 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Cc: Stephen Eglen diff --git a/lisp/org-feed.el b/lisp/org-feed.el index cda7368..999bfd8 100644 --- a/lisp/org-feed.el +++ b/lisp/org-feed.el @@ -45,7 +45,7 @@ ;; With this setup, the command `M-x org-feed-update-all' will ;; collect new entries in the feed at the given URL and create ;; entries as subheadings under the "ReQall Entries" heading in the -;; file "~/org-feeds.org". Each feed should normally have its own +;; file "~/org/feeds.org". Each feed should normally have its own ;; heading - however see the `:drawer' parameter. ;; ;; Besides these standard elements that need to be specified for each diff --git a/lisp/org-capture.el b/lisp/org-capture.el index 8c887ce..fde5093 100644 --- a/lisp/org-capture.el +++ b/lisp/org-capture.el @@ -336,7 +336,7 @@ for a Remember buffer.") (defun org-capture (&optional goto keys) "Capture something. -This will let you select a template from org-capture-templates, and then +This will let you select a template from `org-capture-templates', and then file new captured information. The text is immediately inserted at the target location, and an indirect buffer is shown where you can edit it. Pressing `C-c C-c' brings you back to the previous state of Emacs,