diff --git a/emacs-lisp/hello-world/hello-world.el b/emacs-lisp/hello-world/hello-world.el index 0bb9246..5af1414 100644 --- a/emacs-lisp/hello-world/hello-world.el +++ b/emacs-lisp/hello-world/hello-world.el @@ -3,7 +3,7 @@ ;;; Commentary: (defun hello () - "Goodbye, Mars!") + "Hello, World!") (provide 'hello-world) ;;; hello-world.el ends here