Mercurial > emacs
changeset 76570:6e293ce14a97
(python-default-template): Doc fix.
(python-buffer): Fix typo in docstring.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 19 Mar 2007 15:35:04 +0000 |
parents | a5ca6723c3b1 |
children | 17bcb59ec63e |
files | lisp/progmodes/python.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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)