diff options
| author | Juanma Barranquero | 2011-11-20 04:48:53 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2011-11-20 04:48:53 +0100 |
| commit | cd1181dbece7f23a801ce9c56b985f9466cd6511 (patch) | |
| tree | 59d07d411c4de52f8e100fc1d71dbadd9095d1b2 /lisp | |
| parent | 17e845af732cf7bd0ada49375f014e10deb3d06a (diff) | |
| download | emacs-cd1181dbece7f23a801ce9c56b985f9466cd6511.tar.gz emacs-cd1181dbece7f23a801ce9c56b985f9466cd6511.zip | |
Fix typos.
Diffstat (limited to 'lisp')
62 files changed, 177 insertions, 129 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 11a4acd3b16..8f9038ffede 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2011-11-20 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords): | ||
| 4 | * progmodes/pascal.el (electric-pascal-equal): | ||
| 5 | * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex): | ||
| 6 | * xml.el (xml-substitute-special): Fix typos. | ||
| 7 | |||
| 1 | 2011-11-20 Glenn Morris <rgm@gnu.org> | 8 | 2011-11-20 Glenn Morris <rgm@gnu.org> |
| 2 | 9 | ||
| 3 | * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom. | 10 | * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom. |
diff --git a/lisp/ChangeLog.10 b/lisp/ChangeLog.10 index e40f419b32a..b67cc2f67bc 100644 --- a/lisp/ChangeLog.10 +++ b/lisp/ChangeLog.10 | |||
| @@ -374,7 +374,7 @@ | |||
| 374 | the function is advised in cc-defs. However, that advice | 374 | the function is advised in cc-defs. However, that advice |
| 375 | doesn't help if the autoloads are updated in an old (X)Emacs | 375 | doesn't help if the autoloads are updated in an old (X)Emacs |
| 376 | with this version of CC Mode, but I believe it's unlikely that | 376 | with this version of CC Mode, but I believe it's unlikely that |
| 377 | anyone does that when CC Mode isn't distributed with with it. | 377 | anyone does that when CC Mode isn't distributed with it. |
| 378 | 378 | ||
| 379 | * progmodes/cc-defs.el (add-to-list): Add advice to get the | 379 | * progmodes/cc-defs.el (add-to-list): Add advice to get the |
| 380 | optional third append argument in older (X)Emacsen. | 380 | optional third append argument in older (X)Emacsen. |
| @@ -2440,7 +2440,7 @@ | |||
| 2440 | 2440 | ||
| 2441 | * gdb-ui.el (gud-gdba-command-name): Use -noasync option for Gdb | 2441 | * gdb-ui.el (gud-gdba-command-name): Use -noasync option for Gdb |
| 2442 | with MS windows. | 2442 | with MS windows. |
| 2443 | (gdb-display-end): Only make buffer writeable temporarily. | 2443 | (gdb-display-end): Only make buffer writable temporarily. |
| 2444 | Move "View" submenu up one level. | 2444 | Move "View" submenu up one level. |
| 2445 | 2445 | ||
| 2446 | 2003-05-21 Nick Roberts <nick@nick.uklinux.net> | 2446 | 2003-05-21 Nick Roberts <nick@nick.uklinux.net> |
| @@ -9827,7 +9827,7 @@ | |||
| 9827 | (uniquify-delay-rationalize-file-buffer-names): Remove useless check. | 9827 | (uniquify-delay-rationalize-file-buffer-names): Remove useless check. |
| 9828 | (kill-buffer-hook): Don't change globally. | 9828 | (kill-buffer-hook): Don't change globally. |
| 9829 | 9829 | ||
| 9830 | 2002-09-27 Stefan Monnier <monnier@cs.yale.edu>. | 9830 | 2002-09-27 Stefan Monnier <monnier@cs.yale.edu> |
| 9831 | 9831 | ||
| 9832 | * calc/calc.el (calc-bug-address, calc-scan-for-dels, calc-stack) | 9832 | * calc/calc.el (calc-bug-address, calc-scan-for-dels, calc-stack) |
| 9833 | (calc-stack-top, calc-always-load-extensions) | 9833 | (calc-stack-top, calc-always-load-extensions) |
| @@ -20778,7 +20778,7 @@ | |||
| 20778 | * Makefile.in (distclean): Remove Makefile in the build | 20778 | * Makefile.in (distclean): Remove Makefile in the build |
| 20779 | directory, not in the source directory. | 20779 | directory, not in the source directory. |
| 20780 | 20780 | ||
| 20781 | 2001-12-21 Simon Josefsson <jas@extundo.com>. | 20781 | 2001-12-21 Simon Josefsson <jas@extundo.com> |
| 20782 | 20782 | ||
| 20783 | * mail/smtpmail.el (smtpmail-send-queued-mail): | 20783 | * mail/smtpmail.el (smtpmail-send-queued-mail): |
| 20784 | Use with-temp-buffer instead of find-file-noselect, and bind | 20784 | Use with-temp-buffer instead of find-file-noselect, and bind |
diff --git a/lisp/ChangeLog.13 b/lisp/ChangeLog.13 index 0642a4d14ab..9f7c26c5d4b 100644 --- a/lisp/ChangeLog.13 +++ b/lisp/ChangeLog.13 | |||
| @@ -14943,7 +14943,7 @@ | |||
| 14943 | 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org> | 14943 | 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org> |
| 14944 | 14944 | ||
| 14945 | * Makefile.in (bootstrap-prepare): When copying from | 14945 | * Makefile.in (bootstrap-prepare): When copying from |
| 14946 | ldefs-boot.el, make sure loaddefs.el is writeable. | 14946 | ldefs-boot.el, make sure loaddefs.el is writable. |
| 14947 | 14947 | ||
| 14948 | (bootstrap-prepare): Make $(lisp)/ps-print.el | 14948 | (bootstrap-prepare): Make $(lisp)/ps-print.el |
| 14949 | and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well. | 14949 | and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well. |
diff --git a/lisp/ChangeLog.15 b/lisp/ChangeLog.15 index dfd9b94b53e..04133f17364 100644 --- a/lisp/ChangeLog.15 +++ b/lisp/ChangeLog.15 | |||
| @@ -13225,7 +13225,7 @@ | |||
| 13225 | 2010-02-04 Michael Albinus <michael.albinus@gmx.de> | 13225 | 2010-02-04 Michael Albinus <michael.albinus@gmx.de> |
| 13226 | 13226 | ||
| 13227 | * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call | 13227 | * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call |
| 13228 | `dired-uncache' for every elemnt which is an absolute file name. | 13228 | `dired-uncache' for every element which is an absolute file name. |
| 13229 | 13229 | ||
| 13230 | * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a | 13230 | * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a |
| 13231 | directory, handle its directory component. | 13231 | directory, handle its directory component. |
diff --git a/lisp/ChangeLog.2 b/lisp/ChangeLog.2 index 5b0f2ac4270..65005a4ba47 100644 --- a/lisp/ChangeLog.2 +++ b/lisp/ChangeLog.2 | |||
| @@ -3788,7 +3788,7 @@ | |||
| 3788 | 3788 | ||
| 3789 | 1986-06-17 Richard M. Stallman (rms@prep) | 3789 | 1986-06-17 Richard M. Stallman (rms@prep) |
| 3790 | 3790 | ||
| 3791 | * nroff-mode.el: Add elements to nrofff-brace-table. | 3791 | * nroff-mode.el: Add elements to nroff-brace-table. |
| 3792 | 3792 | ||
| 3793 | 1986-06-16 Richard M. Stallman (rms@prep) | 3793 | 1986-06-16 Richard M. Stallman (rms@prep) |
| 3794 | 3794 | ||
diff --git a/lisp/ChangeLog.3 b/lisp/ChangeLog.3 index 8cafac2c0c4..2b384d79169 100644 --- a/lisp/ChangeLog.3 +++ b/lisp/ChangeLog.3 | |||
| @@ -1905,7 +1905,7 @@ | |||
| 1905 | 1905 | ||
| 1906 | * Makefile: Created. This exists mainly so developers elsewhere | 1906 | * Makefile: Created. This exists mainly so developers elsewhere |
| 1907 | can unlock the lisp files to accept an update tar, then relock | 1907 | can unlock the lisp files to accept an update tar, then relock |
| 1908 | them without locking the few that should stay writeable. | 1908 | them without locking the few that should stay writable. |
| 1909 | 1909 | ||
| 1910 | * solar.el, ange-ftp.el: Corrected Keywords header | 1910 | * solar.el, ange-ftp.el: Corrected Keywords header |
| 1911 | 1911 | ||
diff --git a/lisp/ChangeLog.8 b/lisp/ChangeLog.8 index dea5137d246..7aca1b521a2 100644 --- a/lisp/ChangeLog.8 +++ b/lisp/ChangeLog.8 | |||
| @@ -5516,7 +5516,7 @@ | |||
| 5516 | 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de> | 5516 | 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de> |
| 5517 | 5517 | ||
| 5518 | * vc.el (vc-backend-revert): For CVS files that were made | 5518 | * vc.el (vc-backend-revert): For CVS files that were made |
| 5519 | writeable with "cvs edit", call "cvs unedit" to undo that. | 5519 | writable with "cvs edit", call "cvs unedit" to undo that. |
| 5520 | 5520 | ||
| 5521 | 1999-04-08 Dave Love <fx@gnu.org> | 5521 | 1999-04-08 Dave Love <fx@gnu.org> |
| 5522 | 5522 | ||
diff --git a/lisp/ChangeLog.9 b/lisp/ChangeLog.9 index f08e6fb8863..538f3f1d401 100644 --- a/lisp/ChangeLog.9 +++ b/lisp/ChangeLog.9 | |||
| @@ -8638,7 +8638,7 @@ | |||
| 8638 | 2000-11-15 Gerd Moellmann <gerd@gnu.org> | 8638 | 2000-11-15 Gerd Moellmann <gerd@gnu.org> |
| 8639 | 8639 | ||
| 8640 | * faces.el (face-set-after-frame-default): | 8640 | * faces.el (face-set-after-frame-default): |
| 8641 | If `inhibit-default-face-x-resources' is bound, don't intialize the | 8641 | If `inhibit-default-face-x-resources' is bound, don't initialize the |
| 8642 | default face from X resources. | 8642 | default face from X resources. |
| 8643 | 8643 | ||
| 8644 | 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il> | 8644 | 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il> |
diff --git a/lisp/allout.el b/lisp/allout.el index a08aa05d581..bd2094da253 100644 --- a/lisp/allout.el +++ b/lisp/allout.el | |||
| @@ -170,7 +170,7 @@ respective allout-mode keybinding variables, `allout-command-prefix', | |||
| 170 | ;; the function value keymap of allout-mode-map is used in | 170 | ;; the function value keymap of allout-mode-map is used in |
| 171 | ;; minor-mode-map-alist - update it: | 171 | ;; minor-mode-map-alist - update it: |
| 172 | (fset allout-mode-map allout-mode-map-value)) | 172 | (fset allout-mode-map allout-mode-map-value)) |
| 173 | ;;;_ * intialize the mode map: | 173 | ;;;_ * initialize the mode map: |
| 174 | ;; ensure that allout-mode-map has some setting even if allout-mode hasn't | 174 | ;; ensure that allout-mode-map has some setting even if allout-mode hasn't |
| 175 | ;; been invoked: | 175 | ;; been invoked: |
| 176 | (allout-compose-and-institute-keymap) | 176 | (allout-compose-and-institute-keymap) |
diff --git a/lisp/cedet/ChangeLog b/lisp/cedet/ChangeLog index e5969a3c291..788bf71845f 100644 --- a/lisp/cedet/ChangeLog +++ b/lisp/cedet/ChangeLog | |||
| @@ -1,3 +1,27 @@ | |||
| 1 | 2011-11-20 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * cedet-cscope.el (cedet-cscope-version-check): | ||
| 4 | * cedet-global.el (cedet-global-min-version) | ||
| 5 | (cedet-gnu-global-version-check): | ||
| 6 | * cedet.el (cedet-version): | ||
| 7 | * data-debug.el (data-debug-prev, data-debug-contract-current-line): | ||
| 8 | * ede.el (ede-buffer-belongs-to-project-p, ede-auto-add-to-target) | ||
| 9 | (ede-new, ede-invoke-method, project-edit-file-target, project-rescan) | ||
| 10 | (ede-add-project-to-global-list, ede-map-all-subprojects): | ||
| 11 | * inversion.el (inversion-check-version): | ||
| 12 | * mode-local.el (mode-local-map-file-buffers, define-child-mode) | ||
| 13 | (define-overloadable-function): | ||
| 14 | * pulse.el (pulse-flag, pulse): | ||
| 15 | * semantic.el (semantic-elapsed-time, semantic-parse-region) | ||
| 16 | (navigate-menu): | ||
| 17 | * ede/proj-comp.el (ede-compilation-program): | ||
| 18 | * semantic/debug.el (semantic-debug-parser-go) | ||
| 19 | (semantic-debug-parser-fail, semantic-debug-parser-quit) | ||
| 20 | (semantic-debug-parser-abort): | ||
| 21 | * semantic/idle.el (semantic-idle-core-handler): | ||
| 22 | * semantic/bovine/debug.el (semantic-bovine-debug-error-frame): | ||
| 23 | Fix typos. | ||
| 24 | |||
| 1 | 2011-11-16 Juanma Barranquero <lekktu@gmail.com> | 25 | 2011-11-16 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 26 | ||
| 3 | * semantic/lex.el (semantic-lex-tokens): | 27 | * semantic/lex.el (semantic-lex-tokens): |
diff --git a/lisp/cedet/cedet-cscope.el b/lisp/cedet/cedet-cscope.el index 74892533ab6..71942698c5f 100644 --- a/lisp/cedet/cedet-cscope.el +++ b/lisp/cedet/cedet-cscope.el | |||
| @@ -135,8 +135,8 @@ the error code." | |||
| 135 | 135 | ||
| 136 | (defun cedet-cscope-version-check (&optional noerror) | 136 | (defun cedet-cscope-version-check (&optional noerror) |
| 137 | "Check the version of the installed CScope command. | 137 | "Check the version of the installed CScope command. |
| 138 | If optional programatic argument NOERROR is non-nil, then | 138 | If optional programmatic argument NOERROR is non-nil, |
| 139 | instead of throwing an error if CScope isn't available, then | 139 | then instead of throwing an error if CScope isn't available, |
| 140 | return nil." | 140 | return nil." |
| 141 | (interactive) | 141 | (interactive) |
| 142 | (require 'inversion) | 142 | (require 'inversion) |
diff --git a/lisp/cedet/cedet-files.el b/lisp/cedet/cedet-files.el index ae037028bf7..6f40ee7030f 100644 --- a/lisp/cedet/cedet-files.el +++ b/lisp/cedet/cedet-files.el | |||
| @@ -83,7 +83,7 @@ specific conversions during tests." | |||
| 83 | (setq file (concat driveletter ":" | 83 | (setq file (concat driveletter ":" |
| 84 | (substring file (match-end 1)))))) | 84 | (substring file (match-end 1)))))) |
| 85 | 85 | ||
| 86 | ;; Handle the \\file\name nomenclature on some windows boxes. | 86 | ;; Handle the \\file\name nomenclature on some Windows boxes. |
| 87 | (when (string-match "^!" file) | 87 | (when (string-match "^!" file) |
| 88 | (setq file (concat "//" (substring file 1))))) | 88 | (setq file (concat "//" (substring file 1))))) |
| 89 | file)) | 89 | file)) |
diff --git a/lisp/cedet/cedet-global.el b/lisp/cedet/cedet-global.el index d2a9794ec81..aa18c0d2f42 100644 --- a/lisp/cedet/cedet-global.el +++ b/lisp/cedet/cedet-global.el | |||
| @@ -27,7 +27,7 @@ | |||
| 27 | (declare-function inversion-check-version "inversion") | 27 | (declare-function inversion-check-version "inversion") |
| 28 | 28 | ||
| 29 | (defvar cedet-global-min-version "5.0" | 29 | (defvar cedet-global-min-version "5.0" |
| 30 | "Minimum version of GNU global required.") | 30 | "Minimum version of GNU Global required.") |
| 31 | 31 | ||
| 32 | (defcustom cedet-global-command "global" | 32 | (defcustom cedet-global-command "global" |
| 33 | "Command name for the GNU Global executable." | 33 | "Command name for the GNU Global executable." |
| @@ -131,8 +131,8 @@ If a default starting DIR is not specified, the current buffer's | |||
| 131 | 131 | ||
| 132 | (defun cedet-gnu-global-version-check (&optional noerror) | 132 | (defun cedet-gnu-global-version-check (&optional noerror) |
| 133 | "Check the version of the installed GNU Global command. | 133 | "Check the version of the installed GNU Global command. |
| 134 | If optional programatic argument NOERROR is non-nil, then | 134 | If optional programmatic argument NOERROR is non-nil, |
| 135 | instead of throwing an error if Global isn't available, then | 135 | then instead of throwing an error if Global isn't available, |
| 136 | return nil." | 136 | return nil." |
| 137 | (interactive) | 137 | (interactive) |
| 138 | (require 'inversion) | 138 | (require 'inversion) |
diff --git a/lisp/cedet/cedet-idutils.el b/lisp/cedet/cedet-idutils.el index e071265c143..ee8e432ddd9 100644 --- a/lisp/cedet/cedet-idutils.el +++ b/lisp/cedet/cedet-idutils.el | |||
| @@ -84,7 +84,7 @@ Note: Scope is not yet supported." | |||
| 84 | 84 | ||
| 85 | (defun cedet-idutils-fnid-call (flags) | 85 | (defun cedet-idutils-fnid-call (flags) |
| 86 | "Call ID Utils fnid with the list of FLAGS. | 86 | "Call ID Utils fnid with the list of FLAGS. |
| 87 | Return the created buffer with with program output." | 87 | Return the created buffer with program output." |
| 88 | (let ((b (get-buffer-create "*CEDET fnid*")) | 88 | (let ((b (get-buffer-create "*CEDET fnid*")) |
| 89 | (cd default-directory) | 89 | (cd default-directory) |
| 90 | ) | 90 | ) |
| @@ -112,7 +112,7 @@ Return the created buffer with with program output." | |||
| 112 | 112 | ||
| 113 | (defun cedet-idutils-mkid-call (flags) | 113 | (defun cedet-idutils-mkid-call (flags) |
| 114 | "Call ID Utils mkid with the list of FLAGS. | 114 | "Call ID Utils mkid with the list of FLAGS. |
| 115 | Return the created buffer with with program output." | 115 | Return the created buffer with program output." |
| 116 | (let ((b (get-buffer-create "*CEDET mkid*")) | 116 | (let ((b (get-buffer-create "*CEDET mkid*")) |
| 117 | (cd default-directory) | 117 | (cd default-directory) |
| 118 | ) | 118 | ) |
| @@ -163,8 +163,8 @@ the error code." | |||
| 163 | 163 | ||
| 164 | (defun cedet-idutils-version-check (&optional noerror) | 164 | (defun cedet-idutils-version-check (&optional noerror) |
| 165 | "Check the version of the installed ID Utils command. | 165 | "Check the version of the installed ID Utils command. |
| 166 | If optional programatic argument NOERROR is non-nil, then | 166 | If optional programmatic argument NOERROR is non-nil, |
| 167 | instead of throwing an error if Global isn't available, then | 167 | then instead of throwing an error if Global isn't available, |
| 168 | return nil." | 168 | return nil." |
| 169 | (interactive) | 169 | (interactive) |
| 170 | (require 'inversion) | 170 | (require 'inversion) |
diff --git a/lisp/cedet/cedet.el b/lisp/cedet/cedet.el index d7645bc97ed..9ccf74de27a 100644 --- a/lisp/cedet/cedet.el +++ b/lisp/cedet/cedet.el | |||
| @@ -75,7 +75,7 @@ | |||
| 75 | This is used by `semantic-mode' and `global-ede-mode'.") | 75 | This is used by `semantic-mode' and `global-ede-mode'.") |
| 76 | 76 | ||
| 77 | (defun cedet-version () | 77 | (defun cedet-version () |
| 78 | "Display all active versions of CEDET and Dependent packages. | 78 | "Display all active versions of CEDET and dependent packages. |
| 79 | 79 | ||
| 80 | The PACKAGE column is the name of a given package from CEDET. | 80 | The PACKAGE column is the name of a given package from CEDET. |
| 81 | 81 | ||
| @@ -85,7 +85,7 @@ See `cedet-packages' for details. | |||
| 85 | FILE VERSION is the version number found in the source file | 85 | FILE VERSION is the version number found in the source file |
| 86 | for the specified PACKAGE. | 86 | for the specified PACKAGE. |
| 87 | 87 | ||
| 88 | LOADED VERSION is the version of PACKAGE current loaded in Emacs | 88 | LOADED VERSION is the version of PACKAGE currently loaded in Emacs |
| 89 | memory and (presumably) running in this Emacs instance. Value is X | 89 | memory and (presumably) running in this Emacs instance. Value is X |
| 90 | if the package has not been loaded." | 90 | if the package has not been loaded." |
| 91 | (interactive) | 91 | (interactive) |
diff --git a/lisp/cedet/data-debug.el b/lisp/cedet/data-debug.el index e50e9993af0..329d1c608c2 100644 --- a/lisp/cedet/data-debug.el +++ b/lisp/cedet/data-debug.el | |||
| @@ -916,7 +916,7 @@ If PARENT is non-nil, it is somehow related as a parent to thing." | |||
| 916 | (skip-chars-forward " *-><[]" (point-at-eol))) | 916 | (skip-chars-forward " *-><[]" (point-at-eol))) |
| 917 | 917 | ||
| 918 | (defun data-debug-prev () | 918 | (defun data-debug-prev () |
| 919 | "Go to the next line in the Ddebug buffer." | 919 | "Go to the previous line in the Ddebug buffer." |
| 920 | (interactive) | 920 | (interactive) |
| 921 | (forward-line -1) | 921 | (forward-line -1) |
| 922 | (beginning-of-line) | 922 | (beginning-of-line) |
| @@ -972,7 +972,7 @@ Do nothing if already expanded." | |||
| 972 | 972 | ||
| 973 | (defun data-debug-contract-current-line () | 973 | (defun data-debug-contract-current-line () |
| 974 | "Contract the current line (if possible). | 974 | "Contract the current line (if possible). |
| 975 | Do nothing if already expanded." | 975 | Do nothing if already contracted." |
| 976 | (when (and (data-debug-current-line-expanded-p) | 976 | (when (and (data-debug-current-line-expanded-p) |
| 977 | ;; Don't contract if the current line is not expandable. | 977 | ;; Don't contract if the current line is not expandable. |
| 978 | (get-text-property (point) 'ddebug-function)) | 978 | (get-text-property (point) 'ddebug-function)) |
diff --git a/lisp/cedet/ede.el b/lisp/cedet/ede.el index 987351a25e0..741e1ffbe5f 100644 --- a/lisp/cedet/ede.el +++ b/lisp/cedet/ede.el | |||
| @@ -214,7 +214,7 @@ Argument LIST-O-O is the list of objects to choose from." | |||
| 214 | (and obj (obj-of-class-p obj ede-target)))) | 214 | (and obj (obj-of-class-p obj ede-target)))) |
| 215 | 215 | ||
| 216 | (defun ede-buffer-belongs-to-project-p () | 216 | (defun ede-buffer-belongs-to-project-p () |
| 217 | "Return non-nil if this buffer belongs to at least one target." | 217 | "Return non-nil if this buffer belongs to at least one project." |
| 218 | (if (or (null ede-object) (consp ede-object)) nil | 218 | (if (or (null ede-object) (consp ede-object)) nil |
| 219 | (obj-of-class-p ede-object ede-project))) | 219 | (obj-of-class-p ede-object ede-project))) |
| 220 | 220 | ||
| @@ -243,7 +243,7 @@ Argument MENU-DEF is the menu definition to use." | |||
| 243 | ede-obj (if (listp ede-object) ede-object (list ede-object))) | 243 | ede-obj (if (listp ede-object) ede-object (list ede-object))) |
| 244 | ;; First, collect the build items from the project | 244 | ;; First, collect the build items from the project |
| 245 | (setq newmenu (append newmenu (ede-menu-items-build obj t))) | 245 | (setq newmenu (append newmenu (ede-menu-items-build obj t))) |
| 246 | ;; Second, Declare the current target menu items | 246 | ;; Second, declare the current target menu items |
| 247 | (if (and ede-obj (ede-menu-obj-of-class-p ede-target)) | 247 | (if (and ede-obj (ede-menu-obj-of-class-p ede-target)) |
| 248 | (while ede-obj | 248 | (while ede-obj |
| 249 | (setq newmenu (append newmenu | 249 | (setq newmenu (append newmenu |
| @@ -264,7 +264,7 @@ Argument MENU-DEF is the menu definition to use." | |||
| 264 | (setq targets (cdr targets))) | 264 | (setq targets (cdr targets))) |
| 265 | ;; Fourth, build sub projects. | 265 | ;; Fourth, build sub projects. |
| 266 | ;; -- nerp | 266 | ;; -- nerp |
| 267 | ;; Fifth, Add make distribution | 267 | ;; Fifth, add make distribution |
| 268 | (append newmenu (list [ "Make distribution" ede-make-dist t ])) | 268 | (append newmenu (list [ "Make distribution" ede-make-dist t ])) |
| 269 | ))))) | 269 | ))))) |
| 270 | 270 | ||
| @@ -512,7 +512,7 @@ an EDE controlled project." | |||
| 512 | "Look for a target that wants to own the current file. | 512 | "Look for a target that wants to own the current file. |
| 513 | Follow the preference set with `ede-auto-add-method' and get the list | 513 | Follow the preference set with `ede-auto-add-method' and get the list |
| 514 | of objects with the `ede-want-file-p' method." | 514 | of objects with the `ede-want-file-p' method." |
| 515 | (if ede-object (error "Ede-object already defined for %s" (buffer-name))) | 515 | (if ede-object (error "ede-object already defined for %s" (buffer-name))) |
| 516 | (if (or (eq ede-auto-add-method 'never) | 516 | (if (or (eq ede-auto-add-method 'never) |
| 517 | (ede-ignore-file (buffer-file-name))) | 517 | (ede-ignore-file (buffer-file-name))) |
| 518 | nil | 518 | nil |
| @@ -566,7 +566,7 @@ Argument FILE is the file or directory to load a project from." | |||
| 566 | (ede-load-project-file (file-name-directory file)))) | 566 | (ede-load-project-file (file-name-directory file)))) |
| 567 | 567 | ||
| 568 | (defun ede-new (type &optional name) | 568 | (defun ede-new (type &optional name) |
| 569 | "Create a new project starting of project type TYPE. | 569 | "Create a new project starting from project type TYPE. |
| 570 | Optional argument NAME is the name to give this project." | 570 | Optional argument NAME is the name to give this project." |
| 571 | (interactive | 571 | (interactive |
| 572 | (list (completing-read "Project Type: " | 572 | (list (completing-read "Project Type: " |
| @@ -642,7 +642,7 @@ Optional argument NAME is the name to give this project." | |||
| 642 | 642 | ||
| 643 | (defun ede-invoke-method (sym &rest args) | 643 | (defun ede-invoke-method (sym &rest args) |
| 644 | "Invoke method SYM on the current buffer's project object. | 644 | "Invoke method SYM on the current buffer's project object. |
| 645 | ARGS are additional arguments to pass to method sym." | 645 | ARGS are additional arguments to pass to method SYM." |
| 646 | (if (not ede-object) | 646 | (if (not ede-object) |
| 647 | (error "Cannot invoke %s for %s" (symbol-name sym) | 647 | (error "Cannot invoke %s for %s" (symbol-name sym) |
| 648 | (buffer-name))) | 648 | (buffer-name))) |
| @@ -815,7 +815,7 @@ Argument FNND is an argument." | |||
| 815 | (error "remove-file not supported by %s" (object-name ot))) | 815 | (error "remove-file not supported by %s" (object-name ot))) |
| 816 | 816 | ||
| 817 | (defmethod project-edit-file-target ((ot ede-target)) | 817 | (defmethod project-edit-file-target ((ot ede-target)) |
| 818 | "Edit the target OT associated w/ this file." | 818 | "Edit the target OT associated with this file." |
| 819 | (find-file (oref (ede-current-project) file))) | 819 | (find-file (oref (ede-current-project) file))) |
| 820 | 820 | ||
| 821 | (defmethod project-new-target ((proj ede-project) &rest args) | 821 | (defmethod project-new-target ((proj ede-project) &rest args) |
| @@ -857,7 +857,7 @@ Argument COMMAND is the command to use for compiling the target." | |||
| 857 | (error "Dist-files is not supported by %s" (object-name this))) | 857 | (error "Dist-files is not supported by %s" (object-name this))) |
| 858 | 858 | ||
| 859 | (defmethod project-rescan ((this ede-project)) | 859 | (defmethod project-rescan ((this ede-project)) |
| 860 | "Rescan the EDE proj project THIS." | 860 | "Rescan the EDE project THIS." |
| 861 | (error "Rescanning a project is not supported by %s" (object-name this))) | 861 | (error "Rescanning a project is not supported by %s" (object-name this))) |
| 862 | 862 | ||
| 863 | (defun ede-ecb-project-paths () | 863 | (defun ede-ecb-project-paths () |
| @@ -879,7 +879,7 @@ On success, return the added project." | |||
| 879 | (when (not proj) | 879 | (when (not proj) |
| 880 | (error "No project created to add to master list")) | 880 | (error "No project created to add to master list")) |
| 881 | (when (not (eieio-object-p proj)) | 881 | (when (not (eieio-object-p proj)) |
| 882 | (error "Attempt to add Non-object to master project list")) | 882 | (error "Attempt to add non-object to master project list")) |
| 883 | (when (not (obj-of-class-p proj ede-project-placeholder)) | 883 | (when (not (obj-of-class-p proj ede-project-placeholder)) |
| 884 | (error "Attempt to add a non-project to the ede projects list")) | 884 | (error "Attempt to add a non-project to the ede projects list")) |
| 885 | (add-to-list 'ede-projects proj) | 885 | (add-to-list 'ede-projects proj) |
| @@ -1157,7 +1157,7 @@ See also `ede-map-all-subprojects'." | |||
| 1157 | (mapcar proc (oref this subproj))) | 1157 | (mapcar proc (oref this subproj))) |
| 1158 | 1158 | ||
| 1159 | (defmethod ede-map-all-subprojects ((this ede-project) allproc) | 1159 | (defmethod ede-map-all-subprojects ((this ede-project) allproc) |
| 1160 | "For object THIS, execute PROC on THIS and all subprojects. | 1160 | "For object THIS, execute PROC on THIS and all subprojects. |
| 1161 | This function also applies PROC to sub-sub projects. | 1161 | This function also applies PROC to sub-sub projects. |
| 1162 | See also `ede-map-subprojects'." | 1162 | See also `ede-map-subprojects'." |
| 1163 | (apply 'append | 1163 | (apply 'append |
diff --git a/lisp/cedet/ede/proj-comp.el b/lisp/cedet/ede/proj-comp.el index ae5796e042b..84bf8ebf1a0 100644 --- a/lisp/cedet/ede/proj-comp.el +++ b/lisp/cedet/ede/proj-comp.el | |||
| @@ -97,8 +97,8 @@ use the same autoconf form.") | |||
| 97 | (objectextention :initarg :objectextention | 97 | (objectextention :initarg :objectextention |
| 98 | :type string | 98 | :type string |
| 99 | :documentation | 99 | :documentation |
| 100 | "A string which is the extention used for object files. | 100 | "A string which is the extension used for object files. |
| 101 | For example, C code uses .o on unix, and Emacs Lisp uses .elc.") | 101 | For example, C code uses .o on Unix, and Emacs Lisp uses .elc.") |
| 102 | ) | 102 | ) |
| 103 | "A program used to compile or link a program via a Makefile. | 103 | "A program used to compile or link a program via a Makefile. |
| 104 | Contains everything needed to output code into a Makefile, or autoconf | 104 | Contains everything needed to output code into a Makefile, or autoconf |
diff --git a/lisp/cedet/inversion.el b/lisp/cedet/inversion.el index 065ac6d0559..53639b19a96 100644 --- a/lisp/cedet/inversion.el +++ b/lisp/cedet/inversion.el | |||
| @@ -216,14 +216,14 @@ not an indication of new features or bug fixes." | |||
| 216 | ))) | 216 | ))) |
| 217 | 217 | ||
| 218 | (defun inversion-check-version (version incompatible-version | 218 | (defun inversion-check-version (version incompatible-version |
| 219 | minimum &rest reserved) | 219 | minimum &rest reserved) |
| 220 | "Check that a given version meets the minimum requirement. | 220 | "Check that a given version meets the minimum requirement. |
| 221 | VERSION, INCOMPATIBLE-VERSION and MINIMUM are of similar format to | 221 | VERSION, INCOMPATIBLE-VERSION and MINIMUM are of similar format to |
| 222 | return entries of `inversion-decode-version', or a classic version | 222 | return entries of `inversion-decode-version', or a classic version |
| 223 | string. INCOMPATIBLE-VERSION can be nil. | 223 | string. INCOMPATIBLE-VERSION can be nil. |
| 224 | RESERVED arguments are kept for a later use. | 224 | RESERVED arguments are kept for a later use. |
| 225 | Return: | 225 | Return: |
| 226 | - nil if everything is ok | 226 | - nil if everything is ok. |
| 227 | - 'outdated if VERSION is less than MINIMUM. | 227 | - 'outdated if VERSION is less than MINIMUM. |
| 228 | - 'incompatible if VERSION is not backward compatible with MINIMUM. | 228 | - 'incompatible if VERSION is not backward compatible with MINIMUM. |
| 229 | - t if the check failed." | 229 | - t if the check failed." |
| @@ -374,7 +374,7 @@ Return nil when VERSION-STRING was not found." | |||
| 374 | (with-temp-buffer | 374 | (with-temp-buffer |
| 375 | ;; The 3000 is a bit arbitrary, but should cut down on | 375 | ;; The 3000 is a bit arbitrary, but should cut down on |
| 376 | ;; fileio as version info usually is at the very top | 376 | ;; fileio as version info usually is at the very top |
| 377 | ;; of a file. AFter a long commentary could be bad. | 377 | ;; of a file. After a long commentary could be bad. |
| 378 | (insert-file-contents-literally file nil 0 3000) | 378 | (insert-file-contents-literally file nil 0 3000) |
| 379 | (goto-char (point-min)) | 379 | (goto-char (point-min)) |
| 380 | (when (re-search-forward (format tag package 'version) nil t) | 380 | (when (re-search-forward (format tag package 'version) nil t) |
diff --git a/lisp/cedet/mode-local.el b/lisp/cedet/mode-local.el index 0e7657642c2..511a3cd1d8b 100644 --- a/lisp/cedet/mode-local.el +++ b/lisp/cedet/mode-local.el | |||
| @@ -36,7 +36,7 @@ | |||
| 36 | ;; | 36 | ;; |
| 37 | ;; You should use a mode-local variable or override to allow extension | 37 | ;; You should use a mode-local variable or override to allow extension |
| 38 | ;; only if you expect a mode author to provide that extension. If a | 38 | ;; only if you expect a mode author to provide that extension. If a |
| 39 | ;; user might wish to customize a give variable or function then | 39 | ;; user might wish to customize a given variable or function then |
| 40 | ;; the existing customization mechanism should be used. | 40 | ;; the existing customization mechanism should be used. |
| 41 | 41 | ||
| 42 | ;; To Do: | 42 | ;; To Do: |
| @@ -55,7 +55,7 @@ | |||
| 55 | FUNCTION does not have arguments; when it is entered `current-buffer' | 55 | FUNCTION does not have arguments; when it is entered `current-buffer' |
| 56 | is the currently selected file buffer. | 56 | is the currently selected file buffer. |
| 57 | If optional argument PREDICATE is non nil, only select file buffers | 57 | If optional argument PREDICATE is non nil, only select file buffers |
| 58 | for which the function PREDICATE return non-nil. | 58 | for which the function PREDICATE returns non-nil. |
| 59 | If optional argument BUFFERS is non-nil, it is a list of buffers to | 59 | If optional argument BUFFERS is non-nil, it is a list of buffers to |
| 60 | walk through. It defaults to `buffer-list'." | 60 | walk through. It defaults to `buffer-list'." |
| 61 | (dolist (b (or buffers (buffer-list))) | 61 | (dolist (b (or buffers (buffer-list))) |
| @@ -146,7 +146,7 @@ local variables have been defined." | |||
| 146 | (mode-local-map-mode-buffers #'activate-mode-local-bindings mode)) | 146 | (mode-local-map-mode-buffers #'activate-mode-local-bindings mode)) |
| 147 | 147 | ||
| 148 | (defmacro define-child-mode (mode parent &optional docstring) | 148 | (defmacro define-child-mode (mode parent &optional docstring) |
| 149 | "Make major mode MODE inherits behavior from PARENT mode. | 149 | "Make major mode MODE inherit behavior from PARENT mode. |
| 150 | DOCSTRING is optional and not used. | 150 | DOCSTRING is optional and not used. |
| 151 | To work properly, this should be put after PARENT mode local variables | 151 | To work properly, this should be put after PARENT mode local variables |
| 152 | definition." | 152 | definition." |
| @@ -523,11 +523,11 @@ See also the function `define-overload'." | |||
| 523 | result))) | 523 | result))) |
| 524 | 524 | ||
| 525 | (defmacro define-overloadable-function (name args docstring &rest body) | 525 | (defmacro define-overloadable-function (name args docstring &rest body) |
| 526 | "Define a new function, as with `defun' which can be overloaded. | 526 | "Define a new function, as with `defun', which can be overloaded. |
| 527 | NAME is the name of the function to create. | 527 | NAME is the name of the function to create. |
| 528 | ARGS are the arguments to the function. | 528 | ARGS are the arguments to the function. |
| 529 | DOCSTRING is a documentation string to describe the function. The | 529 | DOCSTRING is a documentation string to describe the function. The |
| 530 | docstring will automatically had details about its overload symbol | 530 | docstring will automatically have details about its overload symbol |
| 531 | appended to the end. | 531 | appended to the end. |
| 532 | BODY is code that would be run when there is no override defined. The | 532 | BODY is code that would be run when there is no override defined. The |
| 533 | default is to call the function `NAME-default' with the appropriate | 533 | default is to call the function `NAME-default' with the appropriate |
diff --git a/lisp/cedet/pulse.el b/lisp/cedet/pulse.el index e3d2bd967b6..4929feb0302 100644 --- a/lisp/cedet/pulse.el +++ b/lisp/cedet/pulse.el | |||
| @@ -36,7 +36,7 @@ | |||
| 36 | ;; | 36 | ;; |
| 37 | ;; `pulse-momentary-highlight-one-line' - Pulse a single line at POINT. | 37 | ;; `pulse-momentary-highlight-one-line' - Pulse a single line at POINT. |
| 38 | ;; `pulse-momentary-highlight-region' - Pulse a region. | 38 | ;; `pulse-momentary-highlight-region' - Pulse a region. |
| 39 | ;; `pulse-momentary-highlight-overlay' - Pulse an overlay | 39 | ;; `pulse-momentary-highlight-overlay' - Pulse an overlay. |
| 40 | ;; These three functions will just blink the specified area if | 40 | ;; These three functions will just blink the specified area if |
| 41 | ;; the version of Emacs you are using doesn't support pulsing. | 41 | ;; the version of Emacs you are using doesn't support pulsing. |
| 42 | ;; | 42 | ;; |
| @@ -65,7 +65,7 @@ background color. | |||
| 65 | If the value is nil, highlight with an unchanging color until a | 65 | If the value is nil, highlight with an unchanging color until a |
| 66 | key is pressed. | 66 | key is pressed. |
| 67 | If the value is `never', do no coloring at all. | 67 | If the value is `never', do no coloring at all. |
| 68 | Any other value means to the default pulsing behavior. | 68 | Any other value means to do the default pulsing behavior. |
| 69 | 69 | ||
| 70 | If `pulse-flag' is non-nil, but `pulse-available-p' is nil, then | 70 | If `pulse-flag' is non-nil, but `pulse-available-p' is nil, then |
| 71 | this flag is ignored." | 71 | this flag is ignored." |
| @@ -163,7 +163,7 @@ Return t if there is more drift to do, nil if completed." | |||
| 163 | 163 | ||
| 164 | (defun pulse (&optional face) | 164 | (defun pulse (&optional face) |
| 165 | "Pulse the colors on our highlight face. | 165 | "Pulse the colors on our highlight face. |
| 166 | If optional FACE is provide, reset the face to FACE color, | 166 | If optional FACE is provided, reset the face to FACE color, |
| 167 | instead of `pulse-highlight-start-face'. | 167 | instead of `pulse-highlight-start-face'. |
| 168 | Be sure to call `pulse-reset-face' after calling pulse." | 168 | Be sure to call `pulse-reset-face' after calling pulse." |
| 169 | (unwind-protect | 169 | (unwind-protect |
diff --git a/lisp/cedet/semantic.el b/lisp/cedet/semantic.el index 639b46ad2cf..3ffb6baee9f 100644 --- a/lisp/cedet/semantic.el +++ b/lisp/cedet/semantic.el | |||
| @@ -344,7 +344,7 @@ to use Semantic, and `semantic-init-hook' is run." | |||
| 344 | ;; don't go along for the ride. | 344 | ;; don't go along for the ride. |
| 345 | (add-hook 'clone-indirect-buffer-hook 'semantic-clear-toplevel-cache | 345 | (add-hook 'clone-indirect-buffer-hook 'semantic-clear-toplevel-cache |
| 346 | nil t) | 346 | nil t) |
| 347 | ;; Specify that this function has done it's work. At this point | 347 | ;; Specify that this function has done its work. At this point |
| 348 | ;; we can consider that semantic is active in this buffer. | 348 | ;; we can consider that semantic is active in this buffer. |
| 349 | (setq semantic-new-buffer-fcn-was-run t) | 349 | (setq semantic-new-buffer-fcn-was-run t) |
| 350 | ;; Here are some buffer local variables we can initialize ourselves | 350 | ;; Here are some buffer local variables we can initialize ourselves |
| @@ -378,7 +378,7 @@ Do not set this yourself. Call `semantic-debug'.") | |||
| 378 | 378 | ||
| 379 | (defun semantic-elapsed-time (start end) | 379 | (defun semantic-elapsed-time (start end) |
| 380 | "Copied from elp.el. Was `elp-elapsed-time'. | 380 | "Copied from elp.el. Was `elp-elapsed-time'. |
| 381 | Argument START and END bound the time being calculated." | 381 | Arguments START and END bound the time being calculated." |
| 382 | (float-time (time-subtract end start))) | 382 | (float-time (time-subtract end start))) |
| 383 | 383 | ||
| 384 | (defun bovinate (&optional clear) | 384 | (defun bovinate (&optional clear) |
| @@ -431,7 +431,7 @@ will be silently ignored. | |||
| 431 | 431 | ||
| 432 | Optional arguments: | 432 | Optional arguments: |
| 433 | NONTERMINAL is the rule to start parsing at. | 433 | NONTERMINAL is the rule to start parsing at. |
| 434 | DEPTH specifies the lexical depth to descend for parser that use | 434 | DEPTH specifies the lexical depth to descend for parsers that use |
| 435 | lexical analysis as their first step. | 435 | lexical analysis as their first step. |
| 436 | RETURNONERROR specifies that parsing should stop on the first | 436 | RETURNONERROR specifies that parsing should stop on the first |
| 437 | unmatched syntax encountered. When nil, parsing skips the syntax, | 437 | unmatched syntax encountered. When nil, parsing skips the syntax, |
| @@ -960,7 +960,7 @@ Throw away all the old tags, and recreate the tag database." | |||
| 960 | '("--")) | 960 | '("--")) |
| 961 | (define-key navigate-menu [senator-go-to-up-reference] | 961 | (define-key navigate-menu [senator-go-to-up-reference] |
| 962 | '(menu-item "Parent Tag" senator-go-to-up-reference | 962 | '(menu-item "Parent Tag" senator-go-to-up-reference |
| 963 | :help "Navigate up one reference by tag.")) | 963 | :help "Navigate up one reference by tag")) |
| 964 | (define-key navigate-menu [senator-next-tag] | 964 | (define-key navigate-menu [senator-next-tag] |
| 965 | '(menu-item "Next Tag" senator-next-tag | 965 | '(menu-item "Next Tag" senator-next-tag |
| 966 | :help "Go to the next tag")) | 966 | :help "Go to the next tag")) |
| @@ -971,7 +971,7 @@ Throw away all the old tags, and recreate the tag database." | |||
| 971 | ;; Top level menu items: | 971 | ;; Top level menu items: |
| 972 | (define-key cedet-menu-map [semantic-force-refresh] | 972 | (define-key cedet-menu-map [semantic-force-refresh] |
| 973 | '(menu-item "Reparse Buffer" semantic-force-refresh | 973 | '(menu-item "Reparse Buffer" semantic-force-refresh |
| 974 | :help "Force a full reparse of the current buffer." | 974 | :help "Force a full reparse of the current buffer" |
| 975 | :visible semantic-mode)) | 975 | :visible semantic-mode)) |
| 976 | (define-key cedet-menu-map [semantic-edit-menu] | 976 | (define-key cedet-menu-map [semantic-edit-menu] |
| 977 | `(menu-item "Edit Tags" ,edit-menu | 977 | `(menu-item "Edit Tags" ,edit-menu |
diff --git a/lisp/cedet/semantic/bovine/c.el b/lisp/cedet/semantic/bovine/c.el index 9a862c64d10..7de0011ce92 100644 --- a/lisp/cedet/semantic/bovine/c.el +++ b/lisp/cedet/semantic/bovine/c.el | |||
| @@ -1591,7 +1591,7 @@ DO NOT return the list of tags encompassing point." | |||
| 1591 | (setq tagreturn (cons (semantic-tag-type (car (semanticdb-find-result-nth tmp idx))) tagreturn)) | 1591 | (setq tagreturn (cons (semantic-tag-type (car (semanticdb-find-result-nth tmp idx))) tagreturn)) |
| 1592 | (setq idx (1+ idx))) | 1592 | (setq idx (1+ idx))) |
| 1593 | ) | 1593 | ) |
| 1594 | ;; Use the encompased types around point to also look for using statements. | 1594 | ;; Use the encompassed types around point to also look for using statements. |
| 1595 | ;;(setq tagreturn (cons "bread_name" tagreturn)) | 1595 | ;;(setq tagreturn (cons "bread_name" tagreturn)) |
| 1596 | (while (cdr tagsaroundpoint) ; don't search the last one | 1596 | (while (cdr tagsaroundpoint) ; don't search the last one |
| 1597 | (setq tmp (semantic-find-tags-by-class 'using (semantic-tag-components (car tagsaroundpoint)))) | 1597 | (setq tmp (semantic-find-tags-by-class 'using (semantic-tag-components (car tagsaroundpoint)))) |
diff --git a/lisp/cedet/semantic/bovine/debug.el b/lisp/cedet/semantic/bovine/debug.el index 9ca7409e335..684db1e7bbf 100644 --- a/lisp/cedet/semantic/bovine/debug.el +++ b/lisp/cedet/semantic/bovine/debug.el | |||
| @@ -114,7 +114,7 @@ LEXTOKEN, is a token returned by the lexer which is being matched." | |||
| 114 | :documentation | 114 | :documentation |
| 115 | "An error condition caught in an action.") | 115 | "An error condition caught in an action.") |
| 116 | ) | 116 | ) |
| 117 | "Debugger frame representaion of a lisp error thrown during parsing.") | 117 | "Debugger frame representation of a lisp error thrown during parsing.") |
| 118 | 118 | ||
| 119 | (defun semantic-create-bovine-debug-error-frame (condition) | 119 | (defun semantic-create-bovine-debug-error-frame (condition) |
| 120 | "Create an error frame for bovine debugger. | 120 | "Create an error frame for bovine debugger. |
diff --git a/lisp/cedet/semantic/db-typecache.el b/lisp/cedet/semantic/db-typecache.el index a4c4bd99f26..7d23ad17009 100644 --- a/lisp/cedet/semantic/db-typecache.el +++ b/lisp/cedet/semantic/db-typecache.el | |||
| @@ -368,7 +368,7 @@ a master list." | |||
| 368 | (semanticdb-typecache-merge-streams | 368 | (semanticdb-typecache-merge-streams |
| 369 | incstream | 369 | incstream |
| 370 | ;; Getting the cache from this table will also cause this | 370 | ;; Getting the cache from this table will also cause this |
| 371 | ;; file to update its cache from its decendents. | 371 | ;; file to update its cache from its descendants. |
| 372 | ;; | 372 | ;; |
| 373 | ;; In theory, caches are only built for most includes | 373 | ;; In theory, caches are only built for most includes |
| 374 | ;; only once (in the loop before this one), so this ends | 374 | ;; only once (in the loop before this one), so this ends |
diff --git a/lisp/cedet/semantic/debug.el b/lisp/cedet/semantic/debug.el index ecab73a80dc..45b807df12b 100644 --- a/lisp/cedet/semantic/debug.el +++ b/lisp/cedet/semantic/debug.el | |||
| @@ -519,22 +519,22 @@ down to your parser later." | |||
| 519 | ) | 519 | ) |
| 520 | 520 | ||
| 521 | (defmethod semantic-debug-parser-go ((parser semantic-debug-parser)) | 521 | (defmethod semantic-debug-parser-go ((parser semantic-debug-parser)) |
| 522 | "Continue executiong in this PARSER until the next breakpoint." | 522 | "Continue execution in this PARSER until the next breakpoint." |
| 523 | (setq semantic-debug-user-command 'go) | 523 | (setq semantic-debug-user-command 'go) |
| 524 | ) | 524 | ) |
| 525 | 525 | ||
| 526 | (defmethod semantic-debug-parser-fail ((parser semantic-debug-parser)) | 526 | (defmethod semantic-debug-parser-fail ((parser semantic-debug-parser)) |
| 527 | "Continue executiong in this PARSER until the next breakpoint." | 527 | "Continue execution in this PARSER until the next breakpoint." |
| 528 | (setq semantic-debug-user-command 'fail) | 528 | (setq semantic-debug-user-command 'fail) |
| 529 | ) | 529 | ) |
| 530 | 530 | ||
| 531 | (defmethod semantic-debug-parser-quit ((parser semantic-debug-parser)) | 531 | (defmethod semantic-debug-parser-quit ((parser semantic-debug-parser)) |
| 532 | "Continue executiong in this PARSER until the next breakpoint." | 532 | "Continue execution in this PARSER until the next breakpoint." |
| 533 | (setq semantic-debug-user-command 'quit) | 533 | (setq semantic-debug-user-command 'quit) |
| 534 | ) | 534 | ) |
| 535 | 535 | ||
| 536 | (defmethod semantic-debug-parser-abort ((parser semantic-debug-parser)) | 536 | (defmethod semantic-debug-parser-abort ((parser semantic-debug-parser)) |
| 537 | "Continue executiong in this PARSER until the next breakpoint." | 537 | "Continue execution in this PARSER until the next breakpoint." |
| 538 | (setq semantic-debug-user-command 'abort) | 538 | (setq semantic-debug-user-command 'abort) |
| 539 | ) | 539 | ) |
| 540 | 540 | ||
diff --git a/lisp/cedet/semantic/edit.el b/lisp/cedet/semantic/edit.el index a007f21b69f..0780a628254 100644 --- a/lisp/cedet/semantic/edit.el +++ b/lisp/cedet/semantic/edit.el | |||
| @@ -549,7 +549,7 @@ This function is for internal use by `semantic-edits-incremental-parser'." | |||
| 549 | ;; is not the first change for this | 549 | ;; is not the first change for this |
| 550 | ;; iteration, and it starts before the end | 550 | ;; iteration, and it starts before the end |
| 551 | ;; of current parse region, then it is | 551 | ;; of current parse region, then it is |
| 552 | ;; encompased within the bounds of tags | 552 | ;; encompassed within the bounds of tags |
| 553 | ;; modified by the previous iteration's | 553 | ;; modified by the previous iteration's |
| 554 | ;; change. | 554 | ;; change. |
| 555 | (< (semantic-overlay-start (car changes)) | 555 | (< (semantic-overlay-start (car changes)) |
diff --git a/lisp/cedet/semantic/idle.el b/lisp/cedet/semantic/idle.el index b49d1db1ad5..6761a7f532b 100644 --- a/lisp/cedet/semantic/idle.el +++ b/lisp/cedet/semantic/idle.el | |||
| @@ -245,7 +245,7 @@ And also manages services that depend on tag values." | |||
| 245 | ;; services. Stop on keypress. | 245 | ;; services. Stop on keypress. |
| 246 | 246 | ||
| 247 | ;; NOTE ON COMMENTED SAFE HERE | 247 | ;; NOTE ON COMMENTED SAFE HERE |
| 248 | ;; We used to not execute the services if the buffer wsa | 248 | ;; We used to not execute the services if the buffer was |
| 249 | ;; unparseable. We now assume that they are lexically | 249 | ;; unparseable. We now assume that they are lexically |
| 250 | ;; safe to do, because we have marked the buffer unparseable | 250 | ;; safe to do, because we have marked the buffer unparseable |
| 251 | ;; if there was a problem. | 251 | ;; if there was a problem. |
| @@ -254,11 +254,11 @@ And also manages services that depend on tag values." | |||
| 254 | (save-excursion | 254 | (save-excursion |
| 255 | (semantic-throw-on-input 'idle-queue) | 255 | (semantic-throw-on-input 'idle-queue) |
| 256 | (when semantic-idle-scheduler-verbose-flag | 256 | (when semantic-idle-scheduler-verbose-flag |
| 257 | (message "IDLE: execture service %s..." service)) | 257 | (message "IDLE: execute service %s..." service)) |
| 258 | (semantic-safe (format "Idle Service Error %s: %%S" service) | 258 | (semantic-safe (format "Idle Service Error %s: %%S" service) |
| 259 | (funcall service)) | 259 | (funcall service)) |
| 260 | (when semantic-idle-scheduler-verbose-flag | 260 | (when semantic-idle-scheduler-verbose-flag |
| 261 | (message "IDLE: execture service %s...done" service)) | 261 | (message "IDLE: execute service %s...done" service)) |
| 262 | ))) | 262 | ))) |
| 263 | ;;) | 263 | ;;) |
| 264 | ;; Finally loop over remaining buffers, trying to update them as | 264 | ;; Finally loop over remaining buffers, trying to update them as |
diff --git a/lisp/cedet/semantic/symref/list.el b/lisp/cedet/semantic/symref/list.el index a09928c7dfc..ce3500f83e1 100644 --- a/lisp/cedet/semantic/symref/list.el +++ b/lisp/cedet/semantic/symref/list.el | |||
| @@ -24,7 +24,7 @@ | |||
| 24 | ;; Provide a simple user facing API to finding symbol references. | 24 | ;; Provide a simple user facing API to finding symbol references. |
| 25 | ;; | 25 | ;; |
| 26 | ;; This UI is the base of some refactoring tools. For any refactor, | 26 | ;; This UI is the base of some refactoring tools. For any refactor, |
| 27 | ;; the user will execture [FIXME what?] `semantic-symref' in a tag. | 27 | ;; the user will execute `semantic-symref' in a tag. |
| 28 | ;; Once that data is collected, the output will be listed in a buffer. | 28 | ;; Once that data is collected, the output will be listed in a buffer. |
| 29 | ;; In the output buffer, the user can then initiate different | 29 | ;; In the output buffer, the user can then initiate different |
| 30 | ;; refactoring operations. | 30 | ;; refactoring operations. |
| @@ -103,7 +103,7 @@ Display the references in`semantic-symref-results-mode'." | |||
| 103 | (when (not res) (error "No references found")) | 103 | (when (not res) (error "No references found")) |
| 104 | (semantic-symref-result-get-tags res t) | 104 | (semantic-symref-result-get-tags res t) |
| 105 | (message "Gathering References...done") | 105 | (message "Gathering References...done") |
| 106 | ;; Build a refrences buffer. | 106 | ;; Build a references buffer. |
| 107 | (let ((buff (get-buffer-create | 107 | (let ((buff (get-buffer-create |
| 108 | (format "*Symref %s" str))) | 108 | (format "*Symref %s" str))) |
| 109 | ) | 109 | ) |
diff --git a/lisp/cedet/srecode/dictionary.el b/lisp/cedet/srecode/dictionary.el index 62ceff82448..1575ce7ae3b 100644 --- a/lisp/cedet/srecode/dictionary.el +++ b/lisp/cedet/srecode/dictionary.el | |||
| @@ -437,7 +437,7 @@ The root dictionary is usually for a current or active insertion." | |||
| 437 | ;;; COMPOUND VALUE METHODS | 437 | ;;; COMPOUND VALUE METHODS |
| 438 | ;; | 438 | ;; |
| 439 | ;; Compound values must provide at least the toString method | 439 | ;; Compound values must provide at least the toString method |
| 440 | ;; for use in converting the compound value into sometehing insertable. | 440 | ;; for use in converting the compound value into something insertable. |
| 441 | 441 | ||
| 442 | (defmethod srecode-compound-toString ((cp srecode-dictionary-compound-value) | 442 | (defmethod srecode-compound-toString ((cp srecode-dictionary-compound-value) |
| 443 | function | 443 | function |
diff --git a/lisp/emacs-lisp/ert.el b/lisp/emacs-lisp/ert.el index 8b64cd84bb1..820519e92d8 100644 --- a/lisp/emacs-lisp/ert.el +++ b/lisp/emacs-lisp/ert.el | |||
| @@ -392,7 +392,7 @@ DATA is displayed to the user and should state the reason of the failure." | |||
| 392 | ;; compiling doesn't depend on cl and thus doesn't need an | 392 | ;; compiling doesn't depend on cl and thus doesn't need an |
| 393 | ;; environment arg for `macroexpand'. | 393 | ;; environment arg for `macroexpand'. |
| 394 | (if (fboundp 'cl-macroexpand) | 394 | (if (fboundp 'cl-macroexpand) |
| 395 | ;; Suppress warning about run-time call to cl funtion: we | 395 | ;; Suppress warning about run-time call to cl function: we |
| 396 | ;; only call it if it's fboundp. | 396 | ;; only call it if it's fboundp. |
| 397 | (with-no-warnings | 397 | (with-no-warnings |
| 398 | (cl-macroexpand form (and (boundp 'cl-macro-environment) | 398 | (cl-macroexpand form (and (boundp 'cl-macro-environment) |
diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el index 0bd37ce1d49..8417aa8d380 100644 --- a/lisp/emacs-lisp/package.el +++ b/lisp/emacs-lisp/package.el | |||
| @@ -277,7 +277,7 @@ contrast, `package-user-dir' contains packages for personal use." | |||
| 277 | :version "24.1") | 277 | :version "24.1") |
| 278 | 278 | ||
| 279 | ;; The value is precomputed in finder-inf.el, but don't load that | 279 | ;; The value is precomputed in finder-inf.el, but don't load that |
| 280 | ;; until it's needed (i.e. when `package-intialize' is called). | 280 | ;; until it's needed (i.e. when `package-initialize' is called). |
| 281 | (defvar package--builtins nil | 281 | (defvar package--builtins nil |
| 282 | "Alist of built-in packages. | 282 | "Alist of built-in packages. |
| 283 | The actual value is initialized by loading the library | 283 | The actual value is initialized by loading the library |
diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog index 9a029893352..3fd2c87d59c 100644 --- a/lisp/erc/ChangeLog +++ b/lisp/erc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-11-20 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * erc-log.el (erc-logging-enabled): Fix typo. | ||
| 4 | |||
| 1 | 2011-11-14 Juanma Barranquero <lekktu@gmail.com> | 5 | 2011-11-14 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 6 | ||
| 3 | * erc-notify.el (erc-notify-interval, erc-cmd-NOTIFY): Fix typos. | 7 | * erc-notify.el (erc-notify-interval, erc-cmd-NOTIFY): Fix typos. |
diff --git a/lisp/erc/ChangeLog.01 b/lisp/erc/ChangeLog.01 index 001ab42926f..f4e10d05981 100644 --- a/lisp/erc/ChangeLog.01 +++ b/lisp/erc/ChangeLog.01 | |||
| @@ -399,7 +399,7 @@ | |||
| 399 | 399 | ||
| 400 | * erc.el: * Tijs van Bakel's work from 10th Nov. merged in | 400 | * erc.el: * Tijs van Bakel's work from 10th Nov. merged in |
| 401 | * My additions to that idea merged in too | 401 | * My additions to that idea merged in too |
| 402 | Basicly, this is a major rewrite, if you are scared and want avoid problems, | 402 | Basically, this is a major rewrite, if you are scared and want avoid problems, |
| 403 | stay at your current version. It seems fairly stable though. | 403 | stay at your current version. It seems fairly stable though. |
| 404 | That changed? erc-buffer-name handling was completely rewritten, | 404 | That changed? erc-buffer-name handling was completely rewritten, |
| 405 | and erc-buffer-list local variable handling removed. | 405 | and erc-buffer-list local variable handling removed. |
diff --git a/lisp/erc/ChangeLog.03 b/lisp/erc/ChangeLog.03 index 322f7c93f7d..fc7fd09e76c 100644 --- a/lisp/erc/ChangeLog.03 +++ b/lisp/erc/ChangeLog.03 | |||
| @@ -838,7 +838,7 @@ | |||
| 838 | * erc.el: | 838 | * erc.el: |
| 839 | erc-log-channels: removed; set the directory to start logging | 839 | erc-log-channels: removed; set the directory to start logging |
| 840 | (erc-directory-writeable-p): create directory if it doesn't exist, check if | 840 | (erc-directory-writeable-p): create directory if it doesn't exist, check if |
| 841 | it's writeable | 841 | it's writable |
| 842 | (erc-logging-enabled): don't reference erc-log-channels | 842 | (erc-logging-enabled): don't reference erc-log-channels |
| 843 | 843 | ||
| 844 | 2003-04-07 Damien Elmes <erc@repose.cx> | 844 | 2003-04-07 Damien Elmes <erc@repose.cx> |
| @@ -1556,7 +1556,7 @@ | |||
| 1556 | 1556 | ||
| 1557 | * erc.el: This is the "everything is suddenly broken!" release | 1557 | * erc.el: This is the "everything is suddenly broken!" release |
| 1558 | You know, this is CVS, you can still go back, and wait until the transition | 1558 | You know, this is CVS, you can still go back, and wait until the transition |
| 1559 | is finished, but here is patch one, which basicly breaks every command | 1559 | is finished, but here is patch one, which basically breaks every command |
| 1560 | which is typed on the prompt. | 1560 | which is typed on the prompt. |
| 1561 | Hit me, we can still revert, but something needs to be done about this. | 1561 | Hit me, we can still revert, but something needs to be done about this. |
| 1562 | * (erc-extract-command-from-line): intern-soft the function here. | 1562 | * (erc-extract-command-from-line): intern-soft the function here. |
diff --git a/lisp/erc/erc-backend.el b/lisp/erc/erc-backend.el index f86c9ef845a..5baa676ab39 100644 --- a/lisp/erc/erc-backend.el +++ b/lisp/erc/erc-backend.el | |||
| @@ -1432,7 +1432,7 @@ add things to `%s' instead." | |||
| 1432 | (when (string= cmd "PRIVMSG") | 1432 | (when (string= cmd "PRIVMSG") |
| 1433 | (erc-auto-query proc parsed)))))) | 1433 | (erc-auto-query proc parsed)))))) |
| 1434 | 1434 | ||
| 1435 | ;; FIXME: need clean way of specifiying extra hooks in | 1435 | ;; FIXME: need clean way of specifying extra hooks in |
| 1436 | ;; define-erc-response-handler. | 1436 | ;; define-erc-response-handler. |
| 1437 | (add-hook 'erc-server-PRIVMSG-functions 'erc-auto-query) | 1437 | (add-hook 'erc-server-PRIVMSG-functions 'erc-auto-query) |
| 1438 | 1438 | ||
diff --git a/lisp/erc/erc-log.el b/lisp/erc/erc-log.el index c6b0984fe67..f1754afd1ac 100644 --- a/lisp/erc/erc-log.el +++ b/lisp/erc/erc-log.el | |||
| @@ -314,7 +314,7 @@ Returns nil if `erc-server-buffer-p' returns t." | |||
| 314 | "Return non-nil if logging is enabled for BUFFER. | 314 | "Return non-nil if logging is enabled for BUFFER. |
| 315 | If BUFFER is nil, the value of `current-buffer' is used. | 315 | If BUFFER is nil, the value of `current-buffer' is used. |
| 316 | Logging is enabled if `erc-log-channels-directory' is non-nil, the directory | 316 | Logging is enabled if `erc-log-channels-directory' is non-nil, the directory |
| 317 | is writeable (it will be created as necessary) and | 317 | is writable (it will be created as necessary) and |
| 318 | `erc-enable-logging' returns a non-nil value." | 318 | `erc-enable-logging' returns a non-nil value." |
| 319 | (and erc-log-channels-directory | 319 | (and erc-log-channels-directory |
| 320 | (or (functionp erc-log-channels-directory) | 320 | (or (functionp erc-log-channels-directory) |
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index a9db3c23fef..27693ab771b 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-11-20 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * mm-util.el (mm-charset-after): Fix typo. | ||
| 4 | |||
| 1 | 2011-11-16 Juanma Barranquero <lekktu@gmail.com> | 5 | 2011-11-16 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 6 | ||
| 3 | * gnus-sum.el (gnus-summary-make-menu-bar): | 7 | * gnus-sum.el (gnus-summary-make-menu-bar): |
| @@ -2849,7 +2853,7 @@ | |||
| 2849 | 2853 | ||
| 2850 | 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org> | 2854 | 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org> |
| 2851 | 2855 | ||
| 2852 | * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy | 2856 | * shr.el (shr-expand-newlines): Proof of concept implementation of boxy |
| 2853 | backgrounds. | 2857 | backgrounds. |
| 2854 | (shr-expand-newlines): Switch to using overlays to enable kill'n'yank | 2858 | (shr-expand-newlines): Switch to using overlays to enable kill'n'yank |
| 2855 | in a more sensible manner. | 2859 | in a more sensible manner. |
| @@ -19398,7 +19402,7 @@ | |||
| 19398 | * gnus-group.el (gnus-group-get-new-news-this-group): | 19402 | * gnus-group.el (gnus-group-get-new-news-this-group): |
| 19399 | Don't update info that isn't there. | 19403 | Don't update info that isn't there. |
| 19400 | 19404 | ||
| 19401 | 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>. | 19405 | 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru> |
| 19402 | 19406 | ||
| 19403 | * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251 | 19407 | * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251 |
| 19404 | entry. | 19408 | entry. |
diff --git a/lisp/gnus/ChangeLog.2 b/lisp/gnus/ChangeLog.2 index dcdf1c2934b..d7defec1a78 100644 --- a/lisp/gnus/ChangeLog.2 +++ b/lisp/gnus/ChangeLog.2 | |||
| @@ -2111,7 +2111,7 @@ | |||
| 2111 | * gnus-srvr.el (gnus-browse-foreign-server): Parse garbage NNTP | 2111 | * gnus-srvr.el (gnus-browse-foreign-server): Parse garbage NNTP |
| 2112 | groups correctly. | 2112 | groups correctly. |
| 2113 | 2113 | ||
| 2114 | 2003-06-06 Benjamin Rutt <rutt+news@cis.ohio-state.edu>. | 2114 | 2003-06-06 Benjamin Rutt <rutt+news@cis.ohio-state.edu> |
| 2115 | 2115 | ||
| 2116 | * message.el (message-fetch-field): Augment documentation to state | 2116 | * message.el (message-fetch-field): Augment documentation to state |
| 2117 | the narrowed-to-headers restriction. | 2117 | the narrowed-to-headers restriction. |
| @@ -6816,7 +6816,7 @@ | |||
| 6816 | downloaded variable if we're in an uncovered group. | 6816 | downloaded variable if we're in an uncovered group. |
| 6817 | 6817 | ||
| 6818 | * gnus-agent.el (gnus-agent-downloaded-article-face): Change the | 6818 | * gnus-agent.el (gnus-agent-downloaded-article-face): Change the |
| 6819 | font to soemthing less noticeable. | 6819 | font to something less noticeable. |
| 6820 | (gnus-agent-group-covered-p): New function. | 6820 | (gnus-agent-group-covered-p): New function. |
| 6821 | 6821 | ||
| 6822 | 2002-12-09 ShengHuo ZHU <zsh@cs.rochester.edu> | 6822 | 2002-12-09 ShengHuo ZHU <zsh@cs.rochester.edu> |
| @@ -6972,7 +6972,7 @@ | |||
| 6972 | * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger | 6972 | * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger |
| 6973 | print message on entry. | 6973 | print message on entry. |
| 6974 | 6974 | ||
| 6975 | 2002-11-25 Kevin Greiner <kgreiner@xpediantsolutions.com>. | 6975 | 2002-11-25 Kevin Greiner <kgreiner@xpediantsolutions.com> |
| 6976 | 6976 | ||
| 6977 | * gnus-range.el (gnus-range-difference): New function. | 6977 | * gnus-range.el (gnus-range-difference): New function. |
| 6978 | * gnus-sum.el (gnus-summary-insert-old-articles): Use it. | 6978 | * gnus-sum.el (gnus-summary-insert-old-articles): Use it. |
| @@ -7964,7 +7964,7 @@ | |||
| 7964 | (mml2015-pgg-encrypt): New functions. | 7964 | (mml2015-pgg-encrypt): New functions. |
| 7965 | (defvar, autoload): Prevent byte-compile warnings. | 7965 | (defvar, autoload): Prevent byte-compile warnings. |
| 7966 | 7966 | ||
| 7967 | 2002-09-24 TSUCHIYA Masatoshi <tsuchiya@namazu.org>. | 7967 | 2002-09-24 TSUCHIYA Masatoshi <tsuchiya@namazu.org> |
| 7968 | 7968 | ||
| 7969 | * gnus-art.el (article-strip-banner): Check for the existence of | 7969 | * gnus-art.el (article-strip-banner): Check for the existence of |
| 7970 | from header. | 7970 | from header. |
| @@ -8097,7 +8097,7 @@ | |||
| 8097 | 8097 | ||
| 8098 | * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed. | 8098 | * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed. |
| 8099 | 8099 | ||
| 8100 | 2002-09-12 John Paul Wallington <jpw@shootybangbang.com>. | 8100 | 2002-09-12 John Paul Wallington <jpw@shootybangbang.com> |
| 8101 | 8101 | ||
| 8102 | * gnus.el (gnus-visual, gnus-meta): Fix typo. | 8102 | * gnus.el (gnus-visual, gnus-meta): Fix typo. |
| 8103 | 8103 | ||
| @@ -8111,7 +8111,7 @@ | |||
| 8111 | (nnimap-split-rule): Doc fix. | 8111 | (nnimap-split-rule): Doc fix. |
| 8112 | (nnimap-request-expire-articles): Cleanup code. | 8112 | (nnimap-request-expire-articles): Cleanup code. |
| 8113 | 8113 | ||
| 8114 | 2002-09-11 TSUCHIYA Masatoshi <tsuchiya@namazu.org>. | 8114 | 2002-09-11 TSUCHIYA Masatoshi <tsuchiya@namazu.org> |
| 8115 | 8115 | ||
| 8116 | * gnus-art.el (gnus-article-address-banner-alist): New option. | 8116 | * gnus-art.el (gnus-article-address-banner-alist): New option. |
| 8117 | (article-strip-banner): Refer the above option to split banners of | 8117 | (article-strip-banner): Refer the above option to split banners of |
| @@ -8205,7 +8205,7 @@ | |||
| 8205 | (gnus-group-fetch-control): New function. | 8205 | (gnus-group-fetch-control): New function. |
| 8206 | Add them to the keymap and menu. Require mm-url. | 8206 | Add them to the keymap and menu. Require mm-url. |
| 8207 | 8207 | ||
| 8208 | 2002-08-30 Alex Schroeder <alex@emacswiki.org>. | 8208 | 2002-08-30 Alex Schroeder <alex@emacswiki.org> |
| 8209 | 8209 | ||
| 8210 | * gnus-mlspl.el (gnus-group-split-fancy): Doc fix. | 8210 | * gnus-mlspl.el (gnus-group-split-fancy): Doc fix. |
| 8211 | 8211 | ||
| @@ -8270,7 +8270,7 @@ | |||
| 8270 | 8270 | ||
| 8271 | * gnus-util.el (gnus-select-frame-set-input-focus): New function. | 8271 | * gnus-util.el (gnus-select-frame-set-input-focus): New function. |
| 8272 | 8272 | ||
| 8273 | 2002-08-20 $B>.4X(B $B5HB'(B (KOSEKI Yoshinori) <kose@meadowy.org>. | 8273 | 2002-08-20 $B>.4X(B $B5HB'(B (KOSEKI Yoshinori) <kose@meadowy.org> |
| 8274 | 8274 | ||
| 8275 | * message.el (message-set-auto-save-file-name): Add support for | 8275 | * message.el (message-set-auto-save-file-name): Add support for |
| 8276 | the Cygwin Emacs; the system-type is `cygwin'. | 8276 | the Cygwin Emacs; the system-type is `cygwin'. |
| @@ -8396,7 +8396,7 @@ | |||
| 8396 | * nnimap.el (nnimap-split-articles): Do not call nnmail-fetch-field | 8396 | * nnimap.el (nnimap-split-articles): Do not call nnmail-fetch-field |
| 8397 | when splitting malformed messages without message-id. | 8397 | when splitting malformed messages without message-id. |
| 8398 | 8398 | ||
| 8399 | 2002-07-28 Niklas Morberg <niklas.morberg@axis.com>. | 8399 | 2002-07-28 Niklas Morberg <niklas.morberg@axis.com> |
| 8400 | 8400 | ||
| 8401 | * nnweb.el (nnweb-type, nnweb-type-definition) | 8401 | * nnweb.el (nnweb-type, nnweb-type-definition) |
| 8402 | (nnweb-gmane-create-mapping, nnweb-gmane-wash-article) | 8402 | (nnweb-gmane-create-mapping, nnweb-gmane-wash-article) |
| @@ -8440,18 +8440,18 @@ | |||
| 8440 | nnmail-expiry-target to 'delete, so that absolute deletion | 8440 | nnmail-expiry-target to 'delete, so that absolute deletion |
| 8441 | happens when absolute deletion is requested. | 8441 | happens when absolute deletion is requested. |
| 8442 | 8442 | ||
| 8443 | 2002-07-21 Nevin Kapur <nevin@jhu.edu>. | 8443 | 2002-07-21 Nevin Kapur <nevin@jhu.edu> |
| 8444 | 8444 | ||
| 8445 | * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting | 8445 | * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting |
| 8446 | headers as empty headers. | 8446 | headers as empty headers. |
| 8447 | 8447 | ||
| 8448 | 2002-07-21 Jochen Hein <jochen@jochen.org>. | 8448 | 2002-07-21 Jochen Hein <jochen@jochen.org> |
| 8449 | 8449 | ||
| 8450 | * gnus-art.el (gnus-emphasis-alist): Add strikethrough and | 8450 | * gnus-art.el (gnus-emphasis-alist): Add strikethrough and |
| 8451 | correct typo. | 8451 | correct typo. |
| 8452 | (gnus-emphasis-strikethru): New face. | 8452 | (gnus-emphasis-strikethru): New face. |
| 8453 | 8453 | ||
| 8454 | 2002-07-20 Jason Merrill <jason@redhat.com>. | 8454 | 2002-07-20 Jason Merrill <jason@redhat.com> |
| 8455 | 8455 | ||
| 8456 | * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the | 8456 | * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the |
| 8457 | entire file for each of a sequence of missing articles. | 8457 | entire file for each of a sequence of missing articles. |
| @@ -9879,7 +9879,7 @@ | |||
| 9879 | (rfc2047-decode-region): Don't unfold. Let | 9879 | (rfc2047-decode-region): Don't unfold. Let |
| 9880 | gnus-article-treat-unfold-headers do it. | 9880 | gnus-article-treat-unfold-headers do it. |
| 9881 | 9881 | ||
| 9882 | 2002-02-07 Matt Armstrong <matt@lickey.com>. | 9882 | 2002-02-07 Matt Armstrong <matt@lickey.com> |
| 9883 | 9883 | ||
| 9884 | * message.el (message-mode): Set local-abbrev-table. | 9884 | * message.el (message-mode): Set local-abbrev-table. |
| 9885 | 9885 | ||
| @@ -13226,7 +13226,7 @@ | |||
| 13226 | (gnus-topic-catchup-articles): New function. Suggested by Robin | 13226 | (gnus-topic-catchup-articles): New function. Suggested by Robin |
| 13227 | S. Socha <robin-dated-1001857693.185e29@socha.net>. | 13227 | S. Socha <robin-dated-1001857693.185e29@socha.net>. |
| 13228 | 13228 | ||
| 13229 | 2001-09-27 11:00:00 Gerd M,Av(Bllmann <gerd@gnu.org>. | 13229 | 2001-09-27 11:00:00 Gerd M,Av(Bllmann <gerd@gnu.org> |
| 13230 | 13230 | ||
| 13231 | * gnus-ems.el (gnus-article-display-xface): Insert xface after | 13231 | * gnus-ems.el (gnus-article-display-xface): Insert xface after |
| 13232 | previous ones. | 13232 | previous ones. |
| @@ -13977,7 +13977,7 @@ | |||
| 13977 | * mml.el (mml-menu): Changed name to "Attachments". | 13977 | * mml.el (mml-menu): Changed name to "Attachments". |
| 13978 | 13978 | ||
| 13979 | * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message | 13979 | * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message |
| 13980 | when there is something to detroy. | 13980 | when there is something to destroy. |
| 13981 | 13981 | ||
| 13982 | 2001-05-21 17:11:46 Lars Magne Ingebrigtsen <larsi@gnus.org> | 13982 | 2001-05-21 17:11:46 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 13983 | 13983 | ||
diff --git a/lisp/gnus/mm-util.el b/lisp/gnus/mm-util.el index d57b61dac83..129609df10d 100644 --- a/lisp/gnus/mm-util.el +++ b/lisp/gnus/mm-util.el | |||
| @@ -956,7 +956,7 @@ This is a no-op in XEmacs." | |||
| 956 | 956 | ||
| 957 | (defun mm-charset-after (&optional pos) | 957 | (defun mm-charset-after (&optional pos) |
| 958 | "Return charset of a character in current buffer at position POS. | 958 | "Return charset of a character in current buffer at position POS. |
| 959 | If POS is nil, it defauls to the current point. | 959 | If POS is nil, it defaults to the current point. |
| 960 | If POS is out of range, the value is nil. | 960 | If POS is out of range, the value is nil. |
| 961 | If the charset is `composition', return the actual one." | 961 | If the charset is `composition', return the actual one." |
| 962 | (let ((char (char-after pos)) charset) | 962 | (let ((char (char-after pos)) charset) |
diff --git a/lisp/international/mule.el b/lisp/international/mule.el index 6888056704d..58a08f4506f 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el | |||
| @@ -1572,7 +1572,7 @@ of `ctext-non-standard-encodings-alist'.") | |||
| 1572 | ;; character in CHARSET is encoded using extended segment. In the | 1572 | ;; character in CHARSET is encoded using extended segment. In the |
| 1573 | ;; latter case, a character in CHARSET is encoded using normal ISO2022 | 1573 | ;; latter case, a character in CHARSET is encoded using normal ISO2022 |
| 1574 | ;; designation sequence. If a character is not in any of CHARSETs, it | 1574 | ;; designation sequence. If a character is not in any of CHARSETs, it |
| 1575 | ;; is encoded using UTF-8 encoding extention. | 1575 | ;; is encoded using UTF-8 encoding extension. |
| 1576 | 1576 | ||
| 1577 | (defun ctext-non-standard-encodings-table () | 1577 | (defun ctext-non-standard-encodings-table () |
| 1578 | (let* ((table (append ctext-non-standard-encodings | 1578 | (let* ((table (append ctext-non-standard-encodings |
| @@ -1656,7 +1656,7 @@ in-place." | |||
| 1656 | (insert 2))) | 1656 | (insert 2))) |
| 1657 | ;; Encode this range as characters in CHARSET. | 1657 | ;; Encode this range as characters in CHARSET. |
| 1658 | (put-text-property last-pos (point) 'charset charset)) | 1658 | (put-text-property last-pos (point) 'charset charset)) |
| 1659 | ;; Encode this range using UTF-8 encoding extention. | 1659 | ;; Encode this range using UTF-8 encoding extension. |
| 1660 | (encode-coding-region last-pos (point) 'mule-utf-8) | 1660 | (encode-coding-region last-pos (point) 'mule-utf-8) |
| 1661 | (save-excursion | 1661 | (save-excursion |
| 1662 | (goto-char last-pos) | 1662 | (goto-char last-pos) |
diff --git a/lisp/mail/feedmail.el b/lisp/mail/feedmail.el index eaac5c17cd3..43d43617631 100644 --- a/lisp/mail/feedmail.el +++ b/lisp/mail/feedmail.el | |||
| @@ -2261,9 +2261,9 @@ the counts." | |||
| 2261 | (while (string-match feedmail-queue-slug-suspect-regexp slug) (setq slug (replace-match "-" nil nil slug))) | 2261 | (while (string-match feedmail-queue-slug-suspect-regexp slug) (setq slug (replace-match "-" nil nil slug))) |
| 2262 | ;; collapse multiple hyphens to one | 2262 | ;; collapse multiple hyphens to one |
| 2263 | (while (string-match "--+" slug) (setq slug (replace-match "-" nil nil slug))) | 2263 | (while (string-match "--+" slug) (setq slug (replace-match "-" nil nil slug))) |
| 2264 | ;; for tidyness, peel off leading hyphens | 2264 | ;; for tidiness, peel off leading hyphens |
| 2265 | (if (string-match "^-*" slug) (setq slug (replace-match "" nil nil slug))) | 2265 | (if (string-match "^-*" slug) (setq slug (replace-match "" nil nil slug))) |
| 2266 | ;; for tidyness, peel off trailing hyphens | 2266 | ;; for tidiness, peel off trailing hyphens |
| 2267 | (if (string-match "-*$" slug) (setq slug (replace-match "" nil nil slug))) | 2267 | (if (string-match "-*$" slug) (setq slug (replace-match "" nil nil slug))) |
| 2268 | slug | 2268 | slug |
| 2269 | ) | 2269 | ) |
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index a8efe10ec76..e2bbdd0a6bd 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el | |||
| @@ -4504,7 +4504,7 @@ With prefix argument N moves forward N messages with these labels. | |||
| 4504 | 4504 | ||
| 4505 | ;;;*** | 4505 | ;;;*** |
| 4506 | 4506 | ||
| 4507 | ;;;### (autoloads (rmail-mime) "rmailmm" "rmailmm.el" "6296f0170a37670c49a88a1b92d78187") | 4507 | ;;;### (autoloads (rmail-mime) "rmailmm" "rmailmm.el" "3aa9747bf925bd2cd450f4b1f9c7cd03") |
| 4508 | ;;; Generated autoloads from rmailmm.el | 4508 | ;;; Generated autoloads from rmailmm.el |
| 4509 | 4509 | ||
| 4510 | (autoload 'rmail-mime "rmailmm" "\ | 4510 | (autoload 'rmail-mime "rmailmm" "\ |
diff --git a/lisp/mail/smtpmail.el b/lisp/mail/smtpmail.el index 026b03e350f..bc38b10124e 100644 --- a/lisp/mail/smtpmail.el +++ b/lisp/mail/smtpmail.el | |||
| @@ -975,7 +975,7 @@ The list is in preference order.") | |||
| 975 | (subst-char-in-region (point-min) (point-max) 9 ? t) ; tab --> blank | 975 | (subst-char-in-region (point-min) (point-max) 9 ? t) ; tab --> blank |
| 976 | 976 | ||
| 977 | (goto-char (point-min)) | 977 | (goto-char (point-min)) |
| 978 | ;; tidyness in case hook is not robust when it looks at this | 978 | ;; tidiness in case hook is not robust when it looks at this |
| 979 | (while (re-search-forward "[ \t]+" header-end t) (replace-match " ")) | 979 | (while (re-search-forward "[ \t]+" header-end t) (replace-match " ")) |
| 980 | 980 | ||
| 981 | (goto-char (point-min)) | 981 | (goto-char (point-min)) |
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index ca179a78b61..802f2fab74f 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-11-20 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * mh-utils.el (mh-folder-list): Fix typo. | ||
| 4 | (mh-children-p): Move part of the docstring to a comment. | ||
| 5 | |||
| 1 | 2011-11-16 Juanma Barranquero <lekktu@gmail.com> | 6 | 2011-11-16 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 7 | ||
| 3 | * mh-search.el (mh-pick-parse-search-buffer): Fix typo. | 8 | * mh-search.el (mh-pick-parse-search-buffer): Fix typo. |
diff --git a/lisp/mh-e/ChangeLog.1 b/lisp/mh-e/ChangeLog.1 index b12c47e7f1f..d35d7d4c676 100644 --- a/lisp/mh-e/ChangeLog.1 +++ b/lisp/mh-e/ChangeLog.1 | |||
| @@ -10944,7 +10944,7 @@ | |||
| 10944 | 2001-11-21 Peter S Galbraith <psg@debian.org> | 10944 | 2001-11-21 Peter S Galbraith <psg@debian.org> |
| 10945 | 10945 | ||
| 10946 | * mh-comp.el (mh-reply-show-message-p): The setting of this | 10946 | * mh-comp.el (mh-reply-show-message-p): The setting of this |
| 10947 | variable determines whether the MH show-buffer is diplayed with | 10947 | variable determines whether the MH show-buffer is displayed with |
| 10948 | the current message when using mh-reply without a prefix argument. | 10948 | the current message when using mh-reply without a prefix argument. |
| 10949 | Set it to nil if you already include the message automatically in | 10949 | Set it to nil if you already include the message automatically in |
| 10950 | your draft using "repl: -filter repl.filter" in your ~/.mh_profile | 10950 | your draft using "repl: -filter repl.filter" in your ~/.mh_profile |
diff --git a/lisp/mh-e/mh-utils.el b/lisp/mh-e/mh-utils.el index 6132af17dab..00a03c87ed9 100644 --- a/lisp/mh-e/mh-utils.el +++ b/lisp/mh-e/mh-utils.el | |||
| @@ -484,18 +484,18 @@ no effect." | |||
| 484 | folder) | 484 | folder) |
| 485 | 485 | ||
| 486 | (defmacro mh-children-p (folder) | 486 | (defmacro mh-children-p (folder) |
| 487 | "Return t if FOLDER from sub-folders cache has children. | 487 | "Return t if FOLDER from sub-folders cache has children." |
| 488 | The car of folder is the name, and the cdr is either t or some | 488 | ;; The car of folder is the name, and the cdr is either t or some |
| 489 | sort of count that I do not understand. It's too small to be the | 489 | ;; sort of count that I do not understand. It's too small to be the |
| 490 | number of messages in the sub-folders and too large to be the | 490 | ;; number of messages in the sub-folders and too large to be the |
| 491 | number of sub-folders. XXX" | 491 | ;; number of sub-folders. XXX" |
| 492 | `(if (cdr ,folder) | 492 | `(if (cdr ,folder) |
| 493 | t | 493 | t |
| 494 | nil)) | 494 | nil)) |
| 495 | 495 | ||
| 496 | ;;;###mh-autoload | 496 | ;;;###mh-autoload |
| 497 | (defun mh-folder-list (folder) | 497 | (defun mh-folder-list (folder) |
| 498 | "Return FOLDER and its descendents. | 498 | "Return FOLDER and its descendants. |
| 499 | FOLDER may have a + prefix. Returns a list of strings without the | 499 | FOLDER may have a + prefix. Returns a list of strings without the |
| 500 | + prefix. If FOLDER is nil, then all folders are considered. For | 500 | + prefix. If FOLDER is nil, then all folders are considered. For |
| 501 | example, if your Mail directory only contains the folders +inbox, | 501 | example, if your Mail directory only contains the folders +inbox, |
diff --git a/lisp/nxml/xsd-regexp.el b/lisp/nxml/xsd-regexp.el index fbf0e159247..9701b8dc6e0 100644 --- a/lisp/nxml/xsd-regexp.el +++ b/lisp/nxml/xsd-regexp.el | |||
| @@ -49,7 +49,7 @@ | |||
| 49 | ;; Unicode character means a character in one of the Mule charsets | 49 | ;; Unicode character means a character in one of the Mule charsets |
| 50 | ;; ascii, latin-iso8859-1, mule-unicode-0100-24ff, | 50 | ;; ascii, latin-iso8859-1, mule-unicode-0100-24ff, |
| 51 | ;; mule-unicode-2500-33ff, mule-unicode-e000-ffff, eight-bit-control | 51 | ;; mule-unicode-2500-33ff, mule-unicode-e000-ffff, eight-bit-control |
| 52 | ;; or a character translateable to such a character (i.e a character | 52 | ;; or a character translatable to such a character (i.e a character |
| 53 | ;; for which `encode-char' will return non-nil). | 53 | ;; for which `encode-char' will return non-nil). |
| 54 | ;; | 54 | ;; |
| 55 | ;; Using unify-8859-on-decoding-mode is probably a good idea here | 55 | ;; Using unify-8859-on-decoding-mode is probably a good idea here |
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog index 477daf75534..4f4fbf0f931 100644 --- a/lisp/org/ChangeLog +++ b/lisp/org/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-11-20 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * org-table.el (org-table-line-to-dline): Fix typo. | ||
| 4 | |||
| 1 | 2011-11-16 Juanma Barranquero <lekktu@gmail.com> | 5 | 2011-11-16 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 6 | ||
| 3 | * org-agenda.el (org-agenda-add-entry-text-descriptive-links) | 7 | * org-agenda.el (org-agenda-add-entry-text-descriptive-links) |
| @@ -6185,8 +6189,8 @@ | |||
| 6185 | 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com> | 6189 | 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com> |
| 6186 | 6190 | ||
| 6187 | * org-indent.el (org-indent-add-properties): | 6191 | * org-indent.el (org-indent-add-properties): |
| 6188 | Use `with-silent-modificatons'. | 6192 | Use `with-silent-modifications'. |
| 6189 | (org-indent-remove-properties): Use `with-silent-modificatons'. | 6193 | (org-indent-remove-properties): Use `with-silent-modifications'. |
| 6190 | 6194 | ||
| 6191 | 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com> | 6195 | 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com> |
| 6192 | 6196 | ||
| @@ -13637,7 +13641,7 @@ | |||
| 13637 | 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> | 13641 | 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> |
| 13638 | 13642 | ||
| 13639 | * org.el (org-remove-empty-overlays-at) | 13643 | * org.el (org-remove-empty-overlays-at) |
| 13640 | (org-clean-visibility-after-subtree-move): New functons. | 13644 | (org-clean-visibility-after-subtree-move): New functions. |
| 13641 | (org-move-subtree-down): Simplify cleanup of display. | 13645 | (org-move-subtree-down): Simplify cleanup of display. |
| 13642 | 13646 | ||
| 13643 | 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> | 13647 | 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> |
| @@ -15201,7 +15205,7 @@ | |||
| 15201 | 15205 | ||
| 15202 | * org-exp.el (org-export-as-html): Use IDs in the correct way. | 15206 | * org-exp.el (org-export-as-html): Use IDs in the correct way. |
| 15203 | 15207 | ||
| 15204 | * org.el (org-uuidgen-p): New funtion. | 15208 | * org.el (org-uuidgen-p): New function. |
| 15205 | 15209 | ||
| 15206 | * org-agenda.el (org-agenda-fontify-priorities): New default value | 15210 | * org-agenda.el (org-agenda-fontify-priorities): New default value |
| 15207 | `cookies'. | 15211 | `cookies'. |
| @@ -17067,7 +17071,7 @@ | |||
| 17067 | (org-file-apps-defaults-macosx): Let PostScript files be opened by | 17071 | (org-file-apps-defaults-macosx): Let PostScript files be opened by |
| 17068 | preview. | 17072 | preview. |
| 17069 | (org-time-stamp-inactive): Call `org-time-stamp'. | 17073 | (org-time-stamp-inactive): Call `org-time-stamp'. |
| 17070 | (org-time-stamp): New argument `inactive'. Also edit inacive | 17074 | (org-time-stamp): New argument `inactive'. Also edit inactive |
| 17071 | stamps. Convert time stamp type. | 17075 | stamps. Convert time stamp type. |
| 17072 | (org-open-file): Interpret the `default' value for the `command' | 17076 | (org-open-file): Interpret the `default' value for the `command' |
| 17073 | in `org-file-apps'. | 17077 | in `org-file-apps'. |
diff --git a/lisp/org/org-table.el b/lisp/org/org-table.el index 72723845426..92c14f4cd59 100644 --- a/lisp/org/org-table.el +++ b/lisp/org/org-table.el | |||
| @@ -1302,7 +1302,7 @@ However, when FORCE is non-nil, create new columns if necessary." | |||
| 1302 | (defun org-table-line-to-dline (line &optional above) | 1302 | (defun org-table-line-to-dline (line &optional above) |
| 1303 | "Turn a buffer line number into a data line number. | 1303 | "Turn a buffer line number into a data line number. |
| 1304 | If there is no data line in this line, return nil. | 1304 | If there is no data line in this line, return nil. |
| 1305 | If there is no matching dline (most likely te refrence was a hline), the | 1305 | If there is no matching dline (most likely the reference was a hline), the |
| 1306 | first dline below it is used. When ABOVE is non-nil, the one above is used." | 1306 | first dline below it is used. When ABOVE is non-nil, the one above is used." |
| 1307 | (catch 'exit | 1307 | (catch 'exit |
| 1308 | (let ((ll (length org-table-dlines)) | 1308 | (let ((ll (length org-table-dlines)) |
diff --git a/lisp/progmodes/cc-langs.el b/lisp/progmodes/cc-langs.el index 76dfb3c7a28..4a6344727b4 100644 --- a/lisp/progmodes/cc-langs.el +++ b/lisp/progmodes/cc-langs.el | |||
| @@ -221,7 +221,7 @@ the evaluated constant value at compile time." | |||
| 221 | ;; | 221 | ;; |
| 222 | ;; OPS either has the structure of `c-operators', is a single | 222 | ;; OPS either has the structure of `c-operators', is a single |
| 223 | ;; group in `c-operators', or is a plain list of operators. | 223 | ;; group in `c-operators', or is a plain list of operators. |
| 224 | ;; | 224 | ;; |
| 225 | ;; OPGROUP-FILTER specifies how to select the operator groups. It | 225 | ;; OPGROUP-FILTER specifies how to select the operator groups. It |
| 226 | ;; can be t to choose all groups, a list of group type symbols | 226 | ;; can be t to choose all groups, a list of group type symbols |
| 227 | ;; (such as 'prefix) to accept, or a function which will be called | 227 | ;; (such as 'prefix) to accept, or a function which will be called |
diff --git a/lisp/progmodes/cfengine.el b/lisp/progmodes/cfengine.el index eea822328f1..823304bd250 100644 --- a/lisp/progmodes/cfengine.el +++ b/lisp/progmodes/cfengine.el | |||
| @@ -24,7 +24,7 @@ | |||
| 24 | ;;; Commentary: | 24 | ;;; Commentary: |
| 25 | 25 | ||
| 26 | ;; Provides support for editing GNU Cfengine files, including | 26 | ;; Provides support for editing GNU Cfengine files, including |
| 27 | ;; font-locking, Imenu and indention, but with no special keybindings. | 27 | ;; font-locking, Imenu and indentation, but with no special keybindings. |
| 28 | 28 | ||
| 29 | ;; The CFEngine 3.x support doesn't have Imenu support but patches are | 29 | ;; The CFEngine 3.x support doesn't have Imenu support but patches are |
| 30 | ;; welcome. | 30 | ;; welcome. |
diff --git a/lisp/progmodes/cwarn.el b/lisp/progmodes/cwarn.el index 211c856f9b7..0516aca8d2b 100644 --- a/lisp/progmodes/cwarn.el +++ b/lisp/progmodes/cwarn.el | |||
| @@ -210,16 +210,16 @@ This function is designed to be added to hooks, for example: | |||
| 210 | 210 | ||
| 211 | (defun cwarn-is-enabled (mode &optional feature) | 211 | (defun cwarn-is-enabled (mode &optional feature) |
| 212 | "Non-nil if CWarn FEATURE is enabled for MODE. | 212 | "Non-nil if CWarn FEATURE is enabled for MODE. |
| 213 | feature is an atom representing one construction to highlight. | 213 | FEATURE is an atom representing one construction to highlight. |
| 214 | 214 | ||
| 215 | Check if any feature is enabled for MODE if no feature is specified. | 215 | Check if any feature is enabled for MODE if no feature is specified. |
| 216 | 216 | ||
| 217 | The valid features are described by the variable | 217 | The valid features are described by the variable |
| 218 | `cwarn-font-lock-feature-keywords-alist'." | 218 | `cwarn-font-lock-feature-keywords-alist'." |
| 219 | (let ((mode-configuraion (assq mode cwarn-configuration))) | 219 | (let ((mode-configuration (assq mode cwarn-configuration))) |
| 220 | (and mode-configuraion | 220 | (and mode-configuration |
| 221 | (or (null feature) | 221 | (or (null feature) |
| 222 | (let ((list-or-t (nth 1 mode-configuraion))) | 222 | (let ((list-or-t (nth 1 mode-configuration))) |
| 223 | (or (eq list-or-t t) | 223 | (or (eq list-or-t t) |
| 224 | (if (eq (car-safe list-or-t) 'not) | 224 | (if (eq (car-safe list-or-t) 'not) |
| 225 | (not (memq feature (cdr list-or-t))) | 225 | (not (memq feature (cdr list-or-t))) |
| @@ -235,7 +235,7 @@ The valid features are described by the variable | |||
| 235 | (eq (char-after) ?#))) | 235 | (eq (char-after) ?#))) |
| 236 | 236 | ||
| 237 | (defun cwarn-font-lock-keywords (addp) | 237 | (defun cwarn-font-lock-keywords (addp) |
| 238 | "Install/Remove keywords into current buffer. | 238 | "Install/remove keywords into current buffer. |
| 239 | If ADDP is non-nil, install else remove." | 239 | If ADDP is non-nil, install else remove." |
| 240 | (dolist (pair cwarn-font-lock-feature-keywords-alist) | 240 | (dolist (pair cwarn-font-lock-feature-keywords-alist) |
| 241 | (let ((feature (car pair)) | 241 | (let ((feature (car pair)) |
diff --git a/lisp/progmodes/ebnf-dtd.el b/lisp/progmodes/ebnf-dtd.el index 204b6a91b0f..7b63575195e 100644 --- a/lisp/progmodes/ebnf-dtd.el +++ b/lisp/progmodes/ebnf-dtd.el | |||
| @@ -515,7 +515,7 @@ | |||
| 515 | ;; ----- | 515 | ;; ----- |
| 516 | ;; | 516 | ;; |
| 517 | ;; At moment, only the `<!ELEMENT' generates a syntactic chart. The | 517 | ;; At moment, only the `<!ELEMENT' generates a syntactic chart. The |
| 518 | ;; `<!ATTLIST', `<!NOTATION' and `<!ENTITY' are syntacticly checked but they | 518 | ;; `<!ATTLIST', `<!NOTATION' and `<!ENTITY' are syntactically checked but they |
| 519 | ;; don't generate a syntactic chart. | 519 | ;; don't generate a syntactic chart. |
| 520 | ;; | 520 | ;; |
| 521 | ;; Besides the syntax above, ebnf-dtd also accepts a `pure' dtd file. An | 521 | ;; Besides the syntax above, ebnf-dtd also accepts a `pure' dtd file. An |
diff --git a/lisp/progmodes/idlwave.el b/lisp/progmodes/idlwave.el index 1233ee19ff6..d8715599d74 100644 --- a/lisp/progmodes/idlwave.el +++ b/lisp/progmodes/idlwave.el | |||
| @@ -5789,7 +5789,7 @@ end | |||
| 5789 | (setq idlwave-idlwave_routine_info-compiled t)) | 5789 | (setq idlwave-idlwave_routine_info-compiled t)) |
| 5790 | 5790 | ||
| 5791 | ;; Restore if necessary. Must use execute to hide lame routine_info | 5791 | ;; Restore if necessary. Must use execute to hide lame routine_info |
| 5792 | ;; errors on undefinded routine | 5792 | ;; errors on undefined routine |
| 5793 | (idlwave-shell-send-command | 5793 | (idlwave-shell-send-command |
| 5794 | (format "if execute(\"_v=routine_info('idlwave_routine_info',/SOURCE)\") eq 0 then restore,'%s' else if _v.path eq '' then restore,'%s'" | 5794 | (format "if execute(\"_v=routine_info('idlwave_routine_info',/SOURCE)\") eq 0 then restore,'%s' else if _v.path eq '' then restore,'%s'" |
| 5795 | idlwave-shell-temp-rinfo-save-file | 5795 | idlwave-shell-temp-rinfo-save-file |
diff --git a/lisp/progmodes/pascal.el b/lisp/progmodes/pascal.el index 91a2e946753..b1502adbeb1 100644 --- a/lisp/progmodes/pascal.el +++ b/lisp/progmodes/pascal.el | |||
| @@ -427,7 +427,7 @@ no args, if that value is non-nil." | |||
| 427 | (pascal-indent-command)))) | 427 | (pascal-indent-command)))) |
| 428 | 428 | ||
| 429 | (defun electric-pascal-equal () | 429 | (defun electric-pascal-equal () |
| 430 | "Insert `=', and do indention if within type declaration." | 430 | "Insert `=', and do indentation if within type declaration." |
| 431 | (interactive) | 431 | (interactive) |
| 432 | (insert last-command-event) | 432 | (insert last-command-event) |
| 433 | (if (eq (car (pascal-calculate-indent)) 'declaration) | 433 | (if (eq (car (pascal-calculate-indent)) 'declaration) |
diff --git a/lisp/term/iris-ansi.el b/lisp/term/iris-ansi.el index 574b8389818..3e06810cce6 100644 --- a/lisp/term/iris-ansi.el +++ b/lisp/term/iris-ansi.el | |||
| @@ -136,8 +136,8 @@ | |||
| 136 | 136 | ||
| 137 | (define-key map "\e[Z" [?\S-\t]) | 137 | (define-key map "\e[Z" [?\S-\t]) |
| 138 | (define-key map "\e[072q" [?\C-\t]) | 138 | (define-key map "\e[072q" [?\C-\t]) |
| 139 | ;; This only works if you remove the M-TAB keyring from the system.4Dwmrc | 139 | ;; This only works if you remove the M-TAB keybinding from the system.4Dwmrc |
| 140 | ;; our your ~/.4Dwmrc, if you use the 4Dwm window manager. | 140 | ;; or your ~/.4Dwmrc, if you use the 4Dwm window manager. |
| 141 | (define-key map "\e[073q" [?\M-\t]) | 141 | (define-key map "\e[073q" [?\M-\t]) |
| 142 | 142 | ||
| 143 | (define-key map "\e[074q" [?\M-q]) | 143 | (define-key map "\e[074q" [?\M-q]) |
diff --git a/lisp/term/rxvt.el b/lisp/term/rxvt.el index 14c4ce1c8b7..c784892ce6b 100644 --- a/lisp/term/rxvt.el +++ b/lisp/term/rxvt.el | |||
| @@ -118,7 +118,7 @@ | |||
| 118 | ;; function keys F11->F42 from the termcap/terminfo information. On | 118 | ;; function keys F11->F42 from the termcap/terminfo information. On |
| 119 | ;; a PC-style keyboard these keys correspond to | 119 | ;; a PC-style keyboard these keys correspond to |
| 120 | ;; MODIFIER-FUNCTION_KEY, where modifier is S-, C-, C-S-. The | 120 | ;; MODIFIER-FUNCTION_KEY, where modifier is S-, C-, C-S-. The |
| 121 | ;; code here subsitutes the corresponding definitions in | 121 | ;; code here substitutes the corresponding definitions in |
| 122 | ;; function-key-map. This substitution is needed because if a key | 122 | ;; function-key-map. This substitution is needed because if a key |
| 123 | ;; definition if found in function-key-map, there are no further | 123 | ;; definition if found in function-key-map, there are no further |
| 124 | ;; lookups in other keymaps. | 124 | ;; lookups in other keymaps. |
diff --git a/lisp/textmodes/artist.el b/lisp/textmodes/artist.el index d13437f4c7c..e7f2e3f1396 100644 --- a/lisp/textmodes/artist.el +++ b/lisp/textmodes/artist.el | |||
| @@ -2338,7 +2338,7 @@ Octant are numbered 1--8, anti-clockwise as: | |||
| 2338 | 5 | 2338 | 5 |
| 2339 | 6)))) | 2339 | 6)))) |
| 2340 | 2340 | ||
| 2341 | ;; Some inline funtions for creating, setting and reading | 2341 | ;; Some inline functions for creating, setting and reading |
| 2342 | ;; members of a coordinate | 2342 | ;; members of a coordinate |
| 2343 | ;; | 2343 | ;; |
| 2344 | 2344 | ||
diff --git a/lisp/textmodes/reftex-dcr.el b/lisp/textmodes/reftex-dcr.el index 7de15c66cec..ff6ffffc382 100644 --- a/lisp/textmodes/reftex-dcr.el +++ b/lisp/textmodes/reftex-dcr.el | |||
| @@ -361,7 +361,7 @@ will display info in the echo area." | |||
| 361 | "View location in a LaTeX document which cites the BibTeX entry at point. | 361 | "View location in a LaTeX document which cites the BibTeX entry at point. |
| 362 | Since BibTeX files can be used by many LaTeX documents, this function | 362 | Since BibTeX files can be used by many LaTeX documents, this function |
| 363 | prompts upon first use for a buffer in RefTeX mode. To reset this | 363 | prompts upon first use for a buffer in RefTeX mode. To reset this |
| 364 | link to a document, call the function with with a prefix arg. | 364 | link to a document, call the function with a prefix arg. |
| 365 | Calling this function several times find successive citation locations." | 365 | Calling this function several times find successive citation locations." |
| 366 | (interactive "P") | 366 | (interactive "P") |
| 367 | (when arg | 367 | (when arg |
diff --git a/lisp/vc/vc-mtn.el b/lisp/vc/vc-mtn.el index 0b263e9c669..0fc7ba96fb7 100644 --- a/lisp/vc/vc-mtn.el +++ b/lisp/vc/vc-mtn.el | |||
| @@ -299,7 +299,7 @@ If nil, use the value of `vc-diff-switches'. If t, use no switches." | |||
| 299 | ids))) | 299 | ids))) |
| 300 | 300 | ||
| 301 | (defun vc-mtn-revision-completion-table (files) | 301 | (defun vc-mtn-revision-completion-table (files) |
| 302 | ;; TODO: Implement completion for for selectors | 302 | ;; TODO: Implement completion for selectors |
| 303 | ;; TODO: Implement completion for composite selectors. | 303 | ;; TODO: Implement completion for composite selectors. |
| 304 | (lexical-let ((files files)) | 304 | (lexical-let ((files files)) |
| 305 | ;; What about using `files'?!? --Stef | 305 | ;; What about using `files'?!? --Stef |
diff --git a/lisp/xml.el b/lisp/xml.el index 68aa5f4db6f..478872dd92e 100644 --- a/lisp/xml.el +++ b/lisp/xml.el | |||
| @@ -756,7 +756,7 @@ This follows the rule [28] in the XML specifications." | |||
| 756 | ;;******************************************************************* | 756 | ;;******************************************************************* |
| 757 | 757 | ||
| 758 | (defun xml-substitute-special (string) | 758 | (defun xml-substitute-special (string) |
| 759 | "Return STRING, after subsituting entity references." | 759 | "Return STRING, after substituting entity references." |
| 760 | ;; This originally made repeated passes through the string from the | 760 | ;; This originally made repeated passes through the string from the |
| 761 | ;; beginning, which isn't correct, since then either "&amp;" or | 761 | ;; beginning, which isn't correct, since then either "&amp;" or |
| 762 | ;; "&amp;" won't DTRT. | 762 | ;; "&amp;" won't DTRT. |