summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2007-03-19 15:37:15 +0000
committerJuanma Barranquero <lekktu@gmail.com>2007-03-19 15:37:15 +0000
commite2411870e6a67a909e75f01c816235ddb5ca28d3 (patch)
treed96dbe59a0f0156549aa095f3eb4419981b41d45
parentd55ebb63f03d124c98cea27c469f5b452c68e67f (diff)
downloademacs-e2411870e6a67a909e75f01c816235ddb5ca28d3.tar.gz
(python-default-template): Doc fix.
(python-buffer): Fix typo in docstring.
-rw-r--r--lisp/ChangeLog3
-rw-r--r--lisp/progmodes/python.el4
2 files changed, 5 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 91a4c6a37fe..64f8178d5e3 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -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.
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index 6c37fb859e1..226d4bdc62d 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -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)