Help menu --> More manuals --> Introduction to Emacs Lisp
You can find it online though:
https://www.emacswiki.org/emacs/EmacsLispIntro
Edit: I'm on an Ubuntu derived distro, so this may be the issue:
https://emacs.stackexchange.com/questions/48211/emacs-manual...
Edit2:
Yeah, at least for me that was the problem. This fixed it:
sudo apt-get -y install emacs-common-non-dfsg
sudo apt-get -y install emacs-common-non-dfsg
C-h i d m Emacs Lisp Intro RET
Need that d to take you back to the top directory if you happen to be browsing some other info manual already.If you have things remapped, try M-x info, then search for "Emacs List Intro" but it should be near the top anyway.