2007-03-19 Juanma Barranquero <lekktu@gmail.com>
+ * progmodes/python.el (python-default-template): Doc fix.
+ (python-buffer): Fix typo in docstring.
+
* isearchb.el (isearchb-follow-char):
* subr.el (def-edebug-spec): Fix typo in docstring.
is used by `run-python' et al.")
(defvar python-buffer nil
- "*The current python process buffer.
+ "*The current Python process buffer.
Commands that send text from source buffers to Python processes have
to choose a process to send to. This is determined by buffer-local
> _ \n)
(defvar python-default-template "if"
- "Default template to expand by `python-insert-template'.
+ "Default template to expand by `python-expand-template'.
Updated on each expansion.")
(defun python-expand-template (name)