diff options
| author | Paul Eggert | 2011-11-22 23:03:56 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-11-22 23:03:56 -0800 |
| commit | ee7683ebb70c308e596103e379ef6b91d001eebc (patch) | |
| tree | 45382191619e27df7106a8d990bc03903d0fa03f /lisp/progmodes | |
| parent | 6b21de180fba10432988d94d2b8f3e2521be5b17 (diff) | |
| download | emacs-ee7683ebb70c308e596103e379ef6b91d001eebc.tar.gz emacs-ee7683ebb70c308e596103e379ef6b91d001eebc.zip | |
Spelling fixes.
Diffstat (limited to 'lisp/progmodes')
| -rw-r--r-- | lisp/progmodes/ada-mode.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/cc-engine.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/cperl-mode.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/hideshow.el | 4 | ||||
| -rw-r--r-- | lisp/progmodes/idlw-shell.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/prolog.el | 4 |
6 files changed, 8 insertions, 8 deletions
diff --git a/lisp/progmodes/ada-mode.el b/lisp/progmodes/ada-mode.el index b8bf62d90b4..ad5d5def888 100644 --- a/lisp/progmodes/ada-mode.el +++ b/lisp/progmodes/ada-mode.el | |||
| @@ -1694,7 +1694,7 @@ ARG is ignored, and is there for compatibility with `capitalize-word' only." | |||
| 1694 | (defun ada-no-auto-case (&optional _arg) | 1694 | (defun ada-no-auto-case (&optional _arg) |
| 1695 | "Do nothing. ARG is ignored. | 1695 | "Do nothing. ARG is ignored. |
| 1696 | This function can be used for the auto-casing variables in Ada mode, to | 1696 | This function can be used for the auto-casing variables in Ada mode, to |
| 1697 | adapt to unusal auto-casing schemes. Since it does nothing, you can for | 1697 | adapt to unusual auto-casing schemes. Since it does nothing, you can for |
| 1698 | instance use it for `ada-case-identifier' if you don't want any special | 1698 | instance use it for `ada-case-identifier' if you don't want any special |
| 1699 | auto-casing for identifiers, whereas keywords have to be lower-cased. | 1699 | auto-casing for identifiers, whereas keywords have to be lower-cased. |
| 1700 | See also `ada-auto-case' to disable auto casing altogether." | 1700 | See also `ada-auto-case' to disable auto casing altogether." |
diff --git a/lisp/progmodes/cc-engine.el b/lisp/progmodes/cc-engine.el index c794cad65db..9544c4f8728 100644 --- a/lisp/progmodes/cc-engine.el +++ b/lisp/progmodes/cc-engine.el | |||
| @@ -6467,7 +6467,7 @@ comment at the start of cc-engine.el for more info." | |||
| 6467 | (when (c-keyword-member kwd-sym 'c-typeless-decl-kwds) | 6467 | (when (c-keyword-member kwd-sym 'c-typeless-decl-kwds) |
| 6468 | (setq maybe-typeless t)) | 6468 | (setq maybe-typeless t)) |
| 6469 | 6469 | ||
| 6470 | ;; Haven't matched a type so it's an umambiguous | 6470 | ;; Haven't matched a type so it's an unambiguous |
| 6471 | ;; specifier keyword and we know we're in a | 6471 | ;; specifier keyword and we know we're in a |
| 6472 | ;; declaration. | 6472 | ;; declaration. |
| 6473 | (setq at-decl-or-cast t) | 6473 | (setq at-decl-or-cast t) |
diff --git a/lisp/progmodes/cperl-mode.el b/lisp/progmodes/cperl-mode.el index 0e649480dda..9352725384b 100644 --- a/lisp/progmodes/cperl-mode.el +++ b/lisp/progmodes/cperl-mode.el | |||
| @@ -1811,7 +1811,7 @@ or as help on variables `cperl-tips', `cperl-problems', | |||
| 1811 | (funcall f)) | 1811 | (funcall f)) |
| 1812 | (make-local-variable 'compilation-error-regexp-alist) | 1812 | (make-local-variable 'compilation-error-regexp-alist) |
| 1813 | (push 'cperl compilation-error-regexp-alist))) | 1813 | (push 'cperl compilation-error-regexp-alist))) |
| 1814 | ((boundp 'compilation-error-regexp-alist);; xmeacs 19.x | 1814 | ((boundp 'compilation-error-regexp-alist);; xemacs 19.x |
| 1815 | (make-local-variable 'compilation-error-regexp-alist) | 1815 | (make-local-variable 'compilation-error-regexp-alist) |
| 1816 | (set 'compilation-error-regexp-alist | 1816 | (set 'compilation-error-regexp-alist |
| 1817 | (append cperl-compilation-error-regexp-alist | 1817 | (append cperl-compilation-error-regexp-alist |
diff --git a/lisp/progmodes/hideshow.el b/lisp/progmodes/hideshow.el index ca8be01d4a8..9cbc1dc6d32 100644 --- a/lisp/progmodes/hideshow.el +++ b/lisp/progmodes/hideshow.el | |||
| @@ -194,9 +194,9 @@ | |||
| 194 | ;; Unfortunately, these workarounds do not restore hideshow state. | 194 | ;; Unfortunately, these workarounds do not restore hideshow state. |
| 195 | ;; If someone figures out a better way, please let me know. | 195 | ;; If someone figures out a better way, please let me know. |
| 196 | 196 | ||
| 197 | ;; * Correspondance | 197 | ;; * Correspondence |
| 198 | ;; | 198 | ;; |
| 199 | ;; Correspondance welcome; please indicate version number. Send bug | 199 | ;; Correspondence welcome; please indicate version number. Send bug |
| 200 | ;; reports and inquiries to <ttn@gnu.org>. | 200 | ;; reports and inquiries to <ttn@gnu.org>. |
| 201 | 201 | ||
| 202 | ;; * Thanks | 202 | ;; * Thanks |
diff --git a/lisp/progmodes/idlw-shell.el b/lisp/progmodes/idlw-shell.el index faccbb1f0ca..c35562a9c5e 100644 --- a/lisp/progmodes/idlw-shell.el +++ b/lisp/progmodes/idlw-shell.el | |||
| @@ -1844,7 +1844,7 @@ file name." | |||
| 1844 | (cond | 1844 | (cond |
| 1845 | ((file-regular-p file2) file2) | 1845 | ((file-regular-p file2) file2) |
| 1846 | ((file-regular-p file1) file1) | 1846 | ((file-regular-p file1) file1) |
| 1847 | ;; If we cannot veryfy the existence of the file, we return the shorter | 1847 | ;; If we cannot verify the existence of the file, we return the shorter |
| 1848 | ;; name. The idea behind this is that this may be a relative file name | 1848 | ;; name. The idea behind this is that this may be a relative file name |
| 1849 | ;; and our idea about the current working directory may be wrong. | 1849 | ;; and our idea about the current working directory may be wrong. |
| 1850 | ;; If it is a relative file name, it hopefully is short. | 1850 | ;; If it is a relative file name, it hopefully is short. |
diff --git a/lisp/progmodes/prolog.el b/lisp/progmodes/prolog.el index 8b4798e1c14..121ce8e0430 100644 --- a/lisp/progmodes/prolog.el +++ b/lisp/progmodes/prolog.el | |||
| @@ -164,7 +164,7 @@ | |||
| 164 | ;; with the original form). My code on the matter was improved | 164 | ;; with the original form). My code on the matter was improved |
| 165 | ;; considerably by Markus Triska. | 165 | ;; considerably by Markus Triska. |
| 166 | ;; o Fixed `prolog-insert-spaces-after-paren' (which used an | 166 | ;; o Fixed `prolog-insert-spaces-after-paren' (which used an |
| 167 | ;; unitialized variable). | 167 | ;; uninitialized variable). |
| 168 | ;; o Minor changes to clean up the code and avoid some implicit | 168 | ;; o Minor changes to clean up the code and avoid some implicit |
| 169 | ;; package requirements. | 169 | ;; package requirements. |
| 170 | ;; Version 1.13: | 170 | ;; Version 1.13: |
| @@ -691,7 +691,7 @@ nil means send actual operating system end of file." | |||
| 691 | (defcustom prolog-use-standard-consult-compile-method-flag t | 691 | (defcustom prolog-use-standard-consult-compile-method-flag t |
| 692 | "*Non-nil means use the standard compilation method. | 692 | "*Non-nil means use the standard compilation method. |
| 693 | Otherwise the new compilation method will be used. This | 693 | Otherwise the new compilation method will be used. This |
| 694 | utilises a special compilation buffer with the associated | 694 | utilizes a special compilation buffer with the associated |
| 695 | features such as parsing of error messages and automatically | 695 | features such as parsing of error messages and automatically |
| 696 | jumping to the source code responsible for the error. | 696 | jumping to the source code responsible for the error. |
| 697 | 697 | ||