]> git.eshelyaron.com Git - emacs.git/commitdiff
(python-default-template): Doc fix.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 19 Mar 2007 15:37:15 +0000 (15:37 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 19 Mar 2007 15:37:15 +0000 (15:37 +0000)
(python-buffer): Fix typo in docstring.

lisp/ChangeLog
lisp/progmodes/python.el

index 91a4c6a37fee01b7d501d9d90e304e523f4cf680..64f8178d5e33fd160fd9424028379aa3449dc1c3 100644 (file)
@@ -5,6 +5,9 @@
 
 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.
 
index 6c37fb859e1e8387c2eb141da8ff4e99942f1f66..226d4bdc62d9a9f958ae7a8aab21cc721867fb93 100644 (file)
@@ -1150,7 +1150,7 @@ modified by the user.  Additional arguments are added when the command
 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 @@ The default contents correspond to the elements of `python-skeletons'.")
   > _ \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)