summaryrefslogtreecommitdiff
path: root/lisp/textmodes/conf-mode.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-11-12 23:48:23 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2011-11-12 23:48:23 -0800
commitf6b1b0a848cfdaf07e5b785e72a33c1316821e2c (patch)
tree909f93b643682c1390281a25dc5b36ad359ec6cf /lisp/textmodes/conf-mode.el
parent1c889bf68c346fa521c09b9abd6fc225c5518654 (diff)
downloademacs-f6b1b0a848cfdaf07e5b785e72a33c1316821e2c.tar.gz
Spelling fixes.
Diffstat (limited to 'lisp/textmodes/conf-mode.el')
-rw-r--r--lisp/textmodes/conf-mode.el2
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)