summaryrefslogtreecommitdiffstats
path: root/Misc/python-mode.el
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>1998-10-27 21:54:56 (GMT)
committerBarry Warsaw <barry@python.org>1998-10-27 21:54:56 (GMT)
commit1bbc03199961d776ace09d58a808172b65e86780 (patch)
tree8c6411eac6e625b60931e1e5bb53f32a6b157961 /Misc/python-mode.el
parent4089c110a1958c226402e04f2b0bdf6533189b99 (diff)
downloadcpython-1bbc03199961d776ace09d58a808172b65e86780.zip
cpython-1bbc03199961d776ace09d58a808172b65e86780.tar.gz
cpython-1bbc03199961d776ace09d58a808172b65e86780.tar.bz2
#Fixed some typos in docstrings.
Diffstat (limited to 'Misc/python-mode.el')
-rw-r--r--Misc/python-mode.el12
1 files changed, 6 insertions, 6 deletions
diff --git a/Misc/python-mode.el b/Misc/python-mode.el
index e96e671..0905ecd 100644
--- a/Misc/python-mode.el
+++ b/Misc/python-mode.el
@@ -8,7 +8,7 @@
;; Created: Feb 1992
;; Keywords: python languages oop
-(defconst py-version "$Revision$"
+(defconst py-version "$Revision$ a"
"`python-mode' version number.")
;; This software is provided as-is, without express or implied
@@ -257,9 +257,9 @@ variable section, e.g.:
# End:
so that typing \\[py-execute-buffer] in that buffer executes the named
-master file instead of the buffer's file. Note that if the file name
-has a relative path, the value of `default-directory' for the buffer
-is prepended to come up with a file name.")
+master file instead of the buffer's file. If the file name has a
+relative path, the value of variable `default-directory' for the
+buffer is prepended to come up with a file name.")
(make-variable-buffer-local 'py-master-file)
@@ -716,7 +716,7 @@ package. Note that the latest X/Emacs releases contain this package.")
)
(defvar imenu-example--python-method-no-arg-parens '(2 8)
- "Indicies into groups of the Python regexp for use with imenu.
+ "Indices into groups of the Python regexp for use with imenu.
Using these values will result in smaller imenu lists, as arguments to
functions are not listed.
@@ -725,7 +725,7 @@ See the variable `imenu-example--python-show-method-args-p' for more
information.")
(defvar imenu-example--python-method-arg-parens '(2 7)
- "Indicies into groups of the Python regexp for use with imenu.
+ "Indices into groups of the Python regexp for use with imenu.
Using these values will result in large imenu lists, as arguments to
functions are listed.