emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r111871: Spelling fixes.


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111871: Spelling fixes.
Date: Sun, 24 Feb 2013 23:49:40 -0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111871
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Sun 2013-02-24 23:49:40 -0800
message:
  Spelling fixes.
modified:
  test/automated/python-tests.el
=== modified file 'test/automated/python-tests.el'
--- a/test/automated/python-tests.el    2013-02-20 20:27:08 +0000
+++ b/test/automated/python-tests.el    2013-02-25 07:49:40 +0000
@@ -24,7 +24,7 @@
 (require 'python)
 
 (defmacro python-tests-with-temp-buffer (contents &rest body)
-  "Create a `python-mode' enabeld temp buffer with CONTENTS.
+  "Create a `python-mode' enabled temp buffer with CONTENTS.
 BODY is code to be executed within the temp buffer.  Point is
 always located at the beginning of buffer."
   (declare (indent 1) (debug t))
@@ -37,7 +37,7 @@
 (defun python-tests-look-at (string &optional num restore-point)
   "Move point at beginning of STRING in the current buffer.
 Optional argument NUM defaults to 1 and is an integer indicating
-how many ocurrences must be found, when positive the search is
+how many occurrences must be found, when positive the search is
 done forwards, otherwise backwards.  When RESTORE-POINT is
 non-nil the point is not moved but the position found is still
 returned.  When searching forward and point is already looking at


reply via email to

[Prev in Thread] Current Thread [Next in Thread]