]> git.eshelyaron.com Git - emacs.git/commitdiff
Added missing dot in `python-completion-complete-at-point' error
authorFabián Ezequiel Gallina <fgallina@cuca>
Thu, 17 May 2012 03:03:37 +0000 (00:03 -0300)
committerFabián Ezequiel Gallina <fgallina@gnu.org>
Thu, 17 May 2012 03:03:37 +0000 (00:03 -0300)
lisp/progmodes/python.el

index 520ed4eb29e0702be2211f34049cc6f0b85d8f95..cbd6d9253411728e59b1e778aec80cb174c0f627 100644 (file)
@@ -1892,7 +1892,7 @@ inferior python process is updated properly."
   (interactive)
   (let ((process (python-shell-get-process)))
     (if (not process)
-        (error "Completion needs an inferior Python process running")
+        (error "Completion needs an inferior Python process running.")
       (python-shell-completion--do-completion-at-point process))))
 
 (add-to-list 'debug-ignored-errors