diff options
| author | Juanma Barranquero | 2005-06-16 16:13:25 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2005-06-16 16:13:25 +0000 |
| commit | a9873dbbeb907016323fc434c8e85a2847afbc9a (patch) | |
| tree | a7a289aa6a11d89132d4c876f760a1a77db9c42a | |
| parent | adf79d2723b322bc971c3589ba5187f408eea15b (diff) | |
| download | emacs-a9873dbbeb907016323fc434c8e85a2847afbc9a.tar.gz emacs-a9873dbbeb907016323fc434c8e85a2847afbc9a.zip | |
(derived-mode-init-mode-variables): Fix spelling in docstrings.
| -rw-r--r-- | lisp/emacs-lisp/derived.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
| 320 | 320 | ||
| 321 | ;;;###autoload | 321 | ;;;###autoload |
| 322 | (defun derived-mode-init-mode-variables (mode) | 322 | (defun derived-mode-init-mode-variables (mode) |
| 323 | "Initialise variables for a new MODE. | 323 | "Initialize variables for a new MODE. |
| 324 | Right now, if they don't already exist, set up a blank keymap, an | 324 | Right now, if they don't already exist, set up a blank keymap, an |
| 325 | empty syntax table, and an empty abbrev table -- these will be merged | 325 | empty syntax table, and an empty abbrev table -- these will be merged |
| 326 | the first time the mode is used." | 326 | the first time the mode is used." |