]> git.eshelyaron.com Git - emacs.git/commit
Clarify define-derived-mode docstring
authorStefan Kangas <stefan@marxist.se>
Sat, 25 Sep 2021 16:59:37 +0000 (18:59 +0200)
committerStefan Kangas <stefan@marxist.se>
Sat, 25 Sep 2021 17:02:31 +0000 (19:02 +0200)
commit80fddff5d64ff915651eb751685b7430de00c536
treeb330e20b6d6701b711c9175989cc461658bade52
parent4778e10572cc3d094f27fafa96426ad81af3794b
Clarify define-derived-mode docstring

* lisp/emacs-lisp/derived.el (define-derived-mode): Doc fixes;
correctly mention that the mode name is used in the mode line, clarify
argument types, and how the mode hook is named.  (Bug17567)

(derived-mode-hook-name, derived-mode-map-name)
(derived-mode-syntax-table-name, derived-mode-abbrev-table-name):
Clarify that argument is a symbol.
lisp/emacs-lisp/derived.el