summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2011-10-24 23:47:59 +0200
committerBastien Guerry <bzg@altern.org>2011-10-24 23:47:59 +0200
commit2494eaea49131fa831ca166f716c85cd7533e082 (patch)
treea4ed063533f91b85ca46f0e0ff1c7b1ef0fd9618
parent68ffb7a7cc8cd99a49cf69491edba85988f8229c (diff)
downloadorg-mode-2494eaea49131fa831ca166f716c85cd7533e082.tar.gz
Minor docstring fix.
Thanks to Peter Münster for spotting this.
-rw-r--r--lisp/org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org.el b/lisp/org.el
index d22feee..a572b94 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.