changeset 63510:9d09522aef6b

(derived-mode-init-mode-variables): Fix spelling in docstrings.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 16 Jun 2005 16:13:25 +0000
parents f890545a138d
children 964ef053b1bc
files lisp/emacs-lisp/derived.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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."