From 4dbd4278d767e7a953059d00c2de9302d37e7275 2011-11-24 23:56:46
From: Fernando Perez <Fernando.Perez@berkeley.edu>
Date: 2011-11-24 23:56:46
Subject: [PATCH] Clarify docs about changing args to ipython in emacs support.

---

diff --git a/docs/emacs/ipython.el b/docs/emacs/ipython.el
index 189b5b4..9937fe1 100644
--- a/docs/emacs/ipython.el
+++ b/docs/emacs/ipython.el
@@ -35,7 +35,7 @@
 ;; You can customize the arguments passed to the IPython instance at startup by
 ;; setting the ``py-python-command-args`` variable.  For example, to start
 ;; always in ``pylab`` mode with hardcoded light-background colors, you can
-;; use::
+;; use the following, *after* the ``(require 'ipython)`` line::
 ;;
 ;; (setq-default py-python-command-args '("--pylab" "--colors=LightBG"))
 ;;