Skip to content

Commit

Permalink
pymacs.el.in: Cosmetic details
Browse files Browse the repository at this point in the history
Reported by Leo Liu
  • Loading branch information
pinard committed Mar 28, 2012
1 parent 79effc6 commit c2a0c1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pymacs.el.in
Expand Up @@ -178,7 +178,7 @@ which is the default."
(defalias function
`(lambda (&rest args)
,(or docstring
(format "`%s' function to be loaded from Python module `%s'"
(format "Function `%s' to be loaded from Python module `%s'"
function module))
,(cond ((eq interactive t) '(interactive))
(interactive `(interactive ,interactive)))
Expand Down Expand Up @@ -810,4 +810,4 @@ Killing the Pymacs helper might create zombie objects. Kill? "))
((consp expression) (not (cdr (last expression))))))

(provide 'pymacs)
;;; pymacs.el ends here
;;; pymacs.el ends here

0 comments on commit c2a0c1b

Please sign in to comment.