Questions tagged [elisp-conventions]
15 questions
5
votes
1 answer
Double hyphen in Elisp function names
Why do some people use -- in their function names? Here's an example from elfeed-search.el:
(defun elfeed-search--header ()
"Returns the string to be used as the Elfeed header."
(if (eql (car elfeed-search--header-cache) (buffer-modified-tick))
…

american-ninja-warrior
- 3,903
- 2
- 24
- 44