diff lisp/progmodes/python.el @ 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 05d93f5e8286
children e359709ed895 c0409ee15cee
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)