mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-02 11:50:48 -08:00
(derived-mode-init-mode-variables): Fix spelling in docstrings.
This commit is contained in:
parent
adf79d2723
commit
a9873dbbeb
1 changed files with 1 additions and 1 deletions
|
|
@ -320,7 +320,7 @@ which more-or-less shadow %s's corresponding tables."
|
|||
|
||||
;;;###autoload
|
||||
(defun derived-mode-init-mode-variables (mode)
|
||||
"Initialise variables for a new MODE.
|
||||
"Initialize variables for a new MODE.
|
||||
Right now, if they don't already exist, set up a blank keymap, an
|
||||
empty syntax table, and an empty abbrev table -- these will be merged
|
||||
the first time the mode is used."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue