# HG changeset patch # User Juanma Barranquero # Date 1118938405 0 # Node ID 9d09522aef6bf243616eb83753a5b9409ae3a77e # Parent f890545a138d94cdb2a71735cb7358b0c57d6eeb (derived-mode-init-mode-variables): Fix spelling in docstrings. diff -r f890545a138d -r 9d09522aef6b lisp/emacs-lisp/derived.el --- a/lisp/emacs-lisp/derived.el Thu Jun 16 16:12:40 2005 +0000 +++ b/lisp/emacs-lisp/derived.el Thu Jun 16 16:13:25 2005 +0000 @@ -320,7 +320,7 @@ ;;;###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."