ELisp: Function Naming, String Equal

By Xah Lee. Date: .

Emacs lisp, replace string= by string-equal

elisp string-equal 2020-12-16
elisp string-equal 2020-12-16

reason: The string-equal name is more consistent with emacs lisp function names, containing just alphanumerics and dash. It is also the original name. The other is a alias. It is more amenable to abbrev, example: Makes more sense for se to expand to it then string=

changed files: