From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daimrod Subject: [PATCH] docstring improvement of org-agenda-refile Date: Sun, 10 Aug 2014 01:49:42 +0200 Message-ID: <87ppg9dy09.fsf@tanger.home> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43736) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XGGPU-0002SG-Db for emacs-orgmode@gnu.org; Sat, 09 Aug 2014 19:51:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XGGPL-0001jO-C8 for emacs-orgmode@gnu.org; Sat, 09 Aug 2014 19:50:52 -0400 Received: from mail-wg0-x22c.google.com ([2a00:1450:400c:c00::22c]:55301) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XGGPL-0001jG-3f for emacs-orgmode@gnu.org; Sat, 09 Aug 2014 19:50:43 -0400 Received: by mail-wg0-f44.google.com with SMTP id m15so6990834wgh.27 for ; Sat, 09 Aug 2014 16:50:41 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --=-=-= Content-Type: text/plain Hi, Here is a small patch to improve the docstring of `org-agenda-refile'. Can I apply it? --=-=-= Content-Type: text/x-diff Content-Disposition: attachment; filename=0001-lisp-org-agenda.el-org-agenda-refile-Documentation-i.patch >From acd2830755849a055ce46a34b65af89b9547fcb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Jadi?= Date: Sun, 10 Aug 2014 01:41:16 +0200 Subject: [PATCH] lisp/org-agenda.el (org-agenda-refile): Documentation improvement * lisp/org-agenda.el (org-agenda-refile): State explicitly that '(16) = C-u C-u and that '(64) = C-u C-u C-u. --- lisp/org-agenda.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index 3919328..8244eeb 100644 --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -8475,8 +8475,8 @@ If this information is not given, the function uses the tree at point." (defun org-agenda-refile (&optional goto rfloc no-update) "Refile the item at point. -When GOTO is 0 or '(64), clear the refile cache. -When GOTO is '(16), go to the location of the last refiled item. +When GOTO is 0 or '(64) or \\[universal-argument] \\[universal-argument] \\[universal-argument], clear the refile cache. +When GOTO is '(14) or \\[universal-argument] \\[universal-argument], go to the location of the last refiled item. RFLOC can be a refile location obtained in a different way. When NO-UPDATE is non-nil, don't redo the agenda buffer." (interactive "P") -- 1.8.0.2722.gc0242e5 --=-=-= Content-Type: text/plain -- Daimrod/Greg --=-=-=--