diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-11-12 23:48:23 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-11-12 23:48:23 -0800 |
commit | f6b1b0a848cfdaf07e5b785e72a33c1316821e2c (patch) | |
tree | 909f93b643682c1390281a25dc5b36ad359ec6cf /lisp/textmodes/conf-mode.el | |
parent | 1c889bf68c346fa521c09b9abd6fc225c5518654 (diff) | |
download | emacs-f6b1b0a848cfdaf07e5b785e72a33c1316821e2c.tar.gz emacs-f6b1b0a848cfdaf07e5b785e72a33c1316821e2c.tar.bz2 emacs-f6b1b0a848cfdaf07e5b785e72a33c1316821e2c.zip |
Spelling fixes.
Diffstat (limited to 'lisp/textmodes/conf-mode.el')
-rw-r--r-- | lisp/textmodes/conf-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/conf-mode.el b/lisp/textmodes/conf-mode.el index 4e6c8bd6b05..5cc5ba45e13 100644 --- a/lisp/textmodes/conf-mode.el +++ b/lisp/textmodes/conf-mode.el @@ -417,7 +417,7 @@ See also `conf-space-mode', `conf-colon-mode', `conf-javaprop-mode', (run-mode-hooks 'conf-mode-hook))) (defun conf-mode-initialize (comment &optional font-lock) - "Intitializations for sub-modes of conf-mode. + "Initializations for sub-modes of conf-mode. COMMENT initializes `comment-start' and `comment-start-skip'. The optional arg FONT-LOCK is the value for FONT-LOCK-KEYWORDS." (set (make-local-variable 'comment-start) comment) |