comparison lisp/ChangeLog @ 5384:3889ef128488

Fix misspelled words, and some grammar, across the entire source tree. See xemacs-patches message with ID <AANLkTi=edkEKtK3pZ60ytsG5pTJQy2TjAEVCZCLOa-oA@mail.gmail.com>.
author Jerry James <james@xemacs.org>
date Thu, 24 Mar 2011 11:00:11 -0600
parents 294ab9180fad
children 436e67ca8c79 4dee0387b9de
comparison
equal deleted inserted replaced
5383:294ab9180fad 5384:3889ef128488
1 2011-03-24 Jerry James <james@xemacs.org>
2
3 * cl-macs.el (loop): "arbitary" -> "arbitrary".
4 * coding.el (force-coding-system-equivalency): "compatiblity" ->
5 "compatibility".
6 * cus-edit.el (custom-variable-pre-reset-standard): "explictly" ->
7 "explicitly" and fix grammar.
8 (custom-face-pre-reset-standard): "explictly" -> "explicitly".
9 * etags.el (pop-tag-mark): "seperate" -> "separate".
10 * files.el (make-temp-file): "analagous" -> "analogous".
11 * font-menu.el (font-menu-ignore-scaled-fonts): "noticably" ->
12 "noticeably".
13 * fontconfig.el (fc-pattern-get-or-compute-size): "unsucessful" ->
14 "unsuccessful".
15 * gnome-widgets.el: "writen" -> "written", "choosed" -> "chosen",
16 "existance" -> "existence".
17 * gtk-ffi.el (gtk-ffi-debug): "wiht" -> "with".
18 * gtk-widgets.el: "wil" -> "will", "occure" -> "occur", "efficent" ->
19 "efficient", "mannor" -> "manner", "negitive" -> "negative",
20 "particulary" -> "particularly".
21 * info.el (Info-suffixed-file): "independantly" -> "independently".
22 * minibuf.el (minibuffer): "Controling" -> "Controlling".
23 * mule/ccl.el (define-ccl-program): "correponding" -> "corresponding".
24 * mule/indian.el: "apperance" -> "appearance" and correct grammar.
25 * mule/kinsoku.el (kinsoku-process-extend): "permissable" ->
26 "permissible", "deliberatly" -> "deliberately", and correct grammar.
27 (kinsoku-process-shrink): "permissable" -> "permissible".
28 * mule/lao-util.el (lao-vowel-reordering-rule): "follwoing" ->
29 "following", "alwasy" -> "always".
30 (lao-transcribe-single-roman-syllable-to-lao): "beggining" ->
31 "beginning".
32 * mule/latin.el: "idiosyncracy" -> "idiosyncrasy".
33 * mule/thai-util.el: "repetion" -> "repetition".
34 * package-get.el (package-get-require-base): "explictly" ->
35 "explicitly".
36 * packages.el (packages-find-package-data-path): "hierachies" ->
37 "hierarchies".
38 * paragraphs.el (use-hard-newlines): "preceeding" -> "preceding".
39 * startup.el (command-line): "intial" -> "initial".
40 * toolbar-itmes.el (toolbar-news): "Unkown" -> "Unknown".
41
1 2011-03-24 Aidan Kehoe <kehoea@parhasard.net> 42 2011-03-24 Aidan Kehoe <kehoea@parhasard.net>
2 43
3 * custom.el (custom-add-to-group): 44 * custom.el (custom-add-to-group):
4 Warn if adding an option to the nil group; this is usually an 45 Warn if adding an option to the nil group; this is usually an
5 error on the part of the programmer. 46 error on the part of the programmer.