# HG changeset patch # User Juanma Barranquero # Date 1174318504 0 # Node ID 6e293ce14a97b739b1f87c2cfbf4cabc4050ab6b # Parent a5ca6723c3b195d55dc55c79fa48fb0144867302 (python-default-template): Doc fix. (python-buffer): Fix typo in docstring. diff -r a5ca6723c3b1 -r 6e293ce14a97 lisp/progmodes/python.el --- a/lisp/progmodes/python.el Mon Mar 19 09:57:30 2007 +0000 +++ b/lisp/progmodes/python.el Mon Mar 19 15:35:04 2007 +0000 @@ -1150,7 +1150,7 @@ 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 @@ -2088,7 +2088,7 @@ > _ \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)