diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-12-30 17:27:15 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-12-30 17:27:15 -0800 |
commit | 22bcf2046977620a7f37bbd4dff4be4a4fffc0ed (patch) | |
tree | 39e83ae1f1389e54aec5074029a1d430aaca2876 /lisp/cedet/srecode | |
parent | b30941dba07605b40efbf139eed2007d6b1e5445 (diff) | |
download | emacs-22bcf2046977620a7f37bbd4dff4be4a4fffc0ed.tar.gz emacs-22bcf2046977620a7f37bbd4dff4be4a4fffc0ed.tar.bz2 emacs-22bcf2046977620a7f37bbd4dff4be4a4fffc0ed.zip |
Spelling fixes.
Diffstat (limited to 'lisp/cedet/srecode')
-rw-r--r-- | lisp/cedet/srecode/document.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/srecode/document.el b/lisp/cedet/srecode/document.el index e25905ead83..038719fbcff 100644 --- a/lisp/cedet/srecode/document.el +++ b/lisp/cedet/srecode/document.el @@ -167,7 +167,7 @@ doesn't always work correctly." ("str\\(ing\\)?" . "string") ("use?r" . "user") ("num\\(ber\\)?" . "number") - ("\\(^\\|\\s-\\)id\\($\\|\\s-\\)" . "Identifier") ;complex cause ;common sylable + ("\\(^\\|\\s-\\)id\\($\\|\\s-\\)" . "Identifier") ;complex cause ;common syllable ) "List of common English abbreviations or full words. These are nouns (as opposed to verbs) for use in creating expanded |