From 2494eaea49131fa831ca166f716c85cd7533e082 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Mon, 24 Oct 2011 23:47:59 +0200 Subject: [PATCH] Minor docstring fix. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Thanks to Peter Münster for spotting this. --- lisp/org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index d22feee58..a572b945a 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -16101,7 +16101,7 @@ changes from another. I believe the procedure must be like this: ;;;###autoload (defun org-switchb (&optional arg) "Switch between Org buffers. -With a prefix argument, restrict available to files. +With one prefix argument, restrict available buffers to files. With two prefix arguments, restrict available buffers to agenda files. Defaults to `iswitchb' for buffer name completion. -- 2.11.4.GIT