Let's say I need to check if hello.el file is read or not.
(defun hello () "Test" (interactive) (message "Hello, world")) (format "hello") (provide 'smcho)
I used the (format "hello") to show something, but it doesn't seem to work. How can I know if an elisp module is read.