Emacs Lisp: Function Naming, String Equal
Emacs lisp, replace string=
by string-equal

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, e.g. Makes more sense for se to expand to it then string=
changed files:
- Xah Emacs Blog Archive 2011-11
- Emacs Lisp: HTML Processing: Split Annotation
- Emacs Lisp: Batch Find Replace
- Emacs Lisp: Generate Web Links Report
- Emacs Lisp Function Frequency
- Emacs: How to Set a Theme Depending on Mode?
- Emacs Lisp: Twitterfy 🚀
- Emacs Lisp: Earth Coordinate to Google Map Link
- Emacs Lisp: How to Write Keyword Completion Command
- Emacs: Convert Full-Width/Half-Width Punctuations
- Emacs: Open Last Closed File 🚀
- Emacs: Cycle Replace Space Hyphen Underscore