1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-11 16:08:13 +00:00

(python-default-template): Doc fix.

(python-buffer): Fix typo in docstring.
This commit is contained in:
Juanma Barranquero 2007-03-19 15:37:15 +00:00
parent d55ebb63f0
commit e2411870e6
2 changed files with 5 additions and 2 deletions

View 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.

View 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)