1
Fork 0
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:
Juanma Barranquero 2005-06-16 16:13:25 +00:00
parent adf79d2723
commit a9873dbbeb

View file

@ -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."