What does internal mean in function names in Emacs Lisp?
问题 Some people use double dash to indicate that the function is subject to change: What does the double minus (--) convention in function names mean in Emacs Lisp Does including internal in function names mean similar things? Two examples where-is-internal internal-make-var-non-special The function where-is-internal has a detailed docstring and is mentioned in the manual as well. Is where-is-internal an exception? Is there a difference between having -internal as suffix and having internal- as