From: Juanma Barranquero Date: Thu, 16 Jun 2005 16:13:25 +0000 (+0000) Subject: (derived-mode-init-mode-variables): Fix spelling in docstrings. X-Git-Tag: emacs-pretest-22.0.90~8873 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a9873dbbeb907016323fc434c8e85a2847afbc9a;p=emacs.git (derived-mode-init-mode-variables): Fix spelling in docstrings. --- diff --git a/lisp/emacs-lisp/derived.el b/lisp/emacs-lisp/derived.el index 943f052fc6d..006b6f2c588 100644 --- a/lisp/emacs-lisp/derived.el +++ b/lisp/emacs-lisp/derived.el @@ -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."