diff options
| author | Juanma Barranquero | 2011-11-09 17:18:33 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2011-11-09 17:18:33 +0100 |
| commit | c4e7c63af11781a1c79c119ef4a2b8c2b74637d6 (patch) | |
| tree | ccc20d5cc006578029ccee2ac91925f3ac25ae41 | |
| parent | d9ac1a1e5de383d2929d1590176e5b82901b89c9 (diff) | |
| download | emacs-c4e7c63af11781a1c79c119ef4a2b8c2b74637d6.tar.gz emacs-c4e7c63af11781a1c79c119ef4a2b8c2b74637d6.zip | |
Fix typos.
| -rw-r--r-- | doc/lispref/ChangeLog | 6 | ||||
| -rw-r--r-- | lisp/ChangeLog | 6 | ||||
| -rw-r--r-- | lisp/gnus/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/progmodes/gud.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/meta-mode.el | 50 |
5 files changed, 16 insertions, 50 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index ca3a01d2808..238ce9838b0 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | 2011-11-09 Chong Yidong <cyd@gnu.org> | 1 | 2011-11-09 Chong Yidong <cyd@gnu.org> |
| 2 | 2 | ||
| 3 | * windows.texi (Window Sizes): Document window-pixel-edges, | 3 | * windows.texi (Window Sizes): Document window-pixel-edges, |
| 4 | window-inside-pixel-edges. window-absolute-pixel-edges, and | 4 | window-inside-pixel-edges, window-absolute-pixel-edges, and |
| 5 | window-inside-absolute-pixel-edges. | 5 | window-inside-absolute-pixel-edges. |
| 6 | (Resizing Windows): shrink-window-if-larger-than-buffer works on | 6 | (Resizing Windows): shrink-window-if-larger-than-buffer works on |
| 7 | non-full-width windows. | 7 | non-full-width windows. |
| @@ -1102,9 +1102,9 @@ | |||
| 1102 | * commands.texi (Misc Events): Add cross-references to where | 1102 | * commands.texi (Misc Events): Add cross-references to where |
| 1103 | POSITION of a mouse event is described in detail. | 1103 | POSITION of a mouse event is described in detail. |
| 1104 | 1104 | ||
| 1105 | 2010-08-08 Christoph <cschol2112@googlemail.com> | 1105 | 2010-08-08 Christoph Scholtes <cschol2112@googlemail.com> |
| 1106 | 1106 | ||
| 1107 | * control.texi (Handling Errors) <error-message-string>: Fix arg name. | 1107 | * control.texi (Handling Errors) <error-message-string>: Fix arg name. |
| 1108 | 1108 | ||
| 1109 | 2010-08-08 Juanma Barranquero <lekktu@gmail.com> | 1109 | 2010-08-08 Juanma Barranquero <lekktu@gmail.com> |
| 1110 | 1110 | ||
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d7501d14f8d..795d0e8702a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -14,6 +14,12 @@ | |||
| 14 | (compilation-next-error-function): Obey the target buffer's | 14 | (compilation-next-error-function): Obey the target buffer's |
| 15 | compilation-error-screen-columns. | 15 | compilation-error-screen-columns. |
| 16 | 16 | ||
| 17 | 2011-11-09 Juanma Barranquero <lekktu@gmail.com> | ||
| 18 | |||
| 19 | * progmodes/meta-mode.el: Remove obsolete comments. | ||
| 20 | (meta-right-comment-regexp, meta-ignore-comment-regexp): | ||
| 21 | Fix typos in docstrings. | ||
| 22 | |||
| 17 | 2011-11-09 Martin Rudalics <rudalics@gmx.at> | 23 | 2011-11-09 Martin Rudalics <rudalics@gmx.at> |
| 18 | 24 | ||
| 19 | * window.el (window-size-fixed-p): Rewrite doc-string. | 25 | * window.el (window-size-fixed-p): Rewrite doc-string. |
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index c36d4729518..fbbf3bad5a8 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -18491,7 +18491,7 @@ | |||
| 18491 | 2004-10-05 Jesper Harder <harder@ifa.au.dk> | 18491 | 2004-10-05 Jesper Harder <harder@ifa.au.dk> |
| 18492 | 18492 | ||
| 18493 | * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last | 18493 | * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last |
| 18494 | where approriate. | 18494 | where appropriate. |
| 18495 | 18495 | ||
| 18496 | * nnml.el (nnml-generate-active-info): do. | 18496 | * nnml.el (nnml-generate-active-info): do. |
| 18497 | 18497 | ||
diff --git a/lisp/progmodes/gud.el b/lisp/progmodes/gud.el index 7b3a2893610..944a412fb63 100644 --- a/lisp/progmodes/gud.el +++ b/lisp/progmodes/gud.el | |||
| @@ -2155,7 +2155,7 @@ during jdb initialization depending on the value of | |||
| 2155 | string | 2155 | string |
| 2156 | (concat "[ \t\n\r,\"" path-separator "]+"))))) | 2156 | (concat "[ \t\n\r,\"" path-separator "]+"))))) |
| 2157 | 2157 | ||
| 2158 | ;; See comentary for other debugger's marker filters - there you will find | 2158 | ;; See commentary for other debugger's marker filters - there you will find |
| 2159 | ;; important notes about STRING. | 2159 | ;; important notes about STRING. |
| 2160 | (defun gud-jdb-marker-filter (string) | 2160 | (defun gud-jdb-marker-filter (string) |
| 2161 | 2161 | ||
diff --git a/lisp/progmodes/meta-mode.el b/lisp/progmodes/meta-mode.el index ab640c0e270..e15f765ea58 100644 --- a/lisp/progmodes/meta-mode.el +++ b/lisp/progmodes/meta-mode.el | |||
| @@ -27,53 +27,17 @@ | |||
| 27 | ;; | 27 | ;; |
| 28 | ;; This Emacs Lisp package provides a major mode for editing Metafont | 28 | ;; This Emacs Lisp package provides a major mode for editing Metafont |
| 29 | ;; or MetaPost sources. It includes all the necessary code to set up | 29 | ;; or MetaPost sources. It includes all the necessary code to set up |
| 30 | ;; a major mode including an approriate syntax table, keymap, and a | 30 | ;; a major mode including an appropriate syntax table, keymap, and a |
| 31 | ;; mode-specific pull-down menu. It also provides a sophisticated set | 31 | ;; mode-specific pull-down menu. It also provides a sophisticated set |
| 32 | ;; of font-lock patterns, a fancy indentation function adapted from | 32 | ;; of font-lock patterns, a fancy indentation function adapted from |
| 33 | ;; AUCTeX's latex.el, and some basic mode-specific editing functions | 33 | ;; AUCTeX's latex.el, and some basic mode-specific editing functions |
| 34 | ;; such as functions to move to the beginning or end of the enclosing | 34 | ;; such as functions to move to the beginning or end of the enclosing |
| 35 | ;; environment, or to mark, re-indent, or comment-out environments. | 35 | ;; environment, or to mark, re-indent, or comment-out environments. |
| 36 | ;; On the other hand, it doesn't yet provide any functionality for | 36 | ;; On the other hand, it doesn't yet provide any functionality for |
| 37 | ;; running Metafont or MetaPost in a shell buffer form within Emacs, | 37 | ;; running Metafont or MetaPost in a shell buffer from within Emacs, |
| 38 | ;; but such functionality might be added later, either as part of this | 38 | ;; but such functionality might be added later, either as part of this |
| 39 | ;; package or as a separate Emacs Lisp package. | 39 | ;; package or as a separate Emacs Lisp package. |
| 40 | 40 | ||
| 41 | ;; Installation: | ||
| 42 | ;; | ||
| 43 | ;; An interface to running Metafont or MetaPost as a shell process | ||
| 44 | ;; from within Emacs is currently under development as a separate | ||
| 45 | ;; Emacs Lisp package (meta-buf.el). In order to have that package | ||
| 46 | ;; loaded automatically when first entering Metafont or MetaPost mode, | ||
| 47 | ;; you might use the load-hook provided in this package by adding | ||
| 48 | ;; these lines to your startup file: | ||
| 49 | ;; | ||
| 50 | ;; (add-hook 'meta-mode-load-hook | ||
| 51 | ;; (lambda () (require 'meta-buf))) | ||
| 52 | ;; | ||
| 53 | ;; The add-on package loaded this way may in turn make use of the | ||
| 54 | ;; mode-hooks provided in this package to activate additional features | ||
| 55 | ;; when entering Metafont or MetaPost mode. | ||
| 56 | |||
| 57 | ;; Font Lock Support: | ||
| 58 | ;; | ||
| 59 | ;; If you are using global-font-lock-mode (introduced in Emacs 19.31), | ||
| 60 | ;; fontification in Metafont and/or MetaPost mode will be activated | ||
| 61 | ;; automatically. To speed up fontification for the rather complex | ||
| 62 | ;; patterns used in these modes, it may be a good idea to activate | ||
| 63 | ;; lazy-lock as a font-lock-support-mode (introduced in Emacs 19.32) | ||
| 64 | ;; by adding these lines to your startup file: | ||
| 65 | ;; | ||
| 66 | ;; (global-font-lock-mode t) | ||
| 67 | ;; (setq font-lock-support-mode 'lazy-lock-mode) | ||
| 68 | ;; | ||
| 69 | ;; If you are using an older version of Emacs, which doesn't provide | ||
| 70 | ;; global-font-lock-mode or font-lock-support-mode, you can also | ||
| 71 | ;; activate fontification in Metafont and/or MetaPost mode by adding | ||
| 72 | ;; the following lines to your startup file: | ||
| 73 | ;; | ||
| 74 | ;; (add-hook 'meta-common-mode-hook 'turn-on-font-lock) | ||
| 75 | ;; (add-hook 'meta-common-mode-hook 'turn-on-lazy-lock) | ||
| 76 | |||
| 77 | ;; Customization: | 41 | ;; Customization: |
| 78 | ;; | 42 | ;; |
| 79 | ;; Following the usual Emacs Lisp coding conventions, the major modes | 43 | ;; Following the usual Emacs Lisp coding conventions, the major modes |
| @@ -88,10 +52,6 @@ | |||
| 88 | 52 | ||
| 89 | ;; Availability: | 53 | ;; Availability: |
| 90 | ;; | 54 | ;; |
| 91 | ;; This package is currently available via my "TeX Software" WWW page: | ||
| 92 | ;; | ||
| 93 | ;; http://www.thphy.uni-duesseldorf.de/~vieth/subjects/tex/software.html | ||
| 94 | ;; | ||
| 95 | ;; As of this version 1.0, this package will be uploaded to CTAN | 55 | ;; As of this version 1.0, this package will be uploaded to CTAN |
| 96 | ;; archives, where it shall find a permanent home, presumably in | 56 | ;; archives, where it shall find a permanent home, presumably in |
| 97 | ;; tex-archive/support/emacs-modes. It will also be submitted for | 57 | ;; tex-archive/support/emacs-modes. It will also be submitted for |
| @@ -104,7 +64,7 @@ | |||
| 104 | ;; v 0.2 -- 1997/02/03 UV Improved and debugged font-lock patterns. | 64 | ;; v 0.2 -- 1997/02/03 UV Improved and debugged font-lock patterns. |
| 105 | ;; Added indent-line-function for TAB. | 65 | ;; Added indent-line-function for TAB. |
| 106 | ;; v 0.3 -- 1997/02/17 UV Improved font-lock patterns and syntax table. | 66 | ;; v 0.3 -- 1997/02/17 UV Improved font-lock patterns and syntax table. |
| 107 | ;; Improved and debbuged indentation function. | 67 | ;; Improved and debugged indentation function. |
| 108 | ;; v 0.4 -- 1997/02/18 UV Added functions to indent regions for M-C-q, | 68 | ;; v 0.4 -- 1997/02/18 UV Added functions to indent regions for M-C-q, |
| 109 | ;; also added a preliminary mode-specific menu. | 69 | ;; also added a preliminary mode-specific menu. |
| 110 | ;; v 0.5 -- 1997/02/19 UV Added functions to skip to next or previous | 70 | ;; v 0.5 -- 1997/02/19 UV Added functions to skip to next or previous |
| @@ -513,13 +473,13 @@ If the list was changed, sort the list and remove duplicates first." | |||
| 513 | :group 'meta-font) | 473 | :group 'meta-font) |
| 514 | 474 | ||
| 515 | (defcustom meta-right-comment-regexp nil | 475 | (defcustom meta-right-comment-regexp nil |
| 516 | "Regexp matching comments that should be placed to the right margin." | 476 | "Regexp matching comments that should be placed on the right margin." |
| 517 | :type '(choice regexp | 477 | :type '(choice regexp |
| 518 | (const :tag "None" nil)) | 478 | (const :tag "None" nil)) |
| 519 | :group 'meta-font) | 479 | :group 'meta-font) |
| 520 | 480 | ||
| 521 | (defcustom meta-ignore-comment-regexp "%[^%]" | 481 | (defcustom meta-ignore-comment-regexp "%[^%]" |
| 522 | "Regexp matching comments that whose indentation should not be touched." | 482 | "Regexp matching comments whose indentation should not be touched." |
| 523 | :type 'regexp | 483 | :type 'regexp |
| 524 | :group 'meta-font) | 484 | :group 'meta-font) |
| 525 | 485 | ||