From: Juanma Barranquero Date: Mon, 19 Mar 2007 15:37:15 +0000 (+0000) Subject: (python-default-template): Doc fix. X-Git-Tag: emacs-pretest-22.0.96~44 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e2411870e6a67a909e75f01c816235ddb5ca28d3;p=emacs.git (python-default-template): Doc fix. (python-buffer): Fix typo in docstring. --- 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 + * 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)