Some of the arguments in the emacs lisp function contains the keyword &optional where to find the documentation of those keywords. I tried searching using describe-function and describe-variable without sucess.
Some of the arguments in the emacs lisp function contains the keyword &optional where
Share
I found the reference to
&optionalin the elisp manual of my Emacs24 (dev version).Look in info C-h i m elisp RET m functions RET go to the second entry
Lambda ExpressionsthenArgument List.&optionalis described in the third paragraph.And it can be found online here.