Browse Source

Small doc fixes to org-feed.el and org-capture.el

Stephen Eglen 15 years ago
parent
commit
27a4e48b0a
2 changed files with 2 additions and 2 deletions
  1. 1 1
      lisp/org-capture.el
  2. 1 1
      lisp/org-feed.el

+ 1 - 1
lisp/org-capture.el

@@ -336,7 +336,7 @@ for a Remember buffer.")
 (defun org-capture (&optional goto keys)
 (defun org-capture (&optional goto keys)
   "Capture something.
   "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
 file new captured information.  The text is immediately inserted at the
 target location, and an indirect buffer is shown where you can edit it.
 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,
 Pressing `C-c C-c' brings you back to the previous state of Emacs,

+ 1 - 1
lisp/org-feed.el

@@ -45,7 +45,7 @@
 ;;  With this setup, the command `M-x org-feed-update-all' will
 ;;  With this setup, the command `M-x org-feed-update-all' will
 ;;  collect new entries in the feed at the given URL and create
 ;;  collect new entries in the feed at the given URL and create
 ;;  entries as subheadings under the "ReQall Entries" heading in the
 ;;  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.
 ;;  heading - however see the `:drawer' parameter.
 ;;
 ;;
 ;;  Besides these standard elements that need to be specified for each
 ;;  Besides these standard elements that need to be specified for each