]> code.delx.au - gnu-emacs-elpa/commitdiff
company-ropemacs: Move dependencies list into the docstring
authorDmitry Gutov <dgutov@yandex.ru>
Tue, 21 May 2013 18:06:13 +0000 (22:06 +0400)
committerDmitry Gutov <dgutov@yandex.ru>
Tue, 21 May 2013 18:06:13 +0000 (22:06 +0400)
company-ropemacs.el

index 17a660aebd7354520a7736609b91ba876fa7c930..73bb33d3383dbe729abcd73c3abf1e5fcf2fab0d 100644 (file)
@@ -22,8 +22,6 @@
 
 ;;; Commentary:
 ;;
-;; Requires pymacs Emacs package (you can get it from Marmalade),
-;; and on Python side: pymacs, rope, ropemacs and ropemode.
 
 ;;; Code:
 
       (cons (elt location 0) (elt location 1)))))
 
 (defun company-ropemacs (command &optional arg &rest ignored)
-  "`company-mode' completion back-end for ropemacs."
+  "`company-mode' completion back-end for ropemacs.
+
+Depends on third-party code: Pymacs (both Python and Emacs packages),
+rope, ropemacs and ropemode."
   (interactive (list 'interactive))
   (case command
     (init (when (and (derived-mode-p 'python-mode)