diff options
| author | Paul Eggert | 2011-11-19 18:29:42 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-11-19 18:29:42 -0800 |
| commit | e1dbe924b53c541fdf238a5a722b7177d5c8760b (patch) | |
| tree | cef637ee7849fac3160c668f88e0f761305f87d3 /lisp | |
| parent | 7fb18e9ef9edb3b47cf463babe83922f9310a473 (diff) | |
| download | emacs-e1dbe924b53c541fdf238a5a722b7177d5c8760b.tar.gz emacs-e1dbe924b53c541fdf238a5a722b7177d5c8760b.zip | |
Spelling fixes.
Diffstat (limited to 'lisp')
109 files changed, 182 insertions, 190 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 68c9173efca..11a4acd3b16 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -3033,7 +3033,7 @@ | |||
| 3033 | more people. | 3033 | more people. |
| 3034 | 3034 | ||
| 3035 | * cus-edit.el (custom-file): When running under emacs -q, always | 3035 | * cus-edit.el (custom-file): When running under emacs -q, always |
| 3036 | refuse to save the customisations, even if the .emacs file doesn't | 3036 | refuse to save the customizations, even if the .emacs file doesn't |
| 3037 | exist. | 3037 | exist. |
| 3038 | 3038 | ||
| 3039 | * info.el: Remove the `Info-beginning-of-buffer' function | 3039 | * info.el: Remove the `Info-beginning-of-buffer' function |
diff --git a/lisp/ChangeLog.10 b/lisp/ChangeLog.10 index 1677d8659bf..e40f419b32a 100644 --- a/lisp/ChangeLog.10 +++ b/lisp/ChangeLog.10 | |||
| @@ -1036,13 +1036,13 @@ | |||
| 1036 | 1036 | ||
| 1037 | 2003-06-29 Nick Roberts <nick@nick.uklinux.net> | 1037 | 2003-06-29 Nick Roberts <nick@nick.uklinux.net> |
| 1038 | 1038 | ||
| 1039 | * gdb-ui.el (gdb-display-number-end): Don't re-initialise local | 1039 | * gdb-ui.el (gdb-display-number-end): Don't re-initialize local |
| 1040 | variables to preserve array slices. | 1040 | variables to preserve array slices. |
| 1041 | (gdb-array-slice): Rename gdb-mouse-array-slice. | 1041 | (gdb-array-slice): Rename gdb-mouse-array-slice. |
| 1042 | (gdb-array-slice): Interactive function bound to "\r" for text | 1042 | (gdb-array-slice): Interactive function bound to "\r" for text |
| 1043 | terminals. | 1043 | terminals. |
| 1044 | (gdb-view-source): Rename gdb-view-source-function. | 1044 | (gdb-view-source): Rename gdb-view-source-function. |
| 1045 | Set uninitialised variables (defvars) to nil. | 1045 | Set uninitialized variables (defvars) to nil. |
| 1046 | 1046 | ||
| 1047 | 2003-06-29 Kai Großjohann <kai.grossjohann@gmx.net> | 1047 | 2003-06-29 Kai Großjohann <kai.grossjohann@gmx.net> |
| 1048 | 1048 | ||
| @@ -2149,7 +2149,7 @@ | |||
| 2149 | 2149 | ||
| 2150 | 2003-05-25 Kevin Ryde <user42@zip.com.au> | 2150 | 2003-05-25 Kevin Ryde <user42@zip.com.au> |
| 2151 | 2151 | ||
| 2152 | * info-look.el (autoconf-mode setups): Recognise AH_ and AU_ entries | 2152 | * info-look.el (autoconf-mode setups): Recognize AH_ and AU_ entries |
| 2153 | in "(autoconf)Autoconf Macro Index". Add "(autoconf)M4 Macro Index" | 2153 | in "(autoconf)Autoconf Macro Index". Add "(autoconf)M4 Macro Index" |
| 2154 | and "(autoconf)Autotest Macro Index". Remove duplicate copy of | 2154 | and "(autoconf)Autotest Macro Index". Remove duplicate copy of |
| 2155 | "(automake)Macro and Variable Index". Keep automake after all | 2155 | "(automake)Macro and Variable Index". Keep automake after all |
| @@ -14917,7 +14917,7 @@ | |||
| 14917 | 14917 | ||
| 14918 | 2002-05-14 Francesco Potortì <pot@gnu.org> | 14918 | 2002-05-14 Francesco Potortì <pot@gnu.org> |
| 14919 | 14919 | ||
| 14920 | * shell.el (shell-mode): Make second part of initialisation | 14920 | * shell.el (shell-mode): Make second part of initialization |
| 14921 | depend on whether comint-input-ring is empty, rather than depend | 14921 | depend on whether comint-input-ring is empty, rather than depend |
| 14922 | on it being nil. | 14922 | on it being nil. |
| 14923 | 14923 | ||
| @@ -22669,7 +22669,7 @@ | |||
| 22669 | 22669 | ||
| 22670 | Suggested by Kalle Olavi Niemitalo <kon@iki.fi>: | 22670 | Suggested by Kalle Olavi Niemitalo <kon@iki.fi>: |
| 22671 | 22671 | ||
| 22672 | * vc-hooks.el (vc-error-occured): Backquotified. | 22672 | * vc-hooks.el (vc-error-occurred): Backquotified. |
| 22673 | (vc-file-prop-obarray): Use prime length for better efficiency. | 22673 | (vc-file-prop-obarray): Use prime length for better efficiency. |
| 22674 | 22674 | ||
| 22675 | * vc.el (vc-clear-context): Fill obarray with 0, not nil. | 22675 | * vc.el (vc-clear-context): Fill obarray with 0, not nil. |
diff --git a/lisp/ChangeLog.12 b/lisp/ChangeLog.12 index e916db64f05..7df356b52d8 100644 --- a/lisp/ChangeLog.12 +++ b/lisp/ChangeLog.12 | |||
| @@ -2823,7 +2823,7 @@ | |||
| 2823 | 2007-01-01 Alan Mackenzie <acm@muc.de> | 2823 | 2007-01-01 Alan Mackenzie <acm@muc.de> |
| 2824 | 2824 | ||
| 2825 | * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N): | 2825 | * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N): |
| 2826 | Check the format of c-state-cache is valid for an optimisation before | 2826 | Check the format of c-state-cache is valid for an optimization before |
| 2827 | using it. | 2827 | using it. |
| 2828 | 2828 | ||
| 2829 | * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we | 2829 | * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we |
| @@ -2840,11 +2840,11 @@ | |||
| 2840 | * progmodes/cc-cmds.el (c-context-line-break): Don't indent the | 2840 | * progmodes/cc-cmds.el (c-context-line-break): Don't indent the |
| 2841 | new line after an escaped EOL in a string. | 2841 | new line after an escaped EOL in a string. |
| 2842 | 2842 | ||
| 2843 | * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a | 2843 | * progmodes/cc-engine.el (c-forward-label): Recognize "foo:" as a |
| 2844 | label when it directly follows "else", "do", .... | 2844 | label when it directly follows "else", "do", .... |
| 2845 | 2845 | ||
| 2846 | * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty | 2846 | * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty |
| 2847 | angle brackets (as seen in "explicit specialisations" of C++ | 2847 | angle brackets (as seen in "explicit specializations" of C++ |
| 2848 | templates). | 2848 | templates). |
| 2849 | 2849 | ||
| 2850 | * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style | 2850 | * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style |
| @@ -2871,7 +2871,7 @@ | |||
| 2871 | * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of | 2871 | * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of |
| 2872 | clean-up comment-close-slash also to work when there's a comment | 2872 | clean-up comment-close-slash also to work when there's a comment |
| 2873 | terminator on the line. | 2873 | terminator on the line. |
| 2874 | (c-beginning-of-defun, c-end-of-defun): Refactor and optimise | 2874 | (c-beginning-of-defun, c-end-of-defun): Refactor and optimize |
| 2875 | these for large arg - only take account of top level {..}, except | 2875 | these for large arg - only take account of top level {..}, except |
| 2876 | for initial and final adjustments. M-- C-M-[ae] now go to the | 2876 | for initial and final adjustments. M-- C-M-[ae] now go to the |
| 2877 | right defuns when the starting point is between defuns. They use | 2877 | right defuns when the starting point is between defuns. They use |
| @@ -3257,7 +3257,7 @@ | |||
| 3257 | 3257 | ||
| 3258 | 2006-12-17 Alan Mackenzie <acm@muc.de> | 3258 | 2006-12-17 Alan Mackenzie <acm@muc.de> |
| 3259 | 3259 | ||
| 3260 | * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for | 3260 | * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimize (for |
| 3261 | speed) the case when open-paren-in-column-0-is-defun-start is nil. | 3261 | speed) the case when open-paren-in-column-0-is-defun-start is nil. |
| 3262 | Based on code by Martin Rudalics. | 3262 | Based on code by Martin Rudalics. |
| 3263 | 3263 | ||
| @@ -4124,7 +4124,7 @@ | |||
| 4124 | 2006-11-15 Simon Marshall <simon@gnu.org> | 4124 | 2006-11-15 Simon Marshall <simon@gnu.org> |
| 4125 | 4125 | ||
| 4126 | * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p | 4126 | * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p |
| 4127 | to recognise "T t()" as a function declaration, rather than a | 4127 | to recognize "T t()" as a function declaration, rather than a |
| 4128 | variable instantiation, iff at the top-level or inside a class | 4128 | variable instantiation, iff at the top-level or inside a class |
| 4129 | declaration. Suggested by Feng Li <fengli@gmail.com>. | 4129 | declaration. Suggested by Feng Li <fengli@gmail.com>. |
| 4130 | 4130 | ||
| @@ -8722,7 +8722,7 @@ | |||
| 8722 | 8722 | ||
| 8723 | * progmodes/gdb-ui.el (gdb-same-frame): New option. | 8723 | * progmodes/gdb-ui.el (gdb-same-frame): New option. |
| 8724 | (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables. | 8724 | (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables. |
| 8725 | (gdb-init-1): Initialise them. | 8725 | (gdb-init-1): Initialize them. |
| 8726 | (gdb-starting): Reset gdb-printing. | 8726 | (gdb-starting): Reset gdb-printing. |
| 8727 | (gdb-starting): Save value of gud-overlay-arrow-position. | 8727 | (gdb-starting): Save value of gud-overlay-arrow-position. |
| 8728 | (gdb-frame-begin): Set gdb-frame-begin, gdb-printing. | 8728 | (gdb-frame-begin): Set gdb-frame-begin, gdb-printing. |
| @@ -10937,7 +10937,7 @@ | |||
| 10937 | 10937 | ||
| 10938 | 2006-04-10 Nick Roberts <nickrob@snap.net.nz> | 10938 | 2006-04-10 Nick Roberts <nickrob@snap.net.nz> |
| 10939 | 10939 | ||
| 10940 | * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil. | 10940 | * progmodes/gdb-ui.el (gdb-init-1): Re-initialize gdb-main-file to nil. |
| 10941 | (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?). | 10941 | (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?). |
| 10942 | (gdb-setup-windows): Put something in source window if we can't find | 10942 | (gdb-setup-windows): Put something in source window if we can't find |
| 10943 | the source file. | 10943 | the source file. |
| @@ -16153,7 +16153,7 @@ | |||
| 16153 | much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out. | 16153 | much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out. |
| 16154 | * progmodes/cc-cmds.el: | 16154 | * progmodes/cc-cmds.el: |
| 16155 | (c-ascertain-adjacent-literal): In the backwards direction, now | 16155 | (c-ascertain-adjacent-literal): In the backwards direction, now |
| 16156 | recognises AWK regexp delimiters as string delimiters. | 16156 | recognizes AWK regexp delimiters as string delimiters. |
| 16157 | (c-after-statement-terminator-p): Adapt for virtual semicolons; | 16157 | (c-after-statement-terminator-p): Adapt for virtual semicolons; |
| 16158 | check more rigorously for "end of macro". | 16158 | check more rigorously for "end of macro". |
| 16159 | (c-back-over-illiterals, c-forward-over-illiterals): Adapt for | 16159 | (c-back-over-illiterals, c-forward-over-illiterals): Adapt for |
| @@ -16280,7 +16280,7 @@ | |||
| 16280 | 16280 | ||
| 16281 | * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables | 16281 | * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables |
| 16282 | c-string-par-start/separate c-sentence-end-with-esc-eol, | 16282 | c-string-par-start/separate c-sentence-end-with-esc-eol, |
| 16283 | initialised in c-setup-paragraph-variables, used in string | 16283 | initialized in c-setup-paragraph-variables, used in string |
| 16284 | scanning subroutines of c-beginning-of-statement. | 16284 | scanning subroutines of c-beginning-of-statement. |
| 16285 | 16285 | ||
| 16286 | * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment | 16286 | * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment |
| @@ -22315,7 +22315,7 @@ | |||
| 22315 | * ibuf-ext.el (ibuffer-auto-update-changed): | 22315 | * ibuf-ext.el (ibuffer-auto-update-changed): |
| 22316 | Use `frame-or-buffer-changed-p' to check whether we need to update. | 22316 | Use `frame-or-buffer-changed-p' to check whether we need to update. |
| 22317 | (ibuffer-auto-mode): Don't advise `get-buffer-create' and | 22317 | (ibuffer-auto-mode): Don't advise `get-buffer-create' and |
| 22318 | `kill-buffer'. Initialise `ibuffer-auto-buffers-changed' | 22318 | `kill-buffer'. Initialize `ibuffer-auto-buffers-changed' |
| 22319 | as a `frame-or-buffer-changed-p' state vector instead. | 22319 | as a `frame-or-buffer-changed-p' state vector instead. |
| 22320 | 22320 | ||
| 22321 | 2005-08-27 Romain Francoise <romain@orebokech.com> | 22321 | 2005-08-27 Romain Francoise <romain@orebokech.com> |
diff --git a/lisp/ChangeLog.13 b/lisp/ChangeLog.13 index 319cdb14b9b..0642a4d14ab 100644 --- a/lisp/ChangeLog.13 +++ b/lisp/ChangeLog.13 | |||
| @@ -36,7 +36,7 @@ | |||
| 36 | 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br> | 36 | 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br> |
| 37 | 37 | ||
| 38 | * ps-print.el: Some face attributes (like :strike-through) were not | 38 | * ps-print.el: Some face attributes (like :strike-through) were not |
| 39 | being recognised. Reported by Leo <sdl.web@gmail.com>. | 39 | being recognized. Reported by Leo <sdl.web@gmail.com>. |
| 40 | (ps-print-version): New version 7.3.2. | 40 | (ps-print-version): New version 7.3.2. |
| 41 | (ps-screen-to-bit-face): Fix code. Call ps-face-strikeout-p, | 41 | (ps-screen-to-bit-face): Fix code. Call ps-face-strikeout-p, |
| 42 | ps-face-overline-p and ps-face-box-p functions. | 42 | ps-face-overline-p and ps-face-box-p functions. |
| @@ -4137,7 +4137,7 @@ | |||
| 4137 | 2008-01-14 Alan Mackenzie <acm@muc.de> | 4137 | 2008-01-14 Alan Mackenzie <acm@muc.de> |
| 4138 | 4138 | ||
| 4139 | * progmodes/cc-engine.el (c-guess-basic-syntax): Prevent a macro | 4139 | * progmodes/cc-engine.el (c-guess-basic-syntax): Prevent a macro |
| 4140 | call inside a struct being recognised as a K&R argument. | 4140 | call inside a struct being recognized as a K&R argument. |
| 4141 | 4141 | ||
| 4142 | 2008-01-14 Stefan Monnier <monnier@iro.umontreal.ca> | 4142 | 2008-01-14 Stefan Monnier <monnier@iro.umontreal.ca> |
| 4143 | 4143 | ||
| @@ -12544,7 +12544,7 @@ | |||
| 12544 | a weird set-buffer&prog1 combination. | 12544 | a weird set-buffer&prog1 combination. |
| 12545 | 12545 | ||
| 12546 | * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the | 12546 | * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the |
| 12547 | test so as to optimise cases where the `progn's result is constant. | 12547 | test so as to optimize cases where the `progn's result is constant. |
| 12548 | 12548 | ||
| 12549 | 2007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org> | 12549 | 2007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org> |
| 12550 | 12550 | ||
| @@ -13845,7 +13845,7 @@ | |||
| 13845 | 2007-07-24 Alan Mackenzie <acm@muc.de> | 13845 | 2007-07-24 Alan Mackenzie <acm@muc.de> |
| 13846 | 13846 | ||
| 13847 | * emacs-lisp/bytecomp.el (byte-compile-from-buffer): | 13847 | * emacs-lisp/bytecomp.el (byte-compile-from-buffer): |
| 13848 | Initialise byte-compile-unresolved-functions before rather than | 13848 | Initialize byte-compile-unresolved-functions before rather than |
| 13849 | after a compilation. | 13849 | after a compilation. |
| 13850 | (byte-compile-unresolved-functions): Amplify doc string. | 13850 | (byte-compile-unresolved-functions): Amplify doc string. |
| 13851 | 13851 | ||
| @@ -15917,7 +15917,7 @@ | |||
| 15917 | * help-mode.el (help-xref-forward-stack) | 15917 | * help-mode.el (help-xref-forward-stack) |
| 15918 | (help-xref-stack-forward-item, help-forward-label): New variables. | 15918 | (help-xref-stack-forward-item, help-forward-label): New variables. |
| 15919 | (help-forward): New button type. | 15919 | (help-forward): New button type. |
| 15920 | (help-setup-xref): Initialise help-xref-forward-stack. | 15920 | (help-setup-xref): Initialize help-xref-forward-stack. |
| 15921 | (help-make-xrefs): Add forward button, if appropriate. | 15921 | (help-make-xrefs): Add forward button, if appropriate. |
| 15922 | (help-xref-go-back): Push item on forward stack. | 15922 | (help-xref-go-back): Push item on forward stack. |
| 15923 | (help-xref-go-forward, help-go-forward): New functions. | 15923 | (help-xref-go-forward, help-go-forward): New functions. |
diff --git a/lisp/ChangeLog.14 b/lisp/ChangeLog.14 index 1cde53ba0d3..ce2253bcfe6 100644 --- a/lisp/ChangeLog.14 +++ b/lisp/ChangeLog.14 | |||
| @@ -14189,7 +14189,7 @@ | |||
| 14189 | 2008-04-19 Nick Roberts <nickrob@snap.net.nz> | 14189 | 2008-04-19 Nick Roberts <nickrob@snap.net.nz> |
| 14190 | 14190 | ||
| 14191 | * progmodes/gdb-ui.el (gdb-thread-indicator): New variable. | 14191 | * progmodes/gdb-ui.el (gdb-thread-indicator): New variable. |
| 14192 | (gdb-init-1): Initialise it. | 14192 | (gdb-init-1): Initialize it. |
| 14193 | (gdb-annotation-rules): New entry for "new-thread". | 14193 | (gdb-annotation-rules): New entry for "new-thread". |
| 14194 | (gdb-thread-identification): New function to customize | 14194 | (gdb-thread-identification): New function to customize |
| 14195 | mode-line-buffer-identification. | 14195 | mode-line-buffer-identification. |
| @@ -15994,11 +15994,11 @@ | |||
| 15994 | 2008-04-02 Alan Mackenzie <acm@muc.de> | 15994 | 2008-04-02 Alan Mackenzie <acm@muc.de> |
| 15995 | 15995 | ||
| 15996 | * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name): | 15996 | * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name): |
| 15997 | New optimised functions to get the name of the current defun/macro. | 15997 | New optimized functions to get the name of the current defun/macro. |
| 15998 | 15998 | ||
| 15999 | * add-log.el (add-log-current-defun): Move the functionality which | 15999 | * add-log.el (add-log-current-defun): Move the functionality which |
| 16000 | gets the current function name for C like modes to cc-cmds.el, | 16000 | gets the current function name for C like modes to cc-cmds.el, |
| 16001 | thus optimising for speed. | 16001 | thus optimizing for speed. |
| 16002 | 16002 | ||
| 16003 | 2008-04-02 Chong Yidong <cyd@stupidchicken.com> | 16003 | 2008-04-02 Chong Yidong <cyd@stupidchicken.com> |
| 16004 | 16004 | ||
| @@ -19392,7 +19392,7 @@ | |||
| 19392 | * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use | 19392 | * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use |
| 19393 | syntax-table text properties. | 19393 | syntax-table text properties. |
| 19394 | (c-common-init): Call language specific before/after-change | 19394 | (c-common-init): Call language specific before/after-change |
| 19395 | functions at mode initialisation. | 19395 | functions at mode initialization. |
| 19396 | (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables. | 19396 | (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables. |
| 19397 | (c-extend-region-for-CPP, c-neutralize-CPP-line) | 19397 | (c-extend-region-for-CPP, c-neutralize-CPP-line) |
| 19398 | (c-neutralize-syntax-in-CPP): New functions. | 19398 | (c-neutralize-syntax-in-CPP): New functions. |
diff --git a/lisp/ChangeLog.15 b/lisp/ChangeLog.15 index 4a1769b117e..dfd9b94b53e 100644 --- a/lisp/ChangeLog.15 +++ b/lisp/ChangeLog.15 | |||
| @@ -2790,7 +2790,7 @@ | |||
| 2790 | * net/tramp-gw.el: | 2790 | * net/tramp-gw.el: |
| 2791 | * net/tramp-imap.el: | 2791 | * net/tramp-imap.el: |
| 2792 | * net/tramp-sh.el: | 2792 | * net/tramp-sh.el: |
| 2793 | * net/tramp-smb.el: Add tramp-autoload cookie for initialisation | 2793 | * net/tramp-smb.el: Add tramp-autoload cookie for initialization |
| 2794 | code of `tramp-default-method-alist' and `tramp-default-user-alist'. | 2794 | code of `tramp-default-method-alist' and `tramp-default-user-alist'. |
| 2795 | 2795 | ||
| 2796 | 2010-12-29 Karl Fogel <kfogel@red-bean.com> | 2796 | 2010-12-29 Karl Fogel <kfogel@red-bean.com> |
| @@ -7632,7 +7632,7 @@ | |||
| 7632 | (post-self-insert-hook): Use it. | 7632 | (post-self-insert-hook): Use it. |
| 7633 | 7633 | ||
| 7634 | * emacs-lisp/pcase.el (pcase-split-memq): | 7634 | * emacs-lisp/pcase.el (pcase-split-memq): |
| 7635 | Fix overenthusiastic optimisation. | 7635 | Fix overenthusiastic optimization. |
| 7636 | (pcase-u1): Handle the case of a lambda pred. | 7636 | (pcase-u1): Handle the case of a lambda pred. |
| 7637 | 7637 | ||
| 7638 | 2010-08-31 Kenichi Handa <handa@m17n.org> | 7638 | 2010-08-31 Kenichi Handa <handa@m17n.org> |
| @@ -9381,7 +9381,7 @@ | |||
| 9381 | 9381 | ||
| 9382 | Fix an indentation bug: | 9382 | Fix an indentation bug: |
| 9383 | 9383 | ||
| 9384 | * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END. | 9384 | * progmodes/cc-mode.el (c-common-init): Initialize c-new-BEG/END. |
| 9385 | (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account | 9385 | (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account |
| 9386 | of existing values. | 9386 | of existing values. |
| 9387 | 9387 | ||
| @@ -14596,7 +14596,7 @@ | |||
| 14596 | 2009-12-05 Kevin Ryde <user42@zip.com.au> | 14596 | 2009-12-05 Kevin Ryde <user42@zip.com.au> |
| 14597 | 14597 | ||
| 14598 | * textmodes/sgml-mode.el (sgml-lexical-context): | 14598 | * textmodes/sgml-mode.el (sgml-lexical-context): |
| 14599 | Recognise comment-start-skip to comment-end-skip as comment (Bug#4781). | 14599 | Recognize comment-start-skip to comment-end-skip as comment (Bug#4781). |
| 14600 | 14600 | ||
| 14601 | 2009-12-05 Juri Linkov <juri@jurta.org> | 14601 | 2009-12-05 Juri Linkov <juri@jurta.org> |
| 14602 | 14602 | ||
diff --git a/lisp/ChangeLog.2 b/lisp/ChangeLog.2 index 89856d37721..5b0f2ac4270 100644 --- a/lisp/ChangeLog.2 +++ b/lisp/ChangeLog.2 | |||
| @@ -2190,7 +2190,7 @@ | |||
| 2190 | 1986-12-15 Richard Mlynarik (mly@prep) | 2190 | 1986-12-15 Richard Mlynarik (mly@prep) |
| 2191 | 2191 | ||
| 2192 | * fortran.el: | 2192 | * fortran.el: |
| 2193 | Initialise fortran-mode-abbrev-table correctly. | 2193 | Initialize fortran-mode-abbrev-table correctly. |
| 2194 | 2194 | ||
| 2195 | * fortran.el: | 2195 | * fortran.el: |
| 2196 | fortran-comment-indent-char should be a character (a fixnum), not | 2196 | fortran-comment-indent-char should be a character (a fixnum), not |
diff --git a/lisp/ChangeLog.4 b/lisp/ChangeLog.4 index f9407ce20d8..b2cdc634f84 100644 --- a/lisp/ChangeLog.4 +++ b/lisp/ChangeLog.4 | |||
| @@ -2462,7 +2462,7 @@ | |||
| 2462 | 1994-03-03 Simon Marshall (Simon.Marshall@mail.esrin.esa.it) | 2462 | 1994-03-03 Simon Marshall (Simon.Marshall@mail.esrin.esa.it) |
| 2463 | 2463 | ||
| 2464 | * cmuscheme.el (inferior-scheme-mode): Removed unnecessary | 2464 | * cmuscheme.el (inferior-scheme-mode): Removed unnecessary |
| 2465 | initialisation of comint-input-sentinel. | 2465 | initialization of comint-input-sentinel. |
| 2466 | 2466 | ||
| 2467 | * shell.el (shell-dynamic-complete-functions): New variable. | 2467 | * shell.el (shell-dynamic-complete-functions): New variable. |
| 2468 | (shell-mode): Use it to set comint-dynamic-complete-functions. | 2468 | (shell-mode): Use it to set comint-dynamic-complete-functions. |
| @@ -4958,7 +4958,7 @@ | |||
| 4958 | 1993-11-08 Simon Marshall (Simon.Marshall@mail.esrin.esa.it) | 4958 | 1993-11-08 Simon Marshall (Simon.Marshall@mail.esrin.esa.it) |
| 4959 | 4959 | ||
| 4960 | * comint.el (comint-preinput-scroll-to-bottom): Added | 4960 | * comint.el (comint-preinput-scroll-to-bottom): Added |
| 4961 | comint-magic-space to list of commands recognised as inserting. | 4961 | comint-magic-space to list of commands recognized as inserting. |
| 4962 | 4962 | ||
| 4963 | * comint.el (comint-output-filter): Corrected check for killed | 4963 | * comint.el (comint-output-filter): Corrected check for killed |
| 4964 | buffer. | 4964 | buffer. |
| @@ -5202,7 +5202,7 @@ | |||
| 5202 | 5202 | ||
| 5203 | * comint.el (comint-last-output-start): New variable to record | 5203 | * comint.el (comint-last-output-start): New variable to record |
| 5204 | where most recent process output started from. | 5204 | where most recent process output started from. |
| 5205 | (comint-mode): Initialise it. | 5205 | (comint-mode): Initialize it. |
| 5206 | (comint-output-filter): Set it. | 5206 | (comint-output-filter): Set it. |
| 5207 | 5207 | ||
| 5208 | * comint.el (comint-previous-matching-input-string): Moved to | 5208 | * comint.el (comint-previous-matching-input-string): Moved to |
| @@ -5220,7 +5220,7 @@ | |||
| 5220 | they move within the buffer rather than do input. | 5220 | they move within the buffer rather than do input. |
| 5221 | 5221 | ||
| 5222 | * comint.el (comint-send-input, comint-after-pmark-p) | 5222 | * comint.el (comint-send-input, comint-after-pmark-p) |
| 5223 | (comint-kill-input, comint-proc-query): Removed serialisation of | 5223 | (comint-kill-input, comint-proc-query): Removed serialization of |
| 5224 | obtaining the process mark's marker-position. | 5224 | obtaining the process mark's marker-position. |
| 5225 | 5225 | ||
| 5226 | * comint.el, shell.el: Commented out comint/shell-load-hooks. | 5226 | * comint.el, shell.el: Commented out comint/shell-load-hooks. |
| @@ -8952,4 +8952,3 @@ See ChangeLog.3 for earlier changes. | |||
| 8952 | 8952 | ||
| 8953 | You should have received a copy of the GNU General Public License | 8953 | You should have received a copy of the GNU General Public License |
| 8954 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 8954 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 8955 | |||
diff --git a/lisp/ChangeLog.5 b/lisp/ChangeLog.5 index 2d61f464a29..b749be79fc1 100644 --- a/lisp/ChangeLog.5 +++ b/lisp/ChangeLog.5 | |||
| @@ -6165,7 +6165,7 @@ | |||
| 6165 | 6165 | ||
| 6166 | 1994-10-05 Simon Marshall <Simon.Marshall@mail.esrin.esa.it> | 6166 | 1994-10-05 Simon Marshall <Simon.Marshall@mail.esrin.esa.it> |
| 6167 | 6167 | ||
| 6168 | * comint.el (comint-check-proc): Recognise `open'. | 6168 | * comint.el (comint-check-proc): Recognize `open'. |
| 6169 | (comint-exec): Use open-network-stream if command is a cons pair. | 6169 | (comint-exec): Use open-network-stream if command is a cons pair. |
| 6170 | 6170 | ||
| 6171 | * font-lock.el (compilation-mode-font-lock-keywords, | 6171 | * font-lock.el (compilation-mode-font-lock-keywords, |
| @@ -6954,7 +6954,7 @@ | |||
| 6954 | 6954 | ||
| 6955 | 1994-09-19 Francesco Potortì <pot@cnuce.cnr.it> | 6955 | 1994-09-19 Francesco Potortì <pot@cnuce.cnr.it> |
| 6956 | 6956 | ||
| 6957 | * rlogin.el (rlogin): Recognise the `-l user' option to rlogin and | 6957 | * rlogin.el (rlogin): Recognize the `-l user' option to rlogin and |
| 6958 | let comint and ange-ftp know about the correct home directory. | 6958 | let comint and ange-ftp know about the correct home directory. |
| 6959 | 6959 | ||
| 6960 | 1994-09-19 Richard Stallman <rms@mole.gnu.ai.mit.edu> | 6960 | 1994-09-19 Richard Stallman <rms@mole.gnu.ai.mit.edu> |
| @@ -9280,4 +9280,3 @@ See ChangeLog.4 for earlier changes. | |||
| 9280 | 9280 | ||
| 9281 | You should have received a copy of the GNU General Public License | 9281 | You should have received a copy of the GNU General Public License |
| 9282 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 9282 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 9283 | |||
diff --git a/lisp/ChangeLog.6 b/lisp/ChangeLog.6 index 7ba9261ccf0..42c9df84876 100644 --- a/lisp/ChangeLog.6 +++ b/lisp/ChangeLog.6 | |||
| @@ -1491,9 +1491,9 @@ | |||
| 1491 | 1491 | ||
| 1492 | 1996-04-16 Francesco Potortì <F.Potorti@cnuce.cnr.it> | 1492 | 1996-04-16 Francesco Potortì <F.Potorti@cnuce.cnr.it> |
| 1493 | 1493 | ||
| 1494 | * vc.el (vc-comment-ring): Initialise using make-ring. | 1494 | * vc.el (vc-comment-ring): Initialize using make-ring. |
| 1495 | (vc-clear-context): Initialise vc-comment-ring using make-ring. | 1495 | (vc-clear-context): Initialize vc-comment-ring using make-ring. |
| 1496 | (vc-finish-logentry): Don't initialise vc-comment-ring here. | 1496 | (vc-finish-logentry): Don't initialize vc-comment-ring here. |
| 1497 | 1497 | ||
| 1498 | 1996-04-15 Eric Ding <ericding@mit.edu> | 1498 | 1996-04-15 Eric Ding <ericding@mit.edu> |
| 1499 | 1499 | ||
| @@ -3055,7 +3055,7 @@ | |||
| 3055 | (font-lock-mode): Use them. Doc fix. | 3055 | (font-lock-mode): Use them. Doc fix. |
| 3056 | Don't make font-lock-fontified buffer local here. | 3056 | Don't make font-lock-fontified buffer local here. |
| 3057 | (font-lock-set-defaults): Do it here. | 3057 | (font-lock-set-defaults): Do it here. |
| 3058 | (font-lock-compile-keyword): New function. Recognise `eval' keywords. | 3058 | (font-lock-compile-keyword): New function. Recognize `eval' keywords. |
| 3059 | (font-lock-compile-keywords): Use it. | 3059 | (font-lock-compile-keywords): Use it. |
| 3060 | (global-font-lock-mode): New command for Global Font Lock mode. | 3060 | (global-font-lock-mode): New command for Global Font Lock mode. |
| 3061 | (font-lock-global-modes): New variable. | 3061 | (font-lock-global-modes): New variable. |
| @@ -8038,4 +8038,3 @@ See ChangeLog.5 for earlier changes. | |||
| 8038 | 8038 | ||
| 8039 | You should have received a copy of the GNU General Public License | 8039 | You should have received a copy of the GNU General Public License |
| 8040 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 8040 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 8041 | |||
diff --git a/lisp/ChangeLog.8 b/lisp/ChangeLog.8 index 6d3d41a5a5c..dea5137d246 100644 --- a/lisp/ChangeLog.8 +++ b/lisp/ChangeLog.8 | |||
| @@ -6259,7 +6259,7 @@ | |||
| 6259 | * sql.el: Added keywords from `finder-by-keyword'. | 6259 | * sql.el: Added keywords from `finder-by-keyword'. |
| 6260 | (sql-mode): Made sql-buffer a local variable, changed the | 6260 | (sql-mode): Made sql-buffer a local variable, changed the |
| 6261 | documentation: removed instructions to add *.sql files to | 6261 | documentation: removed instructions to add *.sql files to |
| 6262 | auto-mode-alist, added documentation for having mutliple SQL | 6262 | auto-mode-alist, added documentation for having multiple SQL |
| 6263 | buffers sending their stuff to different SQLi buffers, each | 6263 | buffers sending their stuff to different SQLi buffers, each |
| 6264 | running a different process. | 6264 | running a different process. |
| 6265 | (sql-postgres): Quoted *SQL* in doc string. | 6265 | (sql-postgres): Quoted *SQL* in doc string. |
| @@ -6270,7 +6270,7 @@ | |||
| 6270 | (sql-sybase): Quoted *SQL* in doc string, added comma. | 6270 | (sql-sybase): Quoted *SQL* in doc string, added comma. |
| 6271 | (sql-oracle): Likewise. | 6271 | (sql-oracle): Likewise. |
| 6272 | (sql-interactive-mode): Added extensive documentation for having | 6272 | (sql-interactive-mode): Added extensive documentation for having |
| 6273 | mutliple SQL buffers sending their stuff to different SQLi | 6273 | multiple SQL buffers sending their stuff to different SQLi |
| 6274 | buffers, each running a different process. | 6274 | buffers, each running a different process. |
| 6275 | (sql-buffer): Changed doc from *SQL* to SQLi. | 6275 | (sql-buffer): Changed doc from *SQL* to SQLi. |
| 6276 | (sql-get-login): Doc fix. | 6276 | (sql-get-login): Doc fix. |
diff --git a/lisp/ChangeLog.9 b/lisp/ChangeLog.9 index 4f867c24561..f08e6fb8863 100644 --- a/lisp/ChangeLog.9 +++ b/lisp/ChangeLog.9 | |||
| @@ -40,7 +40,7 @@ | |||
| 40 | 2001-10-17 Francesco Potortì <pot@gnu.org> | 40 | 2001-10-17 Francesco Potortì <pot@gnu.org> |
| 41 | 41 | ||
| 42 | * comint.el (comint-password-prompt-regexp): Make it less | 42 | * comint.el (comint-password-prompt-regexp): Make it less |
| 43 | restrictive, letting comint recognise OpenSSH2 passphrase prompts. | 43 | restrictive, letting comint recognize OpenSSH2 passphrase prompts. |
| 44 | 44 | ||
| 45 | 2001-10-17 John Wiegley <johnw@gnu.org> | 45 | 2001-10-17 John Wiegley <johnw@gnu.org> |
| 46 | 46 | ||
diff --git a/lisp/allout.el b/lisp/allout.el index 8cbdbee7303..a08aa05d581 100644 --- a/lisp/allout.el +++ b/lisp/allout.el | |||
| @@ -825,7 +825,7 @@ formatted copy." | |||
| 825 | (defcustom allout-encrypt-unencrypted-on-saves t | 825 | (defcustom allout-encrypt-unencrypted-on-saves t |
| 826 | "If non-nil, topics pending encryption are encrypted during buffer saves. | 826 | "If non-nil, topics pending encryption are encrypted during buffer saves. |
| 827 | 827 | ||
| 828 | This provents file-system exposure of un-encrypted contents of | 828 | This prevents file-system exposure of un-encrypted contents of |
| 829 | items marked for encryption. | 829 | items marked for encryption. |
| 830 | 830 | ||
| 831 | When non-nil, if the topic currently being edited is decrypted, | 831 | When non-nil, if the topic currently being edited is decrypted, |
| @@ -2283,7 +2283,7 @@ If topic has no offspring, then the next sibling with offspring will | |||
| 2283 | determine whether or not this one is determined to be aberrant. | 2283 | determine whether or not this one is determined to be aberrant. |
| 2284 | 2284 | ||
| 2285 | If true, then the allout-recent-* settings are calibrated on the | 2285 | If true, then the allout-recent-* settings are calibrated on the |
| 2286 | offspring that qaulifies it as aberrant, ie with depth that | 2286 | offspring that qualifies it as aberrant, ie with depth that |
| 2287 | exceeds the topic by more than one." | 2287 | exceeds the topic by more than one." |
| 2288 | 2288 | ||
| 2289 | ;; This is most clearly understood when considering standard-prefix-leader | 2289 | ;; This is most clearly understood when considering standard-prefix-leader |
diff --git a/lisp/autorevert.el b/lisp/autorevert.el index 817aaff55ca..f70025e9d3f 100644 --- a/lisp/autorevert.el +++ b/lisp/autorevert.el | |||
| @@ -77,7 +77,7 @@ | |||
| 77 | ;; M-x global-auto-revert-mode RET | 77 | ;; M-x global-auto-revert-mode RET |
| 78 | ;; | 78 | ;; |
| 79 | ;; To activate Global Auto-Revert Mode every time Emacs is started | 79 | ;; To activate Global Auto-Revert Mode every time Emacs is started |
| 80 | ;; customise the option `global-auto-revert-mode' or the following | 80 | ;; customize the option `global-auto-revert-mode' or the following |
| 81 | ;; line could be added to your ~/.emacs: | 81 | ;; line could be added to your ~/.emacs: |
| 82 | ;; (global-auto-revert-mode 1) | 82 | ;; (global-auto-revert-mode 1) |
| 83 | ;; | 83 | ;; |
diff --git a/lisp/calc/calc-bin.el b/lisp/calc/calc-bin.el index 20b4a9db5e2..44354f0822f 100644 --- a/lisp/calc/calc-bin.el +++ b/lisp/calc/calc-bin.el | |||
| @@ -291,7 +291,7 @@ the size of a Calc bignum digit.") | |||
| 291 | (if (eq (car-safe b) 'mod) | 291 | (if (eq (car-safe b) 'mod) |
| 292 | (if (equal mod (nth 2 b)) | 292 | (if (equal mod (nth 2 b)) |
| 293 | (setq b (nth 1 b)) | 293 | (setq b (nth 1 b)) |
| 294 | (math-reject-arg b "*Inconsistent modulos")))) | 294 | (math-reject-arg b "*Inconsistent modulus")))) |
| 295 | (setq mod (nth 2 b) | 295 | (setq mod (nth 2 b) |
| 296 | b (nth 1 b))) | 296 | b (nth 1 b))) |
| 297 | (if (Math-messy-integerp mod) | 297 | (if (Math-messy-integerp mod) |
| @@ -303,9 +303,9 @@ the size of a Calc bignum digit.") | |||
| 303 | (if w | 303 | (if w |
| 304 | (if (/= w bits) | 304 | (if (/= w bits) |
| 305 | (calc-record-why | 305 | (calc-record-why |
| 306 | "*Warning: Modulo inconsistent with word size")) | 306 | "*Warning: Modulus inconsistent with word size")) |
| 307 | (setq w bits)) | 307 | (setq w bits)) |
| 308 | (calc-record-why "*Warning: Modulo is not a power of 2")) | 308 | (calc-record-why "*Warning: Modulus is not a power of 2")) |
| 309 | (math-make-mod (if b | 309 | (math-make-mod (if b |
| 310 | (funcall f a b w) | 310 | (funcall f a b w) |
| 311 | (funcall f a w)) | 311 | (funcall f a w)) |
diff --git a/lisp/calc/calc-poly.el b/lisp/calc/calc-poly.el index e16c26eaa19..97d955eb07d 100644 --- a/lisp/calc/calc-poly.el +++ b/lisp/calc/calc-poly.el | |||
| @@ -419,7 +419,7 @@ | |||
| 419 | (list 'frac 1 denom)) | 419 | (list 'frac 1 denom)) |
| 420 | 1)) | 420 | 1)) |
| 421 | 421 | ||
| 422 | ;;; Compute the GCD of two monovariate polynomial lists. | 422 | ;;; Compute the GCD of two univariate polynomial lists. |
| 423 | ;;; Knuth section 4.6.1, algorithm C. | 423 | ;;; Knuth section 4.6.1, algorithm C. |
| 424 | (defun math-poly-gcd-coefs (u v) | 424 | (defun math-poly-gcd-coefs (u v) |
| 425 | (let ((d (math-poly-gcd (math-poly-gcd-list u) | 425 | (let ((d (math-poly-gcd (math-poly-gcd-list u) |
diff --git a/lisp/calendar/diary-lib.el b/lisp/calendar/diary-lib.el index 1b980b3b1fa..d161602bec0 100644 --- a/lisp/calendar/diary-lib.el +++ b/lisp/calendar/diary-lib.el | |||
| @@ -147,7 +147,7 @@ See the documentation for the function `diary-list-sexp-entries'." | |||
| 147 | Nil means there are no comments. The diary does not display | 147 | Nil means there are no comments. The diary does not display |
| 148 | parts of entries that are inside comments. You can use comments | 148 | parts of entries that are inside comments. You can use comments |
| 149 | for whatever you like, e.g. for meta-data that packages such as | 149 | for whatever you like, e.g. for meta-data that packages such as |
| 150 | `appt.el' can use. Comments may not span mutliple lines, and there | 150 | `appt.el' can use. Comments may not span multiple lines, and there |
| 151 | can be only one comment on any line. | 151 | can be only one comment on any line. |
| 152 | See also `diary-comment-end'." | 152 | See also `diary-comment-end'." |
| 153 | :version "24.1" | 153 | :version "24.1" |
diff --git a/lisp/calendar/todo-mode.el b/lisp/calendar/todo-mode.el index b0c7f125982..de232c25e3f 100644 --- a/lisp/calendar/todo-mode.el +++ b/lisp/calendar/todo-mode.el | |||
| @@ -61,14 +61,14 @@ | |||
| 61 | ;; | 61 | ;; |
| 62 | ;; The TODO list file has a special format and some auxiliary | 62 | ;; The TODO list file has a special format and some auxiliary |
| 63 | ;; information, which will be added by the todo-show function if | 63 | ;; information, which will be added by the todo-show function if |
| 64 | ;; it attempts to visit an un-initialised file. Hence it is | 64 | ;; it attempts to visit an un-initialized file. Hence it is |
| 65 | ;; recommended to use the todo-show function for the first time, | 65 | ;; recommended to use the todo-show function for the first time, |
| 66 | ;; in order to initialise the file, but it is not necessary | 66 | ;; in order to initialize the file, but it is not necessary |
| 67 | ;; afterwards. | 67 | ;; afterwards. |
| 68 | ;; | 68 | ;; |
| 69 | ;; As these commands are quite long to type, I would recommend | 69 | ;; As these commands are quite long to type, I would recommend |
| 70 | ;; the addition of two bindings to your to your global keymap. I | 70 | ;; the addition of two bindings to your to your global keymap. I |
| 71 | ;; personally have the following in my initialisation file: | 71 | ;; personally have the following in my initialization file: |
| 72 | ;; | 72 | ;; |
| 73 | ;; (global-set-key "\C-ct" 'todo-show) ; switch to TODO buffer | 73 | ;; (global-set-key "\C-ct" 'todo-show) ; switch to TODO buffer |
| 74 | ;; (global-set-key "\C-ci" 'todo-insert-item) ; insert new item | 74 | ;; (global-set-key "\C-ci" 'todo-insert-item) ; insert new item |
diff --git a/lisp/cedet/semantic/bovine/el.el b/lisp/cedet/semantic/bovine/el.el index 2151e9ef53b..98f744dca6e 100644 --- a/lisp/cedet/semantic/bovine/el.el +++ b/lisp/cedet/semantic/bovine/el.el | |||
| @@ -863,7 +863,7 @@ fields and such to, but that is for some other day." | |||
| 863 | In Emacs Lisp, a prototype for something may start (autoload ...). | 863 | In Emacs Lisp, a prototype for something may start (autoload ...). |
| 864 | This is certainly not expected if this is used to display a summary. | 864 | This is certainly not expected if this is used to display a summary. |
| 865 | Make up something else. When we go to write something that needs | 865 | Make up something else. When we go to write something that needs |
| 866 | a real Emacs Lisp protype, we can fix it then." | 866 | a real Emacs Lisp prototype, we can fix it then." |
| 867 | (let ((class (semantic-tag-class tag)) | 867 | (let ((class (semantic-tag-class tag)) |
| 868 | (name (semantic-format-tag-name tag parent color)) | 868 | (name (semantic-format-tag-name tag parent color)) |
| 869 | ) | 869 | ) |
diff --git a/lisp/cedet/semantic/complete.el b/lisp/cedet/semantic/complete.el index 41a569564d0..2b3841bd594 100644 --- a/lisp/cedet/semantic/complete.el +++ b/lisp/cedet/semantic/complete.el | |||
| @@ -1025,7 +1025,7 @@ Output must be in semanticdb Find result format." | |||
| 1025 | ((obj semantic-collector-abstract) prefix) | 1025 | ((obj semantic-collector-abstract) prefix) |
| 1026 | "For OBJ, do whatepsace completion based on PREFIX. | 1026 | "For OBJ, do whatepsace completion based on PREFIX. |
| 1027 | This implies that if there are two completions, one matching | 1027 | This implies that if there are two completions, one matching |
| 1028 | the test \"preifx\\>\", and one not, the one matching the full | 1028 | the test \"prefix\\>\", and one not, the one matching the full |
| 1029 | word version of PREFIX will be chosen, and that text returned. | 1029 | word version of PREFIX will be chosen, and that text returned. |
| 1030 | This function requires that `semantic-collector-calculate-completions' | 1030 | This function requires that `semantic-collector-calculate-completions' |
| 1031 | has been run first." | 1031 | has been run first." |
diff --git a/lisp/cedet/semantic/db-javascript.el b/lisp/cedet/semantic/db-javascript.el index 213216cee1a..716bbc9d00a 100644 --- a/lisp/cedet/semantic/db-javascript.el +++ b/lisp/cedet/semantic/db-javascript.el | |||
| @@ -151,7 +151,7 @@ local variable." | |||
| 151 | 151 | ||
| 152 | ;;; Usage | 152 | ;;; Usage |
| 153 | ;; | 153 | ;; |
| 154 | ;; Unlike other tables, an omniscent database does not need to | 154 | ;; Unlike other tables, an omniscient database does not need to |
| 155 | ;; be associated with a path. Use this routine to always add ourselves | 155 | ;; be associated with a path. Use this routine to always add ourselves |
| 156 | ;; to a search list. | 156 | ;; to a search list. |
| 157 | (define-mode-local-override semanticdb-find-translate-path javascript-mode | 157 | (define-mode-local-override semanticdb-find-translate-path javascript-mode |
diff --git a/lisp/cedet/semantic/db.el b/lisp/cedet/semantic/db.el index c9013ed8c90..3d2128db29a 100644 --- a/lisp/cedet/semantic/db.el +++ b/lisp/cedet/semantic/db.el | |||
| @@ -636,7 +636,7 @@ The file associated with OBJ does not need to be in a buffer." | |||
| 636 | (when (featurep 'semantic/lex-spp) | 636 | (when (featurep 'semantic/lex-spp) |
| 637 | (oset table lexical-table (semantic-lex-spp-save-table))) | 637 | (oset table lexical-table (semantic-lex-spp-save-table))) |
| 638 | 638 | ||
| 639 | ;; Incremental parser doesn't mokey around with this. | 639 | ;; Incremental parser doesn't monkey around with this. |
| 640 | (oset table unmatched-syntax semantic-unmatched-syntax-cache) | 640 | (oset table unmatched-syntax semantic-unmatched-syntax-cache) |
| 641 | 641 | ||
| 642 | ;; Synchronize the index | 642 | ;; Synchronize the index |
diff --git a/lisp/cedet/semantic/edit.el b/lisp/cedet/semantic/edit.el index 4ac2733a34f..a007f21b69f 100644 --- a/lisp/cedet/semantic/edit.el +++ b/lisp/cedet/semantic/edit.el | |||
| @@ -392,7 +392,7 @@ See `semantic-edits-change-leaf-tag' for details on parents." | |||
| 392 | ;; There are no tags left, and all tags originally | 392 | ;; There are no tags left, and all tags originally |
| 393 | ;; found are encompassed by the change. Setup our list | 393 | ;; found are encompassed by the change. Setup our list |
| 394 | ;; from the cache | 394 | ;; from the cache |
| 395 | (setq list-to-search semantic--buffer-cache);; We have a tag ouside the list. Check for | 395 | (setq list-to-search semantic--buffer-cache);; We have a tag outside the list. Check for |
| 396 | ;; We know we have a parent because it would | 396 | ;; We know we have a parent because it would |
| 397 | ;; completely cover the change. A tag can only | 397 | ;; completely cover the change. A tag can only |
| 398 | ;; do that if it is a parent after we get here. | 398 | ;; do that if it is a parent after we get here. |
diff --git a/lisp/cedet/semantic/imenu.el b/lisp/cedet/semantic/imenu.el index 033c34e1b83..7566c08f13a 100644 --- a/lisp/cedet/semantic/imenu.el +++ b/lisp/cedet/semantic/imenu.el | |||
| @@ -368,7 +368,7 @@ Optional argument PARENT is a tag parent of STREAM." | |||
| 368 | semantic-imenu-expandable-tag-classes) | 368 | semantic-imenu-expandable-tag-classes) |
| 369 | children | 369 | children |
| 370 | ) | 370 | ) |
| 371 | ;; to keep an homogeneous menu organisation, type menu items | 371 | ;; to keep an homogeneous menu organization, type menu items |
| 372 | ;; always have a sub-menu with at least the *definition* | 372 | ;; always have a sub-menu with at least the *definition* |
| 373 | ;; item (even if the tag has no type components) | 373 | ;; item (even if the tag has no type components) |
| 374 | (progn | 374 | (progn |
diff --git a/lisp/cedet/semantic/lex.el b/lisp/cedet/semantic/lex.el index 4da3be98f37..fca367ecb8c 100644 --- a/lisp/cedet/semantic/lex.el +++ b/lisp/cedet/semantic/lex.el | |||
| @@ -1362,11 +1362,11 @@ Return either a paren token or a semantic list token depending on | |||
| 1362 | )) | 1362 | )) |
| 1363 | 1363 | ||
| 1364 | (define-lex-simple-regex-analyzer semantic-lex-open-paren | 1364 | (define-lex-simple-regex-analyzer semantic-lex-open-paren |
| 1365 | "Detect and create an open parenthisis token." | 1365 | "Detect and create an open parenthesis token." |
| 1366 | "\\s(" 'open-paren 0 (setq semantic-lex-current-depth (1+ semantic-lex-current-depth))) | 1366 | "\\s(" 'open-paren 0 (setq semantic-lex-current-depth (1+ semantic-lex-current-depth))) |
| 1367 | 1367 | ||
| 1368 | (define-lex-simple-regex-analyzer semantic-lex-close-paren | 1368 | (define-lex-simple-regex-analyzer semantic-lex-close-paren |
| 1369 | "Detect and create a close paren token." | 1369 | "Detect and create a close parenthesis token." |
| 1370 | "\\s)" 'close-paren 0 (setq semantic-lex-current-depth (1- semantic-lex-current-depth))) | 1370 | "\\s)" 'close-paren 0 (setq semantic-lex-current-depth (1- semantic-lex-current-depth))) |
| 1371 | 1371 | ||
| 1372 | (define-lex-regex-analyzer semantic-lex-string | 1372 | (define-lex-regex-analyzer semantic-lex-string |
diff --git a/lisp/cedet/semantic/tag.el b/lisp/cedet/semantic/tag.el index cf3f5b603c8..82b23d8d1cd 100644 --- a/lisp/cedet/semantic/tag.el +++ b/lisp/cedet/semantic/tag.el | |||
| @@ -1162,7 +1162,7 @@ This function is for internal use only." | |||
| 1162 | (semantic-tag-components-with-overlays tag))))) | 1162 | (semantic-tag-components-with-overlays tag))))) |
| 1163 | 1163 | ||
| 1164 | (defun semantic--tag-unlink-cache-from-buffer () | 1164 | (defun semantic--tag-unlink-cache-from-buffer () |
| 1165 | "Convert all tags in the current cache to use overlay proxys. | 1165 | "Convert all tags in the current cache to use overlay proxies. |
| 1166 | This function is for internal use only." | 1166 | This function is for internal use only." |
| 1167 | (require 'semantic) | 1167 | (require 'semantic) |
| 1168 | (semantic--tag-unlink-list-from-buffer | 1168 | (semantic--tag-unlink-list-from-buffer |
diff --git a/lisp/cedet/semantic/texi.el b/lisp/cedet/semantic/texi.el index 78de16c4f92..78d5569c2a7 100644 --- a/lisp/cedet/semantic/texi.el +++ b/lisp/cedet/semantic/texi.el | |||
| @@ -262,7 +262,7 @@ can handle the @menu environment.") | |||
| 262 | (let ((parenthetical (semantic-up-context-default)) | 262 | (let ((parenthetical (semantic-up-context-default)) |
| 263 | ) | 263 | ) |
| 264 | (when (not parenthetical) | 264 | (when (not parenthetical) |
| 265 | ;; We are in parenthises. Are they the types of parens | 265 | ;; We are in parentheses. Are they the types of parens |
| 266 | ;; belonging to a texinfo construct? | 266 | ;; belonging to a texinfo construct? |
| 267 | (forward-word -1) | 267 | (forward-word -1) |
| 268 | (when (looking-at "@\\w+{") | 268 | (when (looking-at "@\\w+{") |
diff --git a/lisp/cedet/srecode/ctxt.el b/lisp/cedet/srecode/ctxt.el index f392379347a..11d84e96f41 100644 --- a/lisp/cedet/srecode/ctxt.el +++ b/lisp/cedet/srecode/ctxt.el | |||
| @@ -64,7 +64,7 @@ Some useful context values used by the provided srecode templates are: | |||
| 64 | \"comment\" - In a comment in a block of code | 64 | \"comment\" - In a comment in a block of code |
| 65 | -- these items show up at the end of the context list. -- | 65 | -- these items show up at the end of the context list. -- |
| 66 | \"public\", \"protected\", \"private\" - | 66 | \"public\", \"protected\", \"private\" - |
| 67 | In or near a section of public/pritected/private entries. | 67 | In or near a section of public/protected/private entries. |
| 68 | \"code\" - In a block of code. | 68 | \"code\" - In a block of code. |
| 69 | \"string\" - In a string in a block of code | 69 | \"string\" - In a string in a block of code |
| 70 | \"comment\" - In a comment in a block of code | 70 | \"comment\" - In a comment in a block of code |
diff --git a/lisp/cedet/srecode/find.el b/lisp/cedet/srecode/find.el index d9765ebd449..b947c63f4dd 100644 --- a/lisp/cedet/srecode/find.el +++ b/lisp/cedet/srecode/find.el | |||
| @@ -238,7 +238,7 @@ Optional argument HASH is the hash table to fill in." | |||
| 238 | (tabs (when mt (oref mt :tables))) | 238 | (tabs (when mt (oref mt :tables))) |
| 239 | ) | 239 | ) |
| 240 | (while tabs | 240 | (while tabs |
| 241 | ;; Exclude templates for a perticular application. | 241 | ;; Exclude templates for a particular application. |
| 242 | (when (and (not (oref (car tabs) :application)) | 242 | (when (and (not (oref (car tabs) :application)) |
| 243 | (srecode-template-table-in-project-p (car tabs))) | 243 | (srecode-template-table-in-project-p (car tabs))) |
| 244 | (maphash (lambda (key temp) | 244 | (maphash (lambda (key temp) |
diff --git a/lisp/comint.el b/lisp/comint.el index f25293ff3ac..3b874c48f27 100644 --- a/lisp/comint.el +++ b/lisp/comint.el | |||
| @@ -2568,7 +2568,7 @@ This command is like `M-.' in bash." | |||
| 2568 | ;; First usage; initialize to a marker | 2568 | ;; First usage; initialize to a marker |
| 2569 | (setq comint-insert-previous-argument-last-start-pos | 2569 | (setq comint-insert-previous-argument-last-start-pos |
| 2570 | (make-marker))))) | 2570 | (make-marker))))) |
| 2571 | ;; Make sure we're not in the prompt, and add a beginning space if necess. | 2571 | ;; Make sure we're not in the prompt, and add a beginning space if necessary. |
| 2572 | (if (<= (point) (comint-line-beginning-position)) | 2572 | (if (<= (point) (comint-line-beginning-position)) |
| 2573 | (comint-bol) | 2573 | (comint-bol) |
| 2574 | (just-one-space)) | 2574 | (just-one-space)) |
diff --git a/lisp/dframe.el b/lisp/dframe.el index 93d9e7948cf..b7c29d8f992 100644 --- a/lisp/dframe.el +++ b/lisp/dframe.el | |||
| @@ -96,7 +96,7 @@ | |||
| 96 | ;; dframe-track-mouse, dframe-help-echo-function -- | 96 | ;; dframe-track-mouse, dframe-help-echo-function -- |
| 97 | ;; These variables need to be set to functions that display info | 97 | ;; These variables need to be set to functions that display info |
| 98 | ;; based on the mouse's position. | 98 | ;; based on the mouse's position. |
| 99 | ;; Text propert 'help-echo, set to `dframe-help-echo', which will | 99 | ;; Text property 'help-echo, set to `dframe-help-echo', which will |
| 100 | ;; call `dframe-help-echo-function'. | 100 | ;; call `dframe-help-echo-function'. |
| 101 | ;; Have a `-click' function, it can call `dframe-quick-mouse' for | 101 | ;; Have a `-click' function, it can call `dframe-quick-mouse' for |
| 102 | ;; positioning. If the variable `dframe-power-click' is non-nil, | 102 | ;; positioning. If the variable `dframe-power-click' is non-nil, |
| @@ -136,7 +136,7 @@ This is nil for terminals, since updating a frame in a terminal | |||
| 136 | is not useful to the user.") | 136 | is not useful to the user.") |
| 137 | 137 | ||
| 138 | (defcustom dframe-update-speed | 138 | (defcustom dframe-update-speed |
| 139 | (if (featurep 'xemacs) 2 ; 1 is too obrusive in XEmacs | 139 | (if (featurep 'xemacs) 2 ; 1 is too obtrusive in XEmacs |
| 140 | 1) | 140 | 1) |
| 141 | "Idle time in seconds needed before dframe will update itself. | 141 | "Idle time in seconds needed before dframe will update itself. |
| 142 | Updates occur to allow dframe to display directory information | 142 | Updates occur to allow dframe to display directory information |
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index 096e91ea4fb..2e05e93d569 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el | |||
| @@ -2195,7 +2195,7 @@ list that represents a doc string reference. | |||
| 2195 | (byte-compile-keep-pending form))))) | 2195 | (byte-compile-keep-pending form))))) |
| 2196 | 2196 | ||
| 2197 | ;; Functions and variables with doc strings must be output separately, | 2197 | ;; Functions and variables with doc strings must be output separately, |
| 2198 | ;; so make-docfile can recognise them. Most other things can be output | 2198 | ;; so make-docfile can recognize them. Most other things can be output |
| 2199 | ;; as byte-code. | 2199 | ;; as byte-code. |
| 2200 | 2200 | ||
| 2201 | (put 'autoload 'byte-hunk-handler 'byte-compile-file-form-autoload) | 2201 | (put 'autoload 'byte-hunk-handler 'byte-compile-file-form-autoload) |
diff --git a/lisp/emacs-lisp/checkdoc.el b/lisp/emacs-lisp/checkdoc.el index c9e32023187..9b708d4bbd2 100644 --- a/lisp/emacs-lisp/checkdoc.el +++ b/lisp/emacs-lisp/checkdoc.el | |||
| @@ -2118,7 +2118,7 @@ before using the Ispell engine on it." | |||
| 2118 | ;; Find out how we spell-check this word. | 2118 | ;; Find out how we spell-check this word. |
| 2119 | (if (or | 2119 | (if (or |
| 2120 | ;; All caps w/ option th, or s tacked on the end | 2120 | ;; All caps w/ option th, or s tacked on the end |
| 2121 | ;; for pluralization or numberthness. | 2121 | ;; for pluralization or number. |
| 2122 | (string-match "^[A-Z][A-Z]+\\(s\\|th\\)?$" word) | 2122 | (string-match "^[A-Z][A-Z]+\\(s\\|th\\)?$" word) |
| 2123 | (looking-at "}") ; a keymap expression | 2123 | (looking-at "}") ; a keymap expression |
| 2124 | ) | 2124 | ) |
diff --git a/lisp/emacs-lisp/eieio-base.el b/lisp/emacs-lisp/eieio-base.el index df57148962f..278dff0f085 100644 --- a/lisp/emacs-lisp/eieio-base.el +++ b/lisp/emacs-lisp/eieio-base.el | |||
| @@ -178,7 +178,7 @@ only one object ever exists." | |||
| 178 | ;; calculate path names relative to a given instance. This will | 178 | ;; calculate path names relative to a given instance. This will |
| 179 | ;; make the saved object location independent by converting all file | 179 | ;; make the saved object location independent by converting all file |
| 180 | ;; references to be relative to the directory the object is saved to. | 180 | ;; references to be relative to the directory the object is saved to. |
| 181 | ;; You must call `eieio-peristent-path-relative' on each file name | 181 | ;; You must call `eieio-persistent-path-relative' on each file name |
| 182 | ;; saved in your object. | 182 | ;; saved in your object. |
| 183 | (defclass eieio-persistent () | 183 | (defclass eieio-persistent () |
| 184 | ((file :initarg :file | 184 | ((file :initarg :file |
diff --git a/lisp/emulation/edt-mapper.el b/lisp/emulation/edt-mapper.el index 99d204692fa..e58656d7941 100644 --- a/lisp/emulation/edt-mapper.el +++ b/lisp/emulation/edt-mapper.el | |||
| @@ -151,7 +151,7 @@ | |||
| 151 | ;;; Logic in simple.el maps some of these unassigned function keys to | 151 | ;;; Logic in simple.el maps some of these unassigned function keys to |
| 152 | ;;; ordinary typing keys. Where this is the case, a call to | 152 | ;;; ordinary typing keys. Where this is the case, a call to |
| 153 | ;;; read-key-sequence, below, does not return the name of the function | 153 | ;;; read-key-sequence, below, does not return the name of the function |
| 154 | ;;; key pressd by the user but, instead, it returns the name of the | 154 | ;;; key pressed by the user but, instead, it returns the name of the |
| 155 | ;;; key to which it has been mapped. It needs to know the name of the | 155 | ;;; key to which it has been mapped. It needs to know the name of the |
| 156 | ;;; key pressed by the user. As a workaround, we assign a function to | 156 | ;;; key pressed by the user. As a workaround, we assign a function to |
| 157 | ;;; each of the unassigned function keys of interest, here. These | 157 | ;;; each of the unassigned function keys of interest, here. These |
diff --git a/lisp/emulation/viper-ex.el b/lisp/emulation/viper-ex.el index 93bf8251ce1..3e21e77a77b 100644 --- a/lisp/emulation/viper-ex.el +++ b/lisp/emulation/viper-ex.el | |||
| @@ -259,7 +259,7 @@ | |||
| 259 | (defvar ex-addresses nil) | 259 | (defvar ex-addresses nil) |
| 260 | 260 | ||
| 261 | ;; This flag is supposed to be set only by `#', `print', and `list', | 261 | ;; This flag is supposed to be set only by `#', `print', and `list', |
| 262 | ;; none of which is implemented. So, it and the pices of the code it | 262 | ;; none of which is implemented. So, it and the pieces of the code it |
| 263 | ;; controls are dead weight. We keep it just in case this might be | 263 | ;; controls are dead weight. We keep it just in case this might be |
| 264 | ;; needed in the future. | 264 | ;; needed in the future. |
| 265 | (defvar ex-flag nil) | 265 | (defvar ex-flag nil) |
diff --git a/lisp/emulation/viper-mous.el b/lisp/emulation/viper-mous.el index 778910017cd..a2e289df5e8 100644 --- a/lisp/emulation/viper-mous.el +++ b/lisp/emulation/viper-mous.el | |||
| @@ -95,7 +95,7 @@ considered related." | |||
| 95 | 95 | ||
| 96 | ;; remembers prefix argument to pass along to commands invoked by second | 96 | ;; remembers prefix argument to pass along to commands invoked by second |
| 97 | ;; click. | 97 | ;; click. |
| 98 | ;; This is needed because in Emacs (not XEmacs), assigning to preix-arg | 98 | ;; This is needed because in Emacs (not XEmacs), assigning to prefix-arg |
| 99 | ;; causes Emacs to count the second click as if it was a single click | 99 | ;; causes Emacs to count the second click as if it was a single click |
| 100 | (defvar viper-global-prefix-argument nil) | 100 | (defvar viper-global-prefix-argument nil) |
| 101 | 101 | ||
diff --git a/lisp/erc/ChangeLog.01 b/lisp/erc/ChangeLog.01 index 1e90b33a23b..001ab42926f 100644 --- a/lisp/erc/ChangeLog.01 +++ b/lisp/erc/ChangeLog.01 | |||
| @@ -912,7 +912,7 @@ | |||
| 912 | fixed one occurrence of a setq with only one argument (XEmacs didn't like that) | 912 | fixed one occurrence of a setq with only one argument (XEmacs didn't like that) |
| 913 | 913 | ||
| 914 | * erc.el: | 914 | * erc.el: |
| 915 | Added erc-next-line-add-newlines customisation possibility. | 915 | Added erc-next-line-add-newlines customization possibility. |
| 916 | 916 | ||
| 917 | * erc.el: | 917 | * erc.el: |
| 918 | added erc-fill-prefix for defining your own way of filling and fixed filling somehow | 918 | added erc-fill-prefix for defining your own way of filling and fixed filling somehow |
| @@ -940,8 +940,7 @@ | |||
| 940 | 940 | ||
| 941 | * erc.el: typo | 941 | * erc.el: typo |
| 942 | 942 | ||
| 943 | * erc.el: ommit | 943 | * erc.el: omit |
| 944 | :wq | ||
| 945 | 944 | ||
| 946 | 2001-07-06 Alex Schroeder <alex@gnu.org> | 945 | 2001-07-06 Alex Schroeder <alex@gnu.org> |
| 947 | 946 | ||
diff --git a/lisp/erc/ChangeLog.02 b/lisp/erc/ChangeLog.02 index d1b05a23140..279a336f15f 100644 --- a/lisp/erc/ChangeLog.02 +++ b/lisp/erc/ChangeLog.02 | |||
| @@ -343,7 +343,7 @@ | |||
| 343 | 2002-12-14 Damien Elmes <erc@repose.cx> | 343 | 2002-12-14 Damien Elmes <erc@repose.cx> |
| 344 | 344 | ||
| 345 | * erc.el: | 345 | * erc.el: |
| 346 | last-peers: initialise to a cons. thanks to Francis Litterio | 346 | last-peers: initialize to a cons. thanks to Francis Litterio |
| 347 | <franl@world.std.com> for the patch | 347 | <franl@world.std.com> for the patch |
| 348 | 348 | ||
| 349 | * erc.el: | 349 | * erc.el: |
| @@ -2616,4 +2616,3 @@ See ChangeLog.01 for earlier changes. | |||
| 2616 | ;; Local Variables: | 2616 | ;; Local Variables: |
| 2617 | ;; coding: utf-8 | 2617 | ;; coding: utf-8 |
| 2618 | ;; End: | 2618 | ;; End: |
| 2619 | |||
diff --git a/lisp/erc/ChangeLog.03 b/lisp/erc/ChangeLog.03 index 956ef5f4c66..322f7c93f7d 100644 --- a/lisp/erc/ChangeLog.03 +++ b/lisp/erc/ChangeLog.03 | |||
| @@ -1425,7 +1425,7 @@ | |||
| 1425 | reference argument directly - no string matching | 1425 | reference argument directly - no string matching |
| 1426 | 1426 | ||
| 1427 | * erc.el(erc-extract-command-from-line): | 1427 | * erc.el(erc-extract-command-from-line): |
| 1428 | hmm, thinko in the canonicalisation. should | 1428 | hmm, thinko in the canonicalization. should |
| 1429 | be fixed | 1429 | be fixed |
| 1430 | 1430 | ||
| 1431 | 2003-01-16 Francis Litterio <franl@users.sourceforge.net> | 1431 | 2003-01-16 Francis Litterio <franl@users.sourceforge.net> |
diff --git a/lisp/erc/erc-log.el b/lisp/erc/erc-log.el index 24990e1e068..c6b0984fe67 100644 --- a/lisp/erc/erc-log.el +++ b/lisp/erc/erc-log.el | |||
| @@ -50,7 +50,7 @@ | |||
| 50 | ;; erc-log-write-after-send t | 50 | ;; erc-log-write-after-send t |
| 51 | ;; erc-log-write-after-insert t) | 51 | ;; erc-log-write-after-insert t) |
| 52 | ;; | 52 | ;; |
| 53 | ;; If you only want to save logs for some buffers, customise the | 53 | ;; If you only want to save logs for some buffers, customize the |
| 54 | ;; variable `erc-enable-logging'. | 54 | ;; variable `erc-enable-logging'. |
| 55 | 55 | ||
| 56 | ;; How it works: | 56 | ;; How it works: |
| @@ -450,4 +450,3 @@ You can save every individual message by putting this function on | |||
| 450 | ;; indent-tabs-mode: t | 450 | ;; indent-tabs-mode: t |
| 451 | ;; tab-width: 8 | 451 | ;; tab-width: 8 |
| 452 | ;; End: | 452 | ;; End: |
| 453 | |||
diff --git a/lisp/erc/erc-match.el b/lisp/erc/erc-match.el index bde51da6e3d..7e567bd1648 100644 --- a/lisp/erc/erc-match.el +++ b/lisp/erc/erc-match.el | |||
| @@ -36,7 +36,7 @@ | |||
| 36 | (require 'erc) | 36 | (require 'erc) |
| 37 | (eval-when-compile (require 'cl)) | 37 | (eval-when-compile (require 'cl)) |
| 38 | 38 | ||
| 39 | ;; Customisation: | 39 | ;; Customization: |
| 40 | 40 | ||
| 41 | (defgroup erc-match nil | 41 | (defgroup erc-match nil |
| 42 | "Keyword and Friend/Foe/... recognition. | 42 | "Keyword and Friend/Foe/... recognition. |
| @@ -633,4 +633,3 @@ This function is meant to be called from `erc-text-matched-hook'." | |||
| 633 | ;; indent-tabs-mode: t | 633 | ;; indent-tabs-mode: t |
| 634 | ;; tab-width: 8 | 634 | ;; tab-width: 8 |
| 635 | ;; End: | 635 | ;; End: |
| 636 | |||
diff --git a/lisp/erc/erc-track.el b/lisp/erc/erc-track.el index b663aeed423..e2e5fa1c4f2 100644 --- a/lisp/erc/erc-track.el +++ b/lisp/erc/erc-track.el | |||
| @@ -1040,7 +1040,7 @@ relative to `erc-track-switch-direction'" | |||
| 1040 | ((oldest leastactive) | 1040 | ((oldest leastactive) |
| 1041 | (- (length erc-modified-channels-alist) arg)) | 1041 | (- (length erc-modified-channels-alist) arg)) |
| 1042 | (t (1- arg)))) | 1042 | (t (1- arg)))) |
| 1043 | ;; normalise out of range user input | 1043 | ;; normalize out of range user input |
| 1044 | (cond ((>= offset (length erc-modified-channels-alist)) | 1044 | (cond ((>= offset (length erc-modified-channels-alist)) |
| 1045 | (setq offset (1- (length erc-modified-channels-alist)))) | 1045 | (setq offset (1- (length erc-modified-channels-alist)))) |
| 1046 | ((< offset 0) | 1046 | ((< offset 0) |
| @@ -1075,4 +1075,3 @@ switch back to the last non-ERC buffer visited. Next is defined by | |||
| 1075 | ;; indent-tabs-mode: t | 1075 | ;; indent-tabs-mode: t |
| 1076 | ;; tab-width: 8 | 1076 | ;; tab-width: 8 |
| 1077 | ;; End: | 1077 | ;; End: |
| 1078 | |||
diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el index 8e0973c7b8b..a218dd12555 100644 --- a/lisp/erc/erc.el +++ b/lisp/erc/erc.el | |||
| @@ -5797,7 +5797,7 @@ If it doesn't exist, create it." | |||
| 5797 | "Give information about the nickname at `point'. | 5797 | "Give information about the nickname at `point'. |
| 5798 | 5798 | ||
| 5799 | If called interactively, give a human readable message in the | 5799 | If called interactively, give a human readable message in the |
| 5800 | minibuffer. If called programatically, return the corresponding | 5800 | minibuffer. If called programmatically, return the corresponding |
| 5801 | entry of `channel-members'." | 5801 | entry of `channel-members'." |
| 5802 | (interactive) | 5802 | (interactive) |
| 5803 | (require 'thingatpt) | 5803 | (require 'thingatpt) |
diff --git a/lisp/eshell/em-pred.el b/lisp/eshell/em-pred.el index 2308e08ed62..e45b36e3511 100644 --- a/lisp/eshell/em-pred.el +++ b/lisp/eshell/em-pred.el | |||
| @@ -173,7 +173,7 @@ OWNERSHIP: | |||
| 173 | 173 | ||
| 174 | FILE ATTRIBUTES: | 174 | FILE ATTRIBUTES: |
| 175 | l[+-]N +/-/= N links | 175 | l[+-]N +/-/= N links |
| 176 | a[Mwhms][+-](N|'FILE') access time +/-/= N mnths/weeks/hours/mins/secs | 176 | a[Mwhms][+-](N|'FILE') access time +/-/= N months/weeks/hours/mins/secs |
| 177 | (days if unspecified) if FILE specified, | 177 | (days if unspecified) if FILE specified, |
| 178 | use as comparison basis; so a+'file.c' | 178 | use as comparison basis; so a+'file.c' |
| 179 | shows files accessed before file.c was | 179 | shows files accessed before file.c was |
diff --git a/lisp/eshell/em-term.el b/lisp/eshell/em-term.el index 7d5fbbeabeb..bd575a0f809 100644 --- a/lisp/eshell/em-term.el +++ b/lisp/eshell/em-term.el | |||
| @@ -24,7 +24,7 @@ | |||
| 24 | ;; At the moment, eshell is stream-based in its interactive input and | 24 | ;; At the moment, eshell is stream-based in its interactive input and |
| 25 | ;; output. This means that full-screen commands, such as "vi" or | 25 | ;; output. This means that full-screen commands, such as "vi" or |
| 26 | ;; "lynx", will not display correctly. These are therefore thought of | 26 | ;; "lynx", will not display correctly. These are therefore thought of |
| 27 | ;; as "visual" programs. In order to run these progrem under Emacs, | 27 | ;; as "visual" programs. In order to run these programs under Emacs, |
| 28 | ;; Eshell uses the term.el package, and invokes them in a separate | 28 | ;; Eshell uses the term.el package, and invokes them in a separate |
| 29 | ;; buffer, giving the illusion that Eshell itself is allowing these | 29 | ;; buffer, giving the illusion that Eshell itself is allowing these |
| 30 | ;; visual processes to execute. | 30 | ;; visual processes to execute. |
diff --git a/lisp/files.el b/lisp/files.el index 6cf94a89c92..0f167ce3ffa 100644 --- a/lisp/files.el +++ b/lisp/files.el | |||
| @@ -5790,7 +5790,7 @@ returns nil." | |||
| 5790 | 5790 | ||
| 5791 | ;; vc dired listings provide the state or blanks between file | 5791 | ;; vc dired listings provide the state or blanks between file |
| 5792 | ;; permissions and date. The state is always surrounded by | 5792 | ;; permissions and date. The state is always surrounded by |
| 5793 | ;; parantheses: | 5793 | ;; parentheses: |
| 5794 | ;; -rw-r--r-- (modified) 2005-10-22 21:25 files.el | 5794 | ;; -rw-r--r-- (modified) 2005-10-22 21:25 files.el |
| 5795 | ;; This is not supported yet. | 5795 | ;; This is not supported yet. |
| 5796 | (purecopy (concat "\\([0-9][BkKMGTPEZY]? " iso | 5796 | (purecopy (concat "\\([0-9][BkKMGTPEZY]? " iso |
diff --git a/lisp/foldout.el b/lisp/foldout.el index b0eaf753d60..4f93b4205b2 100644 --- a/lisp/foldout.el +++ b/lisp/foldout.el | |||
| @@ -111,9 +111,9 @@ | |||
| 111 | ;; setup a lot easier. | 111 | ;; setup a lot easier. |
| 112 | ;; | 112 | ;; |
| 113 | ;; folding.el by Jamie Lokier <u90jl@ecs.ox.ac.uk> supports folding by | 113 | ;; folding.el by Jamie Lokier <u90jl@ecs.ox.ac.uk> supports folding by |
| 114 | ;; recognising special marker text in you file. | 114 | ;; recognizing special marker text in you file. |
| 115 | ;; | 115 | ;; |
| 116 | ;; c-outline.el (by me) provides outline-mode support to recognise `C' | 116 | ;; c-outline.el (by me) provides outline-mode support to recognize `C' |
| 117 | ;; statements as outline headings, so with foldout you can have a folding `C' | 117 | ;; statements as outline headings, so with foldout you can have a folding `C' |
| 118 | ;; code editor without having to put in start- and end-of-fold markers. This | 118 | ;; code editor without having to put in start- and end-of-fold markers. This |
| 119 | ;; is a real winner! | 119 | ;; is a real winner! |
diff --git a/lisp/font-core.el b/lisp/font-core.el index 0db17efd7b7..a5de29520f7 100644 --- a/lisp/font-core.el +++ b/lisp/font-core.el | |||
| @@ -210,7 +210,7 @@ this function onto `change-major-mode-hook'." | |||
| 210 | ;; A few people have hassled in the past for a way to make it easier to turn on | 210 | ;; A few people have hassled in the past for a way to make it easier to turn on |
| 211 | ;; Font Lock mode, without the user needing to know for which modes s/he has to | 211 | ;; Font Lock mode, without the user needing to know for which modes s/he has to |
| 212 | ;; turn it on, perhaps the same way hilit19.el/hl319.el does. I've always | 212 | ;; turn it on, perhaps the same way hilit19.el/hl319.el does. I've always |
| 213 | ;; balked at that way, as I see it as just re-moulding the same problem in | 213 | ;; balked at that way, as I see it as just re-molding the same problem in |
| 214 | ;; another form. That is; some person would still have to keep track of which | 214 | ;; another form. That is; some person would still have to keep track of which |
| 215 | ;; modes (which may not even be distributed with Emacs) support Font Lock mode. | 215 | ;; modes (which may not even be distributed with Emacs) support Font Lock mode. |
| 216 | ;; The list would always be out of date. And that person might have to be me. | 216 | ;; The list would always be out of date. And that person might have to be me. |
diff --git a/lisp/forms.el b/lisp/forms.el index ef6d9b023b4..215f3ce88f7 100644 --- a/lisp/forms.el +++ b/lisp/forms.el | |||
| @@ -1295,7 +1295,7 @@ Commands: Equivalent keys in read-only mode: | |||
| 1295 | ) | 1295 | ) |
| 1296 | 1296 | ||
| 1297 | (defun forms--mode-menu-ro (map) | 1297 | (defun forms--mode-menu-ro (map) |
| 1298 | ;;; Menu initialisation | 1298 | ;;; Menu initialization |
| 1299 | ; (define-key map [menu-bar] (make-sparse-keymap)) | 1299 | ; (define-key map [menu-bar] (make-sparse-keymap)) |
| 1300 | (define-key map [menu-bar forms] | 1300 | (define-key map [menu-bar forms] |
| 1301 | (cons "Forms" (make-sparse-keymap "Forms"))) | 1301 | (cons "Forms" (make-sparse-keymap "Forms"))) |
| @@ -1341,7 +1341,7 @@ Commands: Equivalent keys in read-only mode: | |||
| 1341 | (put 'forms-delete-record 'menu-enable '(not forms-read-only)) | 1341 | (put 'forms-delete-record 'menu-enable '(not forms-read-only)) |
| 1342 | ) | 1342 | ) |
| 1343 | (defun forms--mode-menu-edit (map) | 1343 | (defun forms--mode-menu-edit (map) |
| 1344 | ;;; Menu initialisation | 1344 | ;;; Menu initialization |
| 1345 | ; (define-key map [menu-bar] (make-sparse-keymap)) | 1345 | ; (define-key map [menu-bar] (make-sparse-keymap)) |
| 1346 | (define-key map [menu-bar forms] | 1346 | (define-key map [menu-bar forms] |
| 1347 | (cons "Forms" (make-sparse-keymap "Forms"))) | 1347 | (cons "Forms" (make-sparse-keymap "Forms"))) |
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 5e25d01da71..a9db3c23fef 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -332,7 +332,7 @@ | |||
| 332 | decoding nnimap groups. | 332 | decoding nnimap groups. |
| 333 | 333 | ||
| 334 | * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the | 334 | * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the |
| 335 | newsrc file. It doesn't seem like an important optimisation any more. | 335 | newsrc file. It doesn't seem like an important optimization any more. |
| 336 | 336 | ||
| 337 | 2011-09-10 Dave Abrahams <dave@boostpro.com> (tiny change) | 337 | 2011-09-10 Dave Abrahams <dave@boostpro.com> (tiny change) |
| 338 | 338 | ||
| @@ -985,7 +985,7 @@ | |||
| 985 | * nnimap.el (nnimap-process-expiry-targets): Say what target we're | 985 | * nnimap.el (nnimap-process-expiry-targets): Say what target we're |
| 986 | expiring articles to. | 986 | expiring articles to. |
| 987 | 987 | ||
| 988 | * mm-util.el (mm-charset-to-coding-system): Recognise all ANSI.x3.4 | 988 | * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4 |
| 989 | variations as ASCII (bug#5458). | 989 | variations as ASCII (bug#5458). |
| 990 | 990 | ||
| 991 | 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org> | 991 | 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org> |
| @@ -4504,7 +4504,7 @@ | |||
| 4504 | 4504 | ||
| 4505 | 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org> | 4505 | 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 4506 | 4506 | ||
| 4507 | * shr.el (shr-tag-span): Drop colorisation of regions since we don't | 4507 | * shr.el (shr-tag-span): Drop colorization of regions since we don't |
| 4508 | control the background color. | 4508 | control the background color. |
| 4509 | (shr-tag-img): Ignore very small web bug type images. | 4509 | (shr-tag-img): Ignore very small web bug type images. |
| 4510 | (shr-put-image): Add help-echo alt texts to the images. | 4510 | (shr-put-image): Add help-echo alt texts to the images. |
| @@ -11860,7 +11860,7 @@ | |||
| 11860 | 11860 | ||
| 11861 | * message.el (message-font-lock-keywords): Use message-header-xheader | 11861 | * message.el (message-font-lock-keywords): Use message-header-xheader |
| 11862 | face for "X-Foo", its apparent intended purpose. Move "X-" pattern | 11862 | face for "X-Foo", its apparent intended purpose. Move "X-" pattern |
| 11863 | ahead of the anything pattern, to get it recognised. | 11863 | ahead of the anything pattern, to get it recognized. |
| 11864 | 11864 | ||
| 11865 | 2007-05-12 Michaël Cadilhac <michael@cadilhac.name> | 11865 | 2007-05-12 Michaël Cadilhac <michael@cadilhac.name> |
| 11866 | 11866 | ||
| @@ -14905,7 +14905,7 @@ | |||
| 14905 | (nnweb-request-list): Don't list bogus groups. There can only be one. | 14905 | (nnweb-request-list): Don't list bogus groups. There can only be one. |
| 14906 | (nnweb-request-create-group): Don't use ARGS. | 14906 | (nnweb-request-create-group): Don't use ARGS. |
| 14907 | (nnweb-possibly-change-server, nnweb-request-group): Remove some | 14907 | (nnweb-possibly-change-server, nnweb-request-group): Remove some |
| 14908 | initialisations. Let nnoo do the work. | 14908 | initializations. Let nnoo do the work. |
| 14909 | 14909 | ||
| 14910 | 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org> | 14910 | 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org> |
| 14911 | 14911 | ||
diff --git a/lisp/gnus/ChangeLog.2 b/lisp/gnus/ChangeLog.2 index e52f898b184..dcdf1c2934b 100644 --- a/lisp/gnus/ChangeLog.2 +++ b/lisp/gnus/ChangeLog.2 | |||
| @@ -10428,7 +10428,7 @@ | |||
| 10428 | * mml-sec.el (mml-secure-message-encrypt-smime): New. | 10428 | * mml-sec.el (mml-secure-message-encrypt-smime): New. |
| 10429 | * mml-sec.el (mml-secure-message-encrypt-pgp): New. | 10429 | * mml-sec.el (mml-secure-message-encrypt-pgp): New. |
| 10430 | * mml-sec.el (mml-secure-message-encrypt-pgpmime): New. | 10430 | * mml-sec.el (mml-secure-message-encrypt-pgpmime): New. |
| 10431 | * mml.el (mml-parse-1): Added code to recognise the secure tag and | 10431 | * mml.el (mml-parse-1): Added code to recognize the secure tag and |
| 10432 | convert it to either a part or multipart depending on if there are | 10432 | convert it to either a part or multipart depending on if there are |
| 10433 | other parts in the message. | 10433 | other parts in the message. |
| 10434 | * mml.el (mml-mode-map): Changed default sign/encrypt keybindings | 10434 | * mml.el (mml-mode-map): Changed default sign/encrypt keybindings |
diff --git a/lisp/gnus/gnus-agent.el b/lisp/gnus/gnus-agent.el index e9d31312a11..bf7f31e6392 100644 --- a/lisp/gnus/gnus-agent.el +++ b/lisp/gnus/gnus-agent.el | |||
| @@ -3232,7 +3232,7 @@ FORCE is equivalent to setting the expiration predicates to true." | |||
| 3232 | 3232 | ||
| 3233 | ;; Convert the keep lists to elements that look like (article# | 3233 | ;; Convert the keep lists to elements that look like (article# |
| 3234 | ;; nil keep_flag nil) then append it to the expanded dlist | 3234 | ;; nil keep_flag nil) then append it to the expanded dlist |
| 3235 | ;; These statements are sorted by ascending precidence of the | 3235 | ;; These statements are sorted by ascending precedence of the |
| 3236 | ;; keep_flag. | 3236 | ;; keep_flag. |
| 3237 | (setq dlist (nconc dlist | 3237 | (setq dlist (nconc dlist |
| 3238 | (mapcar (lambda (e) | 3238 | (mapcar (lambda (e) |
diff --git a/lisp/gnus/nndiary.el b/lisp/gnus/nndiary.el index a798e22902f..043356ca841 100644 --- a/lisp/gnus/nndiary.el +++ b/lisp/gnus/nndiary.el | |||
| @@ -55,7 +55,7 @@ | |||
| 55 | 55 | ||
| 56 | ;; * nnoo. NNDiary is very similar to nnml. This makes the idea of using nnoo | 56 | ;; * nnoo. NNDiary is very similar to nnml. This makes the idea of using nnoo |
| 57 | ;; (to derive nndiary from nnml) natural. However, my experience with nnoo | 57 | ;; (to derive nndiary from nnml) natural. However, my experience with nnoo |
| 58 | ;; is that for reasonably complex back ends like this one, noo is a burden | 58 | ;; is that for reasonably complex back ends like this one, nnoo is a burden |
| 59 | ;; rather than an help. It's tricky to use, not everything can be inherited, | 59 | ;; rather than an help. It's tricky to use, not everything can be inherited, |
| 60 | ;; what can be inherited and when is not very clear, and you've got to be | 60 | ;; what can be inherited and when is not very clear, and you've got to be |
| 61 | ;; very careful because a little mistake can fuck up your other back ends, | 61 | ;; very careful because a little mistake can fuck up your other back ends, |
| @@ -1320,7 +1320,7 @@ all. This may very well take some time.") | |||
| 1320 | (or minute (setq minute 59)) | 1320 | (or minute (setq minute 59)) |
| 1321 | (or hour (setq hour 23)) | 1321 | (or hour (setq hour 23)) |
| 1322 | ;; I'll just compute all possible values and test them by decreasing | 1322 | ;; I'll just compute all possible values and test them by decreasing |
| 1323 | ;; order until one succeeds. This is probably quide rude, but I got | 1323 | ;; order until one succeeds. This is probably quite rude, but I got |
| 1324 | ;; bored in finding a good algorithm for doing that ;-) | 1324 | ;; bored in finding a good algorithm for doing that ;-) |
| 1325 | ;; ### FIXME: remove identical entries. | 1325 | ;; ### FIXME: remove identical entries. |
| 1326 | (let ((dom-list (nth 2 sched)) | 1326 | (let ((dom-list (nth 2 sched)) |
diff --git a/lisp/gnus/nnimap.el b/lisp/gnus/nnimap.el index cda17ba57c6..b4e6e31fae4 100644 --- a/lisp/gnus/nnimap.el +++ b/lisp/gnus/nnimap.el | |||
| @@ -1035,7 +1035,7 @@ textual parts.") | |||
| 1035 | ((eq action 'set) "")) | 1035 | ((eq action 'set) "")) |
| 1036 | (mapconcat #'identity flags " "))))))) | 1036 | (mapconcat #'identity flags " "))))))) |
| 1037 | ;; Wait for the last command to complete to avoid later | 1037 | ;; Wait for the last command to complete to avoid later |
| 1038 | ;; syncronisation problems with the stream. | 1038 | ;; synchronization problems with the stream. |
| 1039 | (when sequence | 1039 | (when sequence |
| 1040 | (nnimap-wait-for-response sequence)))))) | 1040 | (nnimap-wait-for-response sequence)))))) |
| 1041 | 1041 | ||
diff --git a/lisp/gnus/nnmairix.el b/lisp/gnus/nnmairix.el index 0a8fa43f3bc..4ad9d11f906 100644 --- a/lisp/gnus/nnmairix.el +++ b/lisp/gnus/nnmairix.el | |||
| @@ -333,7 +333,7 @@ can happen are wrong marks in nnmairix groups." | |||
| 333 | "Use only the registry for determining original group(s). | 333 | "Use only the registry for determining original group(s). |
| 334 | If set to t, nnmairix will only use the registry for determining | 334 | If set to t, nnmairix will only use the registry for determining |
| 335 | the original group(s) of an article (which is also necessary for | 335 | the original group(s) of an article (which is also necessary for |
| 336 | propapagting marks). If set to nil, it will also try to determine | 336 | propagating marks). If set to nil, it will also try to determine |
| 337 | the group from an additional mairix search which might be slow | 337 | the group from an additional mairix search which might be slow |
| 338 | when propagating lots of marks." | 338 | when propagating lots of marks." |
| 339 | :version "23.1" | 339 | :version "23.1" |
diff --git a/lisp/htmlfontify.el b/lisp/htmlfontify.el index 0cc9385085c..056115f57b7 100644 --- a/lisp/htmlfontify.el +++ b/lisp/htmlfontify.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; htmlfontify.el --- htmlise a buffer/source tree with optional hyperlinks | 1 | ;;; htmlfontify.el --- htmlize a buffer/source tree with optional hyperlinks |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002-2003, 2009-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002-2003, 2009-2011 Free Software Foundation, Inc. |
| 4 | 4 | ||
| @@ -10,7 +10,7 @@ | |||
| 10 | ;; Author: Vivek Dasmohapatra <vivek@etla.org> | 10 | ;; Author: Vivek Dasmohapatra <vivek@etla.org> |
| 11 | ;; Maintainer: Vivek Dasmohapatra <vivek@etla.org> | 11 | ;; Maintainer: Vivek Dasmohapatra <vivek@etla.org> |
| 12 | ;; Created: 2002-01-05 | 12 | ;; Created: 2002-01-05 |
| 13 | ;; Description: htmlise a buffer/source tree with optional hyperlinks | 13 | ;; Description: htmlize a buffer/source tree with optional hyperlinks |
| 14 | ;; URL: http://rtfm.etla.org/emacs/htmlfontify/ | 14 | ;; URL: http://rtfm.etla.org/emacs/htmlfontify/ |
| 15 | ;; Compatibility: Emacs23, Emacs22 | 15 | ;; Compatibility: Emacs23, Emacs22 |
| 16 | ;; Incompatibility: Emacs19, Emacs20, Emacs21 | 16 | ;; Incompatibility: Emacs19, Emacs20, Emacs21 |
| @@ -1576,7 +1576,7 @@ FILE, if set, is the file name." | |||
| 1576 | (delete-overlay rovl)) | 1576 | (delete-overlay rovl)) |
| 1577 | (copy-to-buffer html-buffer (point-min) (point-max)) | 1577 | (copy-to-buffer html-buffer (point-min) (point-max)) |
| 1578 | (set-buffer html-buffer) | 1578 | (set-buffer html-buffer) |
| 1579 | ;; rip out props that could interfere with our htmlisation of the buffer: | 1579 | ;; rip out props that could interfere with our htmlization of the buffer: |
| 1580 | (remove-text-properties (point-min) (point-max) hfy-ignored-properties) | 1580 | (remove-text-properties (point-min) (point-max) hfy-ignored-properties) |
| 1581 | ;; Apply overlay invisible spec | 1581 | ;; Apply overlay invisible spec |
| 1582 | (setq orig-ovls | 1582 | (setq orig-ovls |
| @@ -2026,13 +2026,13 @@ FILE is the specific file we are rendering." | |||
| 2026 | (hash-entry nil) (tag-string nil) (tag-line nil) | 2026 | (hash-entry nil) (tag-string nil) (tag-line nil) |
| 2027 | (tag-point nil) (new-entry nil) (etags-file nil)) | 2027 | (tag-point nil) (new-entry nil) (etags-file nil)) |
| 2028 | 2028 | ||
| 2029 | ;; (re)initialise the tag reverse map: | 2029 | ;; (re)initialize the tag reverse map: |
| 2030 | (if trmap-cache (setq trmap-hash (cadr trmap-cache)) | 2030 | (if trmap-cache (setq trmap-hash (cadr trmap-cache)) |
| 2031 | (setq trmap-hash (make-hash-table :test 'equal)) | 2031 | (setq trmap-hash (make-hash-table :test 'equal)) |
| 2032 | (setq hfy-tags-rmap (list (list srcdir trmap-hash) hfy-tags-rmap))) | 2032 | (setq hfy-tags-rmap (list (list srcdir trmap-hash) hfy-tags-rmap))) |
| 2033 | (clrhash trmap-hash) | 2033 | (clrhash trmap-hash) |
| 2034 | 2034 | ||
| 2035 | ;; (re)initialise the tag cache: | 2035 | ;; (re)initialize the tag cache: |
| 2036 | (if cache-entry (setq cache-hash (cadr cache-entry)) | 2036 | (if cache-entry (setq cache-hash (cadr cache-entry)) |
| 2037 | (setq cache-hash (make-hash-table :test 'equal)) | 2037 | (setq cache-hash (make-hash-table :test 'equal)) |
| 2038 | (setq hfy-tags-cache (list (list srcdir cache-hash) hfy-tags-cache))) | 2038 | (setq hfy-tags-cache (list (list srcdir cache-hash) hfy-tags-cache))) |
diff --git a/lisp/international/characters.el b/lisp/international/characters.el index 7bf504bfb55..55aee4d53db 100644 --- a/lisp/international/characters.el +++ b/lisp/international/characters.el | |||
| @@ -512,7 +512,7 @@ with L, LRE, or LRO Unicode bidi character type.") | |||
| 512 | ;; relating Unicode categories to Emacs syntax codes. | 512 | ;; relating Unicode categories to Emacs syntax codes. |
| 513 | 513 | ||
| 514 | ;; NBSP isn't semantically interchangeable with other whitespace chars, | 514 | ;; NBSP isn't semantically interchangeable with other whitespace chars, |
| 515 | ;; so it's more like punctation. | 515 | ;; so it's more like punctuation. |
| 516 | (set-case-syntax ? "." tbl) | 516 | (set-case-syntax ? "." tbl) |
| 517 | (set-case-syntax ?¡ "." tbl) | 517 | (set-case-syntax ?¡ "." tbl) |
| 518 | (set-case-syntax ?¦ "_" tbl) | 518 | (set-case-syntax ?¦ "_" tbl) |
diff --git a/lisp/international/ogonek.el b/lisp/international/ogonek.el index 0da6cc614fd..cc8d1e25c66 100644 --- a/lisp/international/ogonek.el +++ b/lisp/international/ogonek.el | |||
| @@ -284,11 +284,11 @@ The functions come in the following groups. | |||
| 284 | :type 'character | 284 | :type 'character |
| 285 | :group 'ogonek) | 285 | :group 'ogonek) |
| 286 | (defcustom ogonek-prefix-from-encoding "iso8859-2" | 286 | (defcustom ogonek-prefix-from-encoding "iso8859-2" |
| 287 | "Encoding in the source file subject to prefixifation." | 287 | "Encoding in the source file subject to prefixation." |
| 288 | :type ogonek-encoding-choices | 288 | :type ogonek-encoding-choices |
| 289 | :group 'ogonek) | 289 | :group 'ogonek) |
| 290 | (defcustom ogonek-prefix-to-encoding "iso8859-2" | 290 | (defcustom ogonek-prefix-to-encoding "iso8859-2" |
| 291 | "Encoding in the target file subject to deprefixifation." | 291 | "Encoding in the target file subject to deprefixation." |
| 292 | :type ogonek-encoding-choices | 292 | :type ogonek-encoding-choices |
| 293 | :group 'ogonek) | 293 | :group 'ogonek) |
| 294 | 294 | ||
diff --git a/lisp/iswitchb.el b/lisp/iswitchb.el index a96fbf9253f..21201c6cff5 100644 --- a/lisp/iswitchb.el +++ b/lisp/iswitchb.el | |||
| @@ -122,7 +122,7 @@ | |||
| 122 | ;; t IN | INBOX | 122 | ;; t IN | INBOX |
| 123 | ;; t In | [No match] | 123 | ;; t In | [No match] |
| 124 | 124 | ||
| 125 | ;;; Customisation | 125 | ;;; Customization |
| 126 | 126 | ||
| 127 | ;; See the User Variables section below for easy ways to change the | 127 | ;; See the User Variables section below for easy ways to change the |
| 128 | ;; functionality of the program. These are accessible using the | 128 | ;; functionality of the program. These are accessible using the |
diff --git a/lisp/mail/metamail.el b/lisp/mail/metamail.el index 9269a24c4cb..fcc334ea30b 100644 --- a/lisp/mail/metamail.el +++ b/lisp/mail/metamail.el | |||
| @@ -165,7 +165,7 @@ redisplayed as output is inserted." | |||
| 165 | (list (format "EMACS_VIEW_MODE=%d" | 165 | (list (format "EMACS_VIEW_MODE=%d" |
| 166 | (if (numberp viewmode) viewmode 1))))) | 166 | (if (numberp viewmode) viewmode 1))))) |
| 167 | (save-excursion | 167 | (save-excursion |
| 168 | ;; Gee! Metamail does not ouput to stdout if input comes from | 168 | ;; Gee! Metamail does not output to stdout if input comes from |
| 169 | ;; stdin. | 169 | ;; stdin. |
| 170 | (let ((selective-display nil)) ;Disable ^M to nl translation. | 170 | (let ((selective-display nil)) ;Disable ^M to nl translation. |
| 171 | (write-region beg end metafile nil 'nomessage)) | 171 | (write-region beg end metafile nil 'nomessage)) |
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index 9aa0ba4e262..9c020ffadab 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el | |||
| @@ -445,7 +445,7 @@ | |||
| 445 | (define-key menu [props] | 445 | (define-key menu [props] |
| 446 | `(menu-item ,(purecopy "Text Properties") facemenu-menu)) | 446 | `(menu-item ,(purecopy "Text Properties") facemenu-menu)) |
| 447 | 447 | ||
| 448 | ;; ns-win.el said: Add spell for platorm consistency. | 448 | ;; ns-win.el said: Add spell for platform consistency. |
| 449 | (if (featurep 'ns) | 449 | (if (featurep 'ns) |
| 450 | (define-key menu [spell] | 450 | (define-key menu [spell] |
| 451 | `(menu-item ,(purecopy "Spell") ispell-menu-map))) | 451 | `(menu-item ,(purecopy "Spell") ispell-menu-map))) |
diff --git a/lisp/mh-e/mh-mime.el b/lisp/mh-e/mh-mime.el index 0327b64a33f..a97185e1496 100644 --- a/lisp/mh-e/mh-mime.el +++ b/lisp/mh-e/mh-mime.el | |||
| @@ -1399,7 +1399,7 @@ See also \\[mh-mh-to-mime]." | |||
| 1399 | ("mailto") ; RFC1738 Electronic mail address | 1399 | ("mailto") ; RFC1738 Electronic mail address |
| 1400 | ("news") ; RFC1738 Usenet news | 1400 | ("news") ; RFC1738 Usenet news |
| 1401 | ("nntp") ; RFC1738 Usenet news using NNTP access | 1401 | ("nntp") ; RFC1738 Usenet news using NNTP access |
| 1402 | ("propspero") ; RFC1738 Prospero Directory Service | 1402 | ("prospero") ; RFC1738 Prospero Directory Service |
| 1403 | ("telnet") ; RFC1738 Telnet | 1403 | ("telnet") ; RFC1738 Telnet |
| 1404 | ("tftp") ; RFC2046 Trivial File Transfer Protocol | 1404 | ("tftp") ; RFC2046 Trivial File Transfer Protocol |
| 1405 | ("url") ; RFC2017 URL scheme MIME access-type Protocol | 1405 | ("url") ; RFC2017 URL scheme MIME access-type Protocol |
diff --git a/lisp/mouse-sel.el b/lisp/mouse-sel.el index bcf1749e13f..7f04cac96fe 100644 --- a/lisp/mouse-sel.el +++ b/lisp/mouse-sel.el | |||
| @@ -60,7 +60,7 @@ | |||
| 60 | ;; | 60 | ;; |
| 61 | ;; Thanks to KevinB@bartley.demon.co.uk for his useful input. | 61 | ;; Thanks to KevinB@bartley.demon.co.uk for his useful input. |
| 62 | ;; | 62 | ;; |
| 63 | ;;--- Customisation ------------------------------------------------------- | 63 | ;;--- Customization ------------------------------------------------------- |
| 64 | ;; | 64 | ;; |
| 65 | ;; * You may want to use none or more of following: | 65 | ;; * You may want to use none or more of following: |
| 66 | ;; | 66 | ;; |
diff --git a/lisp/net/ange-ftp.el b/lisp/net/ange-ftp.el index 458d419012b..f6a5b53ae7f 100644 --- a/lisp/net/ange-ftp.el +++ b/lisp/net/ange-ftp.el | |||
| @@ -46,7 +46,7 @@ | |||
| 46 | ;; Extended filename syntax: | 46 | ;; Extended filename syntax: |
| 47 | ;; | 47 | ;; |
| 48 | ;; The default extended filename syntax is '/user@host:name', where the | 48 | ;; The default extended filename syntax is '/user@host:name', where the |
| 49 | ;; 'user@' part may be omitted. This syntax can be customised to a certain | 49 | ;; 'user@' part may be omitted. This syntax can be customized to a certain |
| 50 | ;; extent by changing ange-ftp-name-format. There are limitations. | 50 | ;; extent by changing ange-ftp-name-format. There are limitations. |
| 51 | ;; The `host' part has an optional suffix `#port' which may be used to | 51 | ;; The `host' part has an optional suffix `#port' which may be used to |
| 52 | ;; specify a non-default port number for the connexion. | 52 | ;; specify a non-default port number for the connexion. |
| @@ -1665,7 +1665,7 @@ good, skip, fatal, or unknown." | |||
| 1665 | (ange-ftp-process-handle-line line proc) | 1665 | (ange-ftp-process-handle-line line proc) |
| 1666 | ;; If we've seen a potential error message and it | 1666 | ;; If we've seen a potential error message and it |
| 1667 | ;; hasn't been cancelled by a good message before | 1667 | ;; hasn't been cancelled by a good message before |
| 1668 | ;; seeing a propt, then the error was real. | 1668 | ;; seeing a prompt, then the error was real. |
| 1669 | (delete-process proc) | 1669 | (delete-process proc) |
| 1670 | (setq ange-ftp-process-busy nil | 1670 | (setq ange-ftp-process-busy nil |
| 1671 | ange-ftp-process-result-line ange-ftp-pending-error-line)))) | 1671 | ange-ftp-process-result-line ange-ftp-pending-error-line)))) |
diff --git a/lisp/net/browse-url.el b/lisp/net/browse-url.el index b55884ff180..3ab1a345470 100644 --- a/lisp/net/browse-url.el +++ b/lisp/net/browse-url.el | |||
| @@ -138,7 +138,7 @@ | |||
| 138 | ;; M-x browse-url-of-dired-file RET | 138 | ;; M-x browse-url-of-dired-file RET |
| 139 | 139 | ||
| 140 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 140 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
| 141 | ;; Customisation (~/.emacs) | 141 | ;; Customization (~/.emacs) |
| 142 | 142 | ||
| 143 | ;; To see what variables are available for customization, type | 143 | ;; To see what variables are available for customization, type |
| 144 | ;; `M-x set-variable browse-url TAB'. Better, use | 144 | ;; `M-x set-variable browse-url TAB'. Better, use |
| @@ -190,7 +190,7 @@ | |||
| 190 | ;; | 190 | ;; |
| 191 | ;; (add-hook 'browse-url-of-file-hook 'browse-url-netscape-reload) | 191 | ;; (add-hook 'browse-url-of-file-hook 'browse-url-netscape-reload) |
| 192 | 192 | ||
| 193 | ;; You may also want to customise browse-url-netscape-arguments, e.g. | 193 | ;; You may also want to customize browse-url-netscape-arguments, e.g. |
| 194 | ;; (setq browse-url-netscape-arguments '("-install")) | 194 | ;; (setq browse-url-netscape-arguments '("-install")) |
| 195 | ;; | 195 | ;; |
| 196 | ;; or similarly for the other browsers. | 196 | ;; or similarly for the other browsers. |
diff --git a/lisp/net/newst-treeview.el b/lisp/net/newst-treeview.el index 7cfdd2cb89d..8ff74a94eb0 100644 --- a/lisp/net/newst-treeview.el +++ b/lisp/net/newst-treeview.el | |||
| @@ -1793,7 +1793,7 @@ Update teeview afterwards unless NO-UPDATE is non-nil." | |||
| 1793 | result)) | 1793 | result)) |
| 1794 | 1794 | ||
| 1795 | (defun newsticker--group-remove-obsolete-feeds (group) | 1795 | (defun newsticker--group-remove-obsolete-feeds (group) |
| 1796 | "Recursively remove obselete feeds from GROUP." | 1796 | "Recursively remove obsolete feeds from GROUP." |
| 1797 | (let ((result nil) | 1797 | (let ((result nil) |
| 1798 | (urls (append newsticker-url-list newsticker-url-list-defaults))) | 1798 | (urls (append newsticker-url-list newsticker-url-list-defaults))) |
| 1799 | (mapc (lambda (g) | 1799 | (mapc (lambda (g) |
diff --git a/lisp/net/quickurl.el b/lisp/net/quickurl.el index 7a1e5fc6a80..a31ec496c16 100644 --- a/lisp/net/quickurl.el +++ b/lisp/net/quickurl.el | |||
| @@ -201,7 +201,7 @@ in your ~/.emacs (after loading/requiring quickurl).") | |||
| 201 | (listp (cdr url))) | 201 | (listp (cdr url))) |
| 202 | 202 | ||
| 203 | (defun quickurl-make-url (keyword url &optional comment) | 203 | (defun quickurl-make-url (keyword url &optional comment) |
| 204 | "Create a URL from KEYWORD, URL and (optionaly) COMMENT." | 204 | "Create a URL from KEYWORD, URL and (optionally) COMMENT." |
| 205 | (if (and comment (not (zerop (length comment)))) | 205 | (if (and comment (not (zerop (length comment)))) |
| 206 | (list keyword url comment) | 206 | (list keyword url comment) |
| 207 | (cons keyword url))) | 207 | (cons keyword url))) |
diff --git a/lisp/net/tramp-sh.el b/lisp/net/tramp-sh.el index 50a3c1fca5e..51fc6e295f0 100644 --- a/lisp/net/tramp-sh.el +++ b/lisp/net/tramp-sh.el | |||
| @@ -5033,11 +5033,11 @@ function cell is returned to be applied on a buffer." | |||
| 5033 | ;; until the last but one hop via `start-file-process'. Apply it | 5033 | ;; until the last but one hop via `start-file-process'. Apply it |
| 5034 | ;; also for ftp and smb. | 5034 | ;; also for ftp and smb. |
| 5035 | ;; * WIBNI if we had a command "trampclient"? If I was editing in | 5035 | ;; * WIBNI if we had a command "trampclient"? If I was editing in |
| 5036 | ;; some shell with root priviledges, it would be nice if I could | 5036 | ;; some shell with root privileges, it would be nice if I could |
| 5037 | ;; just call | 5037 | ;; just call |
| 5038 | ;; trampclient filename.c | 5038 | ;; trampclient filename.c |
| 5039 | ;; as an editor, and the _current_ shell would connect to an Emacs | 5039 | ;; as an editor, and the _current_ shell would connect to an Emacs |
| 5040 | ;; server and would be used in an existing non-priviledged Emacs | 5040 | ;; server and would be used in an existing non-privileged Emacs |
| 5041 | ;; session for doing the editing in question. | 5041 | ;; session for doing the editing in question. |
| 5042 | ;; That way, I need not tell Emacs my password again and be afraid | 5042 | ;; That way, I need not tell Emacs my password again and be afraid |
| 5043 | ;; that it makes it into core dumps or other ugly stuff (I had Emacs | 5043 | ;; that it makes it into core dumps or other ugly stuff (I had Emacs |
diff --git a/lisp/net/tramp-smb.el b/lisp/net/tramp-smb.el index 150ef18be52..73b9339e25a 100644 --- a/lisp/net/tramp-smb.el +++ b/lisp/net/tramp-smb.el | |||
| @@ -480,7 +480,7 @@ PRESERVE-UID-GID and PRESERVE-SELINUX-CONTEXT are completely ignored." | |||
| 480 | ;; Dissect NAME. | 480 | ;; Dissect NAME. |
| 481 | (with-parsed-tramp-file-name name nil | 481 | (with-parsed-tramp-file-name name nil |
| 482 | ;; Tilde expansion if necessary. We use the user name as share, | 482 | ;; Tilde expansion if necessary. We use the user name as share, |
| 483 | ;; which is offen the case in domains. | 483 | ;; which is often the case in domains. |
| 484 | (when (string-match "\\`/?~\\([^/]*\\)" localname) | 484 | (when (string-match "\\`/?~\\([^/]*\\)" localname) |
| 485 | (setq localname | 485 | (setq localname |
| 486 | (replace-match | 486 | (replace-match |
diff --git a/lisp/net/xesam.el b/lisp/net/xesam.el index efb2cdd6166..ea4a887898e 100644 --- a/lisp/net/xesam.el +++ b/lisp/net/xesam.el | |||
| @@ -88,7 +88,7 @@ | |||
| 88 | ;; | 88 | ;; |
| 89 | ;; (setq xesam-query-type 'fulltext-query) | 89 | ;; (setq xesam-query-type 'fulltext-query) |
| 90 | ;; | 90 | ;; |
| 91 | ;; Another option to be customised is the number of hits to be | 91 | ;; Another option to be customized is the number of hits to be |
| 92 | ;; presented at once. | 92 | ;; presented at once. |
| 93 | ;; | 93 | ;; |
| 94 | ;; (setq xesam-hits-per-page 50) | 94 | ;; (setq xesam-hits-per-page 50) |
diff --git a/lisp/org/org-agenda.el b/lisp/org/org-agenda.el index f7aa7bf4701..50761ede7cb 100644 --- a/lisp/org/org-agenda.el +++ b/lisp/org/org-agenda.el | |||
| @@ -1619,7 +1619,7 @@ Where CATEGORY-REGEXP is a regexp matching the categories where | |||
| 1619 | the icon should be displayed. | 1619 | the icon should be displayed. |
| 1620 | FILE-OR-DATA either a file path or a string containing image data. | 1620 | FILE-OR-DATA either a file path or a string containing image data. |
| 1621 | 1621 | ||
| 1622 | The other fields can be omited safely if not needed: | 1622 | The other fields can be omitted safely if not needed: |
| 1623 | TYPE indicates the image type. | 1623 | TYPE indicates the image type. |
| 1624 | DATA-P is a boolean indicating whether the FILE-OR-DATA string is | 1624 | DATA-P is a boolean indicating whether the FILE-OR-DATA string is |
| 1625 | image data. | 1625 | image data. |
diff --git a/lisp/org/org-capture.el b/lisp/org/org-capture.el index 05cca0e311e..24aea5d7eae 100644 --- a/lisp/org/org-capture.el +++ b/lisp/org/org-capture.el | |||
| @@ -372,7 +372,7 @@ to avoid conflicts with other active capture processes." | |||
| 372 | (plist-get (if local org-capture-current-plist org-capture-plist) prop)) | 372 | (plist-get (if local org-capture-current-plist org-capture-plist) prop)) |
| 373 | 373 | ||
| 374 | (defun org-capture-member (prop &optional local) | 374 | (defun org-capture-member (prop &optional local) |
| 375 | "Is PROP a preperty in `org-capture-plist'. | 375 | "Is PROP a property in `org-capture-plist'. |
| 376 | When LOCAL is set, use the local variable `org-capture-current-plist', | 376 | When LOCAL is set, use the local variable `org-capture-current-plist', |
| 377 | this is necessary after initialization of the capture process, | 377 | this is necessary after initialization of the capture process, |
| 378 | to avoid conflicts with other active capture processes." | 378 | to avoid conflicts with other active capture processes." |
diff --git a/lisp/org/org-ctags.el b/lisp/org/org-ctags.el index 352d414a4b6..d567b929056 100644 --- a/lisp/org/org-ctags.el +++ b/lisp/org/org-ctags.el | |||
| @@ -36,7 +36,7 @@ | |||
| 36 | ;; links to these 'tagged' destinations, allowing seamless navigation between | 36 | ;; links to these 'tagged' destinations, allowing seamless navigation between |
| 37 | ;; multiple org-mode files. Topics can be created in any org mode file and | 37 | ;; multiple org-mode files. Topics can be created in any org mode file and |
| 38 | ;; will always be found by plain links from other files. Other file types | 38 | ;; will always be found by plain links from other files. Other file types |
| 39 | ;; recognised by ctags (source code files, latex files, etc) will also be | 39 | ;; recognized by ctags (source code files, latex files, etc) will also be |
| 40 | ;; available as destinations for plain links, and similarly, org-mode links | 40 | ;; available as destinations for plain links, and similarly, org-mode links |
| 41 | ;; will be available as tags from source files. Finally, the function | 41 | ;; will be available as tags from source files. Finally, the function |
| 42 | ;; `org-ctags-find-tag-interactive' lets you choose any known tag, using | 42 | ;; `org-ctags-find-tag-interactive' lets you choose any known tag, using |
diff --git a/lisp/org/org-table.el b/lisp/org/org-table.el index 5eeaf6199f4..72723845426 100644 --- a/lisp/org/org-table.el +++ b/lisp/org/org-table.el | |||
| @@ -51,7 +51,7 @@ | |||
| 51 | (defvar orgtbl-after-send-table-hook nil | 51 | (defvar orgtbl-after-send-table-hook nil |
| 52 | "Hook for functions attaching to `C-c C-c', if the table is sent. | 52 | "Hook for functions attaching to `C-c C-c', if the table is sent. |
| 53 | This can be used to add additional functionality after the table is sent | 53 | This can be used to add additional functionality after the table is sent |
| 54 | to the receiver position, othewise, if table is not sent, the functions | 54 | to the receiver position, otherwise, if table is not sent, the functions |
| 55 | are not run.") | 55 | are not run.") |
| 56 | 56 | ||
| 57 | (defcustom orgtbl-optimized (eq org-enable-table-editor 'optimized) | 57 | (defcustom orgtbl-optimized (eq org-enable-table-editor 'optimized) |
diff --git a/lisp/play/5x5.el b/lisp/play/5x5.el index b05b05f7bdf..e111e743608 100644 --- a/lisp/play/5x5.el +++ b/lisp/play/5x5.el | |||
| @@ -579,7 +579,7 @@ Solutions are sorted from least to greatest Hamming weight." | |||
| 579 | (let* (calc-command-flags | 579 | (let* (calc-command-flags |
| 580 | (grid-size-squared (* 5x5-grid-size 5x5-grid-size)) | 580 | (grid-size-squared (* 5x5-grid-size 5x5-grid-size)) |
| 581 | 581 | ||
| 582 | ;; targetv is the vector the origine of which is org="current | 582 | ;; targetv is the vector the origin of which is org="current |
| 583 | ;; grid" and the end of which is dest="all ones". | 583 | ;; grid" and the end of which is dest="all ones". |
| 584 | (targetv | 584 | (targetv |
| 585 | (5x5-log | 585 | (5x5-log |
diff --git a/lisp/printing.el b/lisp/printing.el index c5951a4983f..d6c67cc68a6 100644 --- a/lisp/printing.el +++ b/lisp/printing.el | |||
| @@ -3692,7 +3692,7 @@ VI. Customization: | |||
| 3692 | "\n\n | 3692 | "\n\n |
| 3693 | The printing interface buffer has the same functionality as the printing menu. | 3693 | The printing interface buffer has the same functionality as the printing menu. |
| 3694 | The major difference is that the states (like sending PostScript generated to a | 3694 | The major difference is that the states (like sending PostScript generated to a |
| 3695 | file, n-up printing, etc.) are set and saved between priting buffer | 3695 | file, n-up printing, etc.) are set and saved between printing buffer |
| 3696 | activation. Also, the landscape, duplex and tumble values are the same for | 3696 | activation. Also, the landscape, duplex and tumble values are the same for |
| 3697 | PostScript file and directory/buffer/region/mode processing; using menu, there | 3697 | PostScript file and directory/buffer/region/mode processing; using menu, there |
| 3698 | are different value sets for PostScript file and directory/buffer/region/mode | 3698 | are different value sets for PostScript file and directory/buffer/region/mode |
diff --git a/lisp/progmodes/cc-awk.el b/lisp/progmodes/cc-awk.el index cdbe5b39bf1..8213a83461b 100644 --- a/lisp/progmodes/cc-awk.el +++ b/lisp/progmodes/cc-awk.el | |||
| @@ -231,7 +231,7 @@ | |||
| 231 | ;; to foul things up. | 231 | ;; to foul things up. |
| 232 | (defconst c-awk-non-arith-op-bra-re | 232 | (defconst c-awk-non-arith-op-bra-re |
| 233 | "[[\(&=:!><,?;'~|]") | 233 | "[[\(&=:!><,?;'~|]") |
| 234 | ;; Matches an openeing BRAcket ,round or square, or any operator character | 234 | ;; Matches an opening BRAcket, round or square, or any operator character |
| 235 | ;; apart from +,-,/,*,%. For the purpose at hand (detecting a / which is a | 235 | ;; apart from +,-,/,*,%. For the purpose at hand (detecting a / which is a |
| 236 | ;; regexp bracket) these arith ops are unnecessary and a pain, because of "++" | 236 | ;; regexp bracket) these arith ops are unnecessary and a pain, because of "++" |
| 237 | ;; and "--". | 237 | ;; and "--". |
diff --git a/lisp/progmodes/cc-cmds.el b/lisp/progmodes/cc-cmds.el index 68f31c55e71..1eaf8910d14 100644 --- a/lisp/progmodes/cc-cmds.el +++ b/lisp/progmodes/cc-cmds.el | |||
| @@ -2178,7 +2178,7 @@ function does not require the declaration to contain a brace block." | |||
| 2178 | (end (1- (cdr range))) | 2178 | (end (1- (cdr range))) |
| 2179 | (here-filler ; matches WS and escaped newlines at point. | 2179 | (here-filler ; matches WS and escaped newlines at point. |
| 2180 | "\\=\\([ \t\n\r\f]\\|\\\\[\n\r]\\)*") | 2180 | "\\=\\([ \t\n\r\f]\\|\\\\[\n\r]\\)*") |
| 2181 | ;; Enhance paragraph-start and paragraph-separate also to recognise | 2181 | ;; Enhance paragraph-start and paragraph-separate also to recognize |
| 2182 | ;; blank lines terminated by escaped EOLs. IT MAY WELL BE that | 2182 | ;; blank lines terminated by escaped EOLs. IT MAY WELL BE that |
| 2183 | ;; these values should be customizable user options, or something. | 2183 | ;; these values should be customizable user options, or something. |
| 2184 | (paragraph-start c-string-par-start) | 2184 | (paragraph-start c-string-par-start) |
| @@ -2234,7 +2234,7 @@ function does not require the declaration to contain a brace block." | |||
| 2234 | (save-match-data | 2234 | (save-match-data |
| 2235 | (let* ((here (point)) | 2235 | (let* ((here (point)) |
| 2236 | last | 2236 | last |
| 2237 | ;; Enhance paragraph-start and paragraph-separate to recognise | 2237 | ;; Enhance paragraph-start and paragraph-separate to recognize |
| 2238 | ;; blank lines terminated by escaped EOLs. | 2238 | ;; blank lines terminated by escaped EOLs. |
| 2239 | (paragraph-start c-string-par-start) | 2239 | (paragraph-start c-string-par-start) |
| 2240 | (paragraph-separate c-string-par-separate) | 2240 | (paragraph-separate c-string-par-separate) |
diff --git a/lisp/progmodes/cc-defs.el b/lisp/progmodes/cc-defs.el index fb9fd406ef8..c91fe13543a 100644 --- a/lisp/progmodes/cc-defs.el +++ b/lisp/progmodes/cc-defs.el | |||
| @@ -774,7 +774,7 @@ be after it." | |||
| 774 | ;; In addition to `c-at-vsemi-p-fn', a mode may need to supply a function for | 774 | ;; In addition to `c-at-vsemi-p-fn', a mode may need to supply a function for |
| 775 | ;; `c-vsemi-status-unknown-p-fn'. The macro `c-vsemi-status-unknown-p' is a | 775 | ;; `c-vsemi-status-unknown-p-fn'. The macro `c-vsemi-status-unknown-p' is a |
| 776 | ;; rather recondite kludge. It exists because the function | 776 | ;; rather recondite kludge. It exists because the function |
| 777 | ;; `c-beginning-of-statement-1' sometimes tests for VSs as an optimisation, | 777 | ;; `c-beginning-of-statement-1' sometimes tests for VSs as an optimization, |
| 778 | ;; but `c-at-vsemi-p' might well need to call `c-beginning-of-statement-1' in | 778 | ;; but `c-at-vsemi-p' might well need to call `c-beginning-of-statement-1' in |
| 779 | ;; its calculations, thus potentially leading to infinite recursion. | 779 | ;; its calculations, thus potentially leading to infinite recursion. |
| 780 | ;; | 780 | ;; |
| @@ -1249,7 +1249,7 @@ been put there by c-put-char-property. POINT remains unchanged." | |||
| 1249 | ;; which introduces a CPP construct and every EOL (or EOB, or character | 1249 | ;; which introduces a CPP construct and every EOL (or EOB, or character |
| 1250 | ;; preceding //, etc.) which terminates it. We can instantly "comment | 1250 | ;; preceding //, etc.) which terminates it. We can instantly "comment |
| 1251 | ;; out" all CPP constructs by giving `c-cpp-delimiter' a syntax-table | 1251 | ;; out" all CPP constructs by giving `c-cpp-delimiter' a syntax-table |
| 1252 | ;; propery '(14) (generic comment delimiter). | 1252 | ;; property '(14) (generic comment delimiter). |
| 1253 | (defmacro c-set-cpp-delimiters (beg end) | 1253 | (defmacro c-set-cpp-delimiters (beg end) |
| 1254 | ;; This macro does a hidden buffer change. | 1254 | ;; This macro does a hidden buffer change. |
| 1255 | `(progn | 1255 | `(progn |
diff --git a/lisp/progmodes/cc-engine.el b/lisp/progmodes/cc-engine.el index fb146b3976a..5ec0ab04f7f 100644 --- a/lisp/progmodes/cc-engine.el +++ b/lisp/progmodes/cc-engine.el | |||
| @@ -2548,7 +2548,7 @@ comment at the start of cc-engine.el for more info." | |||
| 2548 | c-state-cache))) | 2548 | c-state-cache))) |
| 2549 | ;; N.B. This defsubst codes one method for the simple, normal case, | 2549 | ;; N.B. This defsubst codes one method for the simple, normal case, |
| 2550 | ;; and a more sophisticated, slower way for the general case. Don't | 2550 | ;; and a more sophisticated, slower way for the general case. Don't |
| 2551 | ;; eliminate this defsubst - it's a speed optimisation. | 2551 | ;; eliminate this defsubst - it's a speed optimization. |
| 2552 | (c-append-lower-brace-pair-to-state-cache (1- bra+1))))) | 2552 | (c-append-lower-brace-pair-to-state-cache (1- bra+1))))) |
| 2553 | 2553 | ||
| 2554 | (defun c-append-to-state-cache (from) | 2554 | (defun c-append-to-state-cache (from) |
| @@ -2788,7 +2788,7 @@ comment at the start of cc-engine.el for more info." | |||
| 2788 | ;; | 2788 | ;; |
| 2789 | ;; This function must only be called only when (> `c-state-cache-good-pos' | 2789 | ;; This function must only be called only when (> `c-state-cache-good-pos' |
| 2790 | ;; HERE). Usually the gap between CACHE-POS and HERE is large. It is thus | 2790 | ;; HERE). Usually the gap between CACHE-POS and HERE is large. It is thus |
| 2791 | ;; optimised to eliminate (or minimize) scanning between these two | 2791 | ;; optimized to eliminate (or minimize) scanning between these two |
| 2792 | ;; positions. | 2792 | ;; positions. |
| 2793 | ;; | 2793 | ;; |
| 2794 | ;; Return a three element list (GOOD-POS SCAN-BACK-POS FWD-FLAG), where: | 2794 | ;; Return a three element list (GOOD-POS SCAN-BACK-POS FWD-FLAG), where: |
| @@ -4233,9 +4233,9 @@ comment at the start of cc-engine.el for more info." | |||
| 4233 | ;; fails to take account of the change of the s-t property on the opening / to | 4233 | ;; fails to take account of the change of the s-t property on the opening / to |
| 4234 | ;; "string", and reports that the { is within a string started by the second /. | 4234 | ;; "string", and reports that the { is within a string started by the second /. |
| 4235 | ;; | 4235 | ;; |
| 4236 | ;; The workaround for this is for the AWK Mode initialisation to switch the | 4236 | ;; The workaround for this is for the AWK Mode initialization to switch the |
| 4237 | ;; defalias for c-in-literal to c-slow-in-literal. This will slow down other | 4237 | ;; defalias for c-in-literal to c-slow-in-literal. This will slow down other |
| 4238 | ;; cc-modes in XEmacs whenever an awk-buffer has been initialised. | 4238 | ;; cc-modes in XEmacs whenever an awk-buffer has been initialized. |
| 4239 | ;; | 4239 | ;; |
| 4240 | ;; (Alan Mackenzie, 2003/4/30). | 4240 | ;; (Alan Mackenzie, 2003/4/30). |
| 4241 | 4241 | ||
| @@ -4904,7 +4904,7 @@ comment at the start of cc-engine.el for more info." | |||
| 4904 | (setq cfd-prop-match nil)) | 4904 | (setq cfd-prop-match nil)) |
| 4905 | 4905 | ||
| 4906 | (when (/= cfd-macro-end 0) | 4906 | (when (/= cfd-macro-end 0) |
| 4907 | ;; Restore limits if we did macro narrowment above. | 4907 | ;; Restore limits if we did macro narrowing above. |
| 4908 | (narrow-to-region (point-min) cfd-buffer-end))) | 4908 | (narrow-to-region (point-min) cfd-buffer-end))) |
| 4909 | 4909 | ||
| 4910 | (goto-char cfd-continue-pos) | 4910 | (goto-char cfd-continue-pos) |
| @@ -7100,7 +7100,7 @@ comment at the start of cc-engine.el for more info." | |||
| 7100 | ;; colon). Currently (2006-03), this applies only to Objective C's | 7100 | ;; colon). Currently (2006-03), this applies only to Objective C's |
| 7101 | ;; keywords "@private", "@protected", and "@public". Returns t. | 7101 | ;; keywords "@private", "@protected", and "@public". Returns t. |
| 7102 | ;; | 7102 | ;; |
| 7103 | ;; One of the things which will NOT be recognised as a label is a bit-field | 7103 | ;; One of the things which will NOT be recognized as a label is a bit-field |
| 7104 | ;; element of a struct, something like "int foo:5". | 7104 | ;; element of a struct, something like "int foo:5". |
| 7105 | ;; | 7105 | ;; |
| 7106 | ;; The end of the label is taken to be just after the colon, or the end of | 7106 | ;; The end of the label is taken to be just after the colon, or the end of |
| @@ -9582,7 +9582,7 @@ comment at the start of cc-engine.el for more info." | |||
| 9582 | (c-add-syntax 'inher-cont (c-point 'boi))) | 9582 | (c-add-syntax 'inher-cont (c-point 'boi))) |
| 9583 | 9583 | ||
| 9584 | ;; CASE 5D.5: Continuation of the "expression part" of a | 9584 | ;; CASE 5D.5: Continuation of the "expression part" of a |
| 9585 | ;; top level construct. Or, perhaps, an unrecognised construct. | 9585 | ;; top level construct. Or, perhaps, an unrecognized construct. |
| 9586 | (t | 9586 | (t |
| 9587 | (while (and (setq placeholder (point)) | 9587 | (while (and (setq placeholder (point)) |
| 9588 | (eq (car (c-beginning-of-decl-1 containing-sexp)) | 9588 | (eq (car (c-beginning-of-decl-1 containing-sexp)) |
| @@ -9593,7 +9593,7 @@ comment at the start of cc-engine.el for more info." | |||
| 9593 | (< (point) placeholder))) | 9593 | (< (point) placeholder))) |
| 9594 | (c-add-stmt-syntax | 9594 | (c-add-stmt-syntax |
| 9595 | (cond | 9595 | (cond |
| 9596 | ((eq (point) placeholder) 'statement) ; unrecognised construct | 9596 | ((eq (point) placeholder) 'statement) ; unrecognized construct |
| 9597 | ;; A preceding comma at the top level means that a | 9597 | ;; A preceding comma at the top level means that a |
| 9598 | ;; new variable declaration starts here. Use | 9598 | ;; new variable declaration starts here. Use |
| 9599 | ;; topmost-intro-cont for it, for consistency with | 9599 | ;; topmost-intro-cont for it, for consistency with |
diff --git a/lisp/progmodes/cc-fonts.el b/lisp/progmodes/cc-fonts.el index fa94af071f7..a31de35f3ba 100644 --- a/lisp/progmodes/cc-fonts.el +++ b/lisp/progmodes/cc-fonts.el | |||
| @@ -1040,7 +1040,7 @@ casts and declarations are fontified. Used on level 2 and higher." | |||
| 1040 | ;; Inside the following "condition form", we move forward over the | 1040 | ;; Inside the following "condition form", we move forward over the |
| 1041 | ;; declarator's identifier up as far as any opening bracket (for array | 1041 | ;; declarator's identifier up as far as any opening bracket (for array |
| 1042 | ;; size) or paren (for parameters of function-type) or brace (for | 1042 | ;; size) or paren (for parameters of function-type) or brace (for |
| 1043 | ;; array/struct initialisation) or "=" or terminating delimiter | 1043 | ;; array/struct initialization) or "=" or terminating delimiter |
| 1044 | ;; (e.g. "," or ";" or "}"). | 1044 | ;; (e.g. "," or ";" or "}"). |
| 1045 | (and | 1045 | (and |
| 1046 | pos | 1046 | pos |
diff --git a/lisp/progmodes/cc-langs.el b/lisp/progmodes/cc-langs.el index e1fb69c30c8..76dfb3c7a28 100644 --- a/lisp/progmodes/cc-langs.el +++ b/lisp/progmodes/cc-langs.el | |||
| @@ -772,7 +772,7 @@ literal are multiline." | |||
| 772 | "Regexp matching the prefix of a cpp directive in the languages that | 772 | "Regexp matching the prefix of a cpp directive in the languages that |
| 773 | normally use that macro preprocessor. Tested at bol or at boi. | 773 | normally use that macro preprocessor. Tested at bol or at boi. |
| 774 | Assumed to not contain any submatches or \\| operators." | 774 | Assumed to not contain any submatches or \\| operators." |
| 775 | ;; TODO (ACM, 2005-04-01). Amend the following to recognise escaped NLs; | 775 | ;; TODO (ACM, 2005-04-01). Amend the following to recognize escaped NLs; |
| 776 | ;; amend all uses of c-opt-cpp-prefix which count regexp-depth. | 776 | ;; amend all uses of c-opt-cpp-prefix which count regexp-depth. |
| 777 | t "\\s *#\\s *" | 777 | t "\\s *#\\s *" |
| 778 | (java awk) nil) | 778 | (java awk) nil) |
| @@ -1520,7 +1520,7 @@ properly." | |||
| 1520 | ;; end-of-defun-function will be set so that commands like | 1520 | ;; end-of-defun-function will be set so that commands like |
| 1521 | ;; `mark-defun' and `narrow-to-defun' work right. The key sequences | 1521 | ;; `mark-defun' and `narrow-to-defun' work right. The key sequences |
| 1522 | ;; C-M-a and C-M-e are, however, bound directly to the CC Mode | 1522 | ;; C-M-a and C-M-e are, however, bound directly to the CC Mode |
| 1523 | ;; functions, allowing optimisation for large n. | 1523 | ;; functions, allowing optimization for large n. |
| 1524 | (c-lang-defconst beginning-of-defun-function | 1524 | (c-lang-defconst beginning-of-defun-function |
| 1525 | "Function to which beginning-of-defun-function will be set." | 1525 | "Function to which beginning-of-defun-function will be set." |
| 1526 | t 'c-beginning-of-defun | 1526 | t 'c-beginning-of-defun |
| @@ -2530,7 +2530,7 @@ Note that Java specific rules are currently applied to tell this from | |||
| 2530 | "\\.?[0-9]" | 2530 | "\\.?[0-9]" |
| 2531 | 2531 | ||
| 2532 | "\\|" | 2532 | "\\|" |
| 2533 | ;; The nonambiguous operators from `prefix-ops'. | 2533 | ;; The unambiguous operators from `prefix-ops'. |
| 2534 | (c-make-keywords-re nil | 2534 | (c-make-keywords-re nil |
| 2535 | (set-difference nonkeyword-prefix-ops in-or-postfix-ops | 2535 | (set-difference nonkeyword-prefix-ops in-or-postfix-ops |
| 2536 | :test 'string-equal)) | 2536 | :test 'string-equal)) |
| @@ -2681,7 +2681,7 @@ possible for good performance." | |||
| 2681 | pos (match-end 0))) | 2681 | pos (match-end 0))) |
| 2682 | res)))) | 2682 | res)))) |
| 2683 | 2683 | ||
| 2684 | ;; Allow cpp operatios (where applicable). | 2684 | ;; Allow cpp operations (where applicable). |
| 2685 | t (if (c-lang-const c-opt-cpp-prefix) | 2685 | t (if (c-lang-const c-opt-cpp-prefix) |
| 2686 | (set-difference (c-lang-const c-block-prefix-disallowed-chars) | 2686 | (set-difference (c-lang-const c-block-prefix-disallowed-chars) |
| 2687 | '(?#)) | 2687 | '(?#)) |
diff --git a/lisp/progmodes/cc-menus.el b/lisp/progmodes/cc-menus.el index 4e9350de425..942303b1096 100644 --- a/lisp/progmodes/cc-menus.el +++ b/lisp/progmodes/cc-menus.el | |||
| @@ -66,7 +66,7 @@ A sample value might look like: `\\(_P\\|_PROTO\\)'.") | |||
| 66 | (defvar cc-imenu-c++-generic-expression | 66 | (defvar cc-imenu-c++-generic-expression |
| 67 | `( | 67 | `( |
| 68 | ;; Try to match ::operator definitions first. Otherwise `X::operator new ()' | 68 | ;; Try to match ::operator definitions first. Otherwise `X::operator new ()' |
| 69 | ;; will be incorrectly recognised as function `new ()' because the regexps | 69 | ;; will be incorrectly recognized as function `new ()' because the regexps |
| 70 | ;; work by backtracking from the end of the definition. | 70 | ;; work by backtracking from the end of the definition. |
| 71 | (nil | 71 | (nil |
| 72 | ,(concat | 72 | ,(concat |
diff --git a/lisp/progmodes/cc-mode.el b/lisp/progmodes/cc-mode.el index 141cd6f972c..cc5a5236255 100644 --- a/lisp/progmodes/cc-mode.el +++ b/lisp/progmodes/cc-mode.el | |||
| @@ -293,7 +293,7 @@ control). See \"cc-mode.el\" for more info." | |||
| 293 | ;; replaces `fill-paragraph' and does the adaption before calling | 293 | ;; replaces `fill-paragraph' and does the adaption before calling |
| 294 | ;; `fill-paragraph-function', and we have to mask comments etc | 294 | ;; `fill-paragraph-function', and we have to mask comments etc |
| 295 | ;; before that. Also, `c-fill-paragraph' chains on to | 295 | ;; before that. Also, `c-fill-paragraph' chains on to |
| 296 | ;; `fill-paragraph' and the value on `fill-parapgraph-function' to | 296 | ;; `fill-paragraph' and the value on `fill-paragraph-function' to |
| 297 | ;; do the actual filling work. | 297 | ;; do the actual filling work. |
| 298 | (substitute-key-definition 'fill-paragraph 'c-fill-paragraph | 298 | (substitute-key-definition 'fill-paragraph 'c-fill-paragraph |
| 299 | c-mode-base-map global-map) | 299 | c-mode-base-map global-map) |
| @@ -505,7 +505,7 @@ that requires a literal mode spec at compile time." | |||
| 505 | ;; doesn't work with filladapt but it's better than nothing. | 505 | ;; doesn't work with filladapt but it's better than nothing. |
| 506 | (set (make-local-variable 'fill-paragraph-function) 'c-fill-paragraph) | 506 | (set (make-local-variable 'fill-paragraph-function) 'c-fill-paragraph) |
| 507 | 507 | ||
| 508 | ;; Initialise the cache of brace pairs, and opening braces/brackets/parens. | 508 | ;; Initialize the cache of brace pairs, and opening braces/brackets/parens. |
| 509 | (c-state-cache-init) | 509 | (c-state-cache-init) |
| 510 | 510 | ||
| 511 | (when (or c-recognize-<>-arglists | 511 | (when (or c-recognize-<>-arglists |
diff --git a/lisp/progmodes/etags.el b/lisp/progmodes/etags.el index 13cba0fe701..2d0b18f3dae 100644 --- a/lisp/progmodes/etags.el +++ b/lisp/progmodes/etags.el | |||
| @@ -1191,7 +1191,7 @@ error message." | |||
| 1191 | ;; Note: there is a small inefficiency in find-buffer-visiting : | 1191 | ;; Note: there is a small inefficiency in find-buffer-visiting : |
| 1192 | ;; truename is computed even if not needed. Not too sure about this | 1192 | ;; truename is computed even if not needed. Not too sure about this |
| 1193 | ;; but I suspect truename computation accesses the disk. | 1193 | ;; but I suspect truename computation accesses the disk. |
| 1194 | ;; It is maybe a good idea to optimise this find-buffer-visiting. | 1194 | ;; It is maybe a good idea to optimize this find-buffer-visiting. |
| 1195 | ;; An alternative would be to use only get-file-buffer | 1195 | ;; An alternative would be to use only get-file-buffer |
| 1196 | ;; but this looks less "sure" to find the buffer for the file. | 1196 | ;; but this looks less "sure" to find the buffer for the file. |
| 1197 | (while (and (not the-buffer) buffer-search-extensions) | 1197 | (while (and (not the-buffer) buffer-search-extensions) |
diff --git a/lisp/progmodes/gdb-mi.el b/lisp/progmodes/gdb-mi.el index 7d31fb63e91..a3ca87ec94a 100644 --- a/lisp/progmodes/gdb-mi.el +++ b/lisp/progmodes/gdb-mi.el | |||
| @@ -823,7 +823,7 @@ detailed description of this mode. | |||
| 823 | (run-hooks 'gdb-mode-hook)) | 823 | (run-hooks 'gdb-mode-hook)) |
| 824 | 824 | ||
| 825 | (defun gdb-init-1 () | 825 | (defun gdb-init-1 () |
| 826 | ;; (re-)initialise | 826 | ;; (re-)initialize |
| 827 | (setq gdb-selected-frame nil | 827 | (setq gdb-selected-frame nil |
| 828 | gdb-frame-number nil | 828 | gdb-frame-number nil |
| 829 | gdb-thread-number nil | 829 | gdb-thread-number nil |
diff --git a/lisp/progmodes/gud.el b/lisp/progmodes/gud.el index 3f16b3655b8..527bc51eef8 100644 --- a/lisp/progmodes/gud.el +++ b/lisp/progmodes/gud.el | |||
| @@ -1168,7 +1168,7 @@ containing the executable being debugged." | |||
| 1168 | ;; appears to indicate a breakpoint. Then we prod the dbx sub-process | 1168 | ;; appears to indicate a breakpoint. Then we prod the dbx sub-process |
| 1169 | ;; to output the information we want with a combination of the | 1169 | ;; to output the information we want with a combination of the |
| 1170 | ;; `printf' and `file' commands as a pseudo marker which we can | 1170 | ;; `printf' and `file' commands as a pseudo marker which we can |
| 1171 | ;; recognise next time through the marker-filter. This would be like | 1171 | ;; recognize next time through the marker-filter. This would be like |
| 1172 | ;; the gdb marker but you can't get the file name without a newline... | 1172 | ;; the gdb marker but you can't get the file name without a newline... |
| 1173 | ;; Note that gud-remove won't work since Irix dbx expects a breakpoint | 1173 | ;; Note that gud-remove won't work since Irix dbx expects a breakpoint |
| 1174 | ;; number rather than a line number etc. Maybe this could be made to | 1174 | ;; number rather than a line number etc. Maybe this could be made to |
| @@ -1689,7 +1689,7 @@ and source-file directory for your debugger." | |||
| 1689 | ;; Run jdb (like this): jdb | 1689 | ;; Run jdb (like this): jdb |
| 1690 | ;; | 1690 | ;; |
| 1691 | ;; type any jdb switches followed by the name of the class you'd like to debug. | 1691 | ;; type any jdb switches followed by the name of the class you'd like to debug. |
| 1692 | ;; Supply a fully qualfied classname (these do not have the ".class" extension) | 1692 | ;; Supply a fully qualified classname (these don't have the ".class" extension) |
| 1693 | ;; for the name of the class to debug (e.g. "COM.the-kind.ddavies.CoolClass"). | 1693 | ;; for the name of the class to debug (e.g. "COM.the-kind.ddavies.CoolClass"). |
| 1694 | ;; See the known problems section below for restrictions when specifying jdb | 1694 | ;; See the known problems section below for restrictions when specifying jdb |
| 1695 | ;; command line switches (search forward for '-classpath'). | 1695 | ;; command line switches (search forward for '-classpath'). |
diff --git a/lisp/progmodes/idlw-help.el b/lisp/progmodes/idlw-help.el index 8155198e3d7..0266fc17f9c 100644 --- a/lisp/progmodes/idlw-help.el +++ b/lisp/progmodes/idlw-help.el | |||
| @@ -986,7 +986,7 @@ describes the correct routine - even if the keyword description cannot | |||
| 986 | be found. TYPE is ignored. | 986 | be found. TYPE is ignored. |
| 987 | 987 | ||
| 988 | This function expects a more or less standard routine header. In | 988 | This function expects a more or less standard routine header. In |
| 989 | particlar it looks for the `NAME:' tag, either with a colon, or alone | 989 | particular it looks for the `NAME:' tag, either with a colon, or alone |
| 990 | on a line. Then `NAME:' must be followed by the routine name on the | 990 | on a line. Then `NAME:' must be followed by the routine name on the |
| 991 | same or the next line. When KEYWORD is non-nil, looks first for a | 991 | same or the next line. When KEYWORD is non-nil, looks first for a |
| 992 | `KEYWORDS' section. It is amazing how inconsistent this is through | 992 | `KEYWORDS' section. It is amazing how inconsistent this is through |
diff --git a/lisp/progmodes/inf-lisp.el b/lisp/progmodes/inf-lisp.el index 636766b36e7..1328e303d45 100644 --- a/lisp/progmodes/inf-lisp.el +++ b/lisp/progmodes/inf-lisp.el | |||
| @@ -598,7 +598,7 @@ See variable `lisp-describe-sym-command'." | |||
| 598 | (error "No Lisp subprocess; see variable `inferior-lisp-buffer'")))) | 598 | (error "No Lisp subprocess; see variable `inferior-lisp-buffer'")))) |
| 599 | 599 | ||
| 600 | 600 | ||
| 601 | ;;; Do the user's customisation... | 601 | ;;; Do the user's customization... |
| 602 | ;;;=============================== | 602 | ;;;=============================== |
| 603 | (defvar inferior-lisp-load-hook nil | 603 | (defvar inferior-lisp-load-hook nil |
| 604 | "This hook is run when the library `inf-lisp' is loaded.") | 604 | "This hook is run when the library `inf-lisp' is loaded.") |
diff --git a/lisp/progmodes/prolog.el b/lisp/progmodes/prolog.el index ef0905bb2a8..8b4798e1c14 100644 --- a/lisp/progmodes/prolog.el +++ b/lisp/progmodes/prolog.el | |||
| @@ -169,7 +169,7 @@ | |||
| 169 | ;; package requirements. | 169 | ;; package requirements. |
| 170 | ;; Version 1.13: | 170 | ;; Version 1.13: |
| 171 | ;; o Removed the use of `map-char-table' in `prolog-build-case-strings' | 171 | ;; o Removed the use of `map-char-table' in `prolog-build-case-strings' |
| 172 | ;; which appears to cause prblems in (at least) Emacs 23.0.0.1. | 172 | ;; which appears to cause problems in (at least) Emacs 23.0.0.1. |
| 173 | ;; o Added if-then-else indentation + corresponding electric | 173 | ;; o Added if-then-else indentation + corresponding electric |
| 174 | ;; characters. New customization: `prolog-electric-if-then-else-flag' | 174 | ;; characters. New customization: `prolog-electric-if-then-else-flag' |
| 175 | ;; o Align support (requires `align'). New customization: | 175 | ;; o Align support (requires `align'). New customization: |
| @@ -391,7 +391,7 @@ Otherwise indent to `prolog-indent-width'." | |||
| 391 | 391 | ||
| 392 | (defcustom prolog-left-indent-regexp "\\(;\\|\\*?->\\)" | 392 | (defcustom prolog-left-indent-regexp "\\(;\\|\\*?->\\)" |
| 393 | "*Regexp for character sequences after which next line is indented. | 393 | "*Regexp for character sequences after which next line is indented. |
| 394 | Next line after such a regexp is indented to the opening paranthesis level." | 394 | Next line after such a regexp is indented to the opening parenthesis level." |
| 395 | :group 'prolog-indentation | 395 | :group 'prolog-indentation |
| 396 | :type 'regexp) | 396 | :type 'regexp) |
| 397 | 397 | ||
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index a0a368777e7..6bc4db60596 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -1122,7 +1122,7 @@ don't move and return nil. Otherwise return t." | |||
| 1122 | 1122 | ||
| 1123 | ;;;; Imenu. | 1123 | ;;;; Imenu. |
| 1124 | 1124 | ||
| 1125 | ;; For possibily speeding this up, here's the top of the ELP profile | 1125 | ;; For possibly speeding this up, here's the top of the ELP profile |
| 1126 | ;; for rescanning pydoc.py (2.2k lines, 90kb): | 1126 | ;; for rescanning pydoc.py (2.2k lines, 90kb): |
| 1127 | ;; Function Name Call Count Elapsed Time Average Time | 1127 | ;; Function Name Call Count Elapsed Time Average Time |
| 1128 | ;; ==================================== ========== ============= ============ | 1128 | ;; ==================================== ========== ============= ============ |
diff --git a/lisp/progmodes/vhdl-mode.el b/lisp/progmodes/vhdl-mode.el index cd2d45b7856..3a94601768d 100644 --- a/lisp/progmodes/vhdl-mode.el +++ b/lisp/progmodes/vhdl-mode.el | |||
| @@ -16857,7 +16857,7 @@ User Options | |||
| 16857 | `vhdl-configuration-file-name': (new) | 16857 | `vhdl-configuration-file-name': (new) |
| 16858 | Specify how the configuration file name is obtained. | 16858 | Specify how the configuration file name is obtained. |
| 16859 | `vhdl-compose-configuration-name': (new) | 16859 | `vhdl-compose-configuration-name': (new) |
| 16860 | Specify how the configuration name is optained. | 16860 | Specify how the configuration name is obtained. |
| 16861 | `vhdl-compose-configuration-create-file': (new) | 16861 | `vhdl-compose-configuration-create-file': (new) |
| 16862 | Specify whether a new file should be created for a configuration. | 16862 | Specify whether a new file should be created for a configuration. |
| 16863 | `vhdl-compose-configuration-hierarchical': (new) | 16863 | `vhdl-compose-configuration-hierarchical': (new) |
diff --git a/lisp/ps-mule.el b/lisp/ps-mule.el index c0e4d68107b..65cdb600d74 100644 --- a/lisp/ps-mule.el +++ b/lisp/ps-mule.el | |||
| @@ -1010,7 +1010,7 @@ the sequence." | |||
| 1010 | ps-mule-external-libraries)) | 1010 | ps-mule-external-libraries)) |
| 1011 | 1011 | ||
| 1012 | (defun ps-mule-encode-header-string (string fonttag) | 1012 | (defun ps-mule-encode-header-string (string fonttag) |
| 1013 | "Generate PostScript code for ploting STRING by font FONTTAG. | 1013 | "Generate PostScript code for plotting STRING by font FONTTAG. |
| 1014 | FONTTAG should be a string \"/h0\", \"/h1\", \"/L0\", or \"/H0\". | 1014 | FONTTAG should be a string \"/h0\", \"/h1\", \"/L0\", or \"/H0\". |
| 1015 | Any other value is treated as \"/H0\"." | 1015 | Any other value is treated as \"/H0\"." |
| 1016 | (with-temp-buffer | 1016 | (with-temp-buffer |
diff --git a/lisp/repeat.el b/lisp/repeat.el index 8bab8691b4f..8ddc8d41429 100644 --- a/lisp/repeat.el +++ b/lisp/repeat.el | |||
| @@ -26,7 +26,7 @@ | |||
| 26 | 26 | ||
| 27 | ;; Sometimes the fastest way to get something done is just to lean on a key; | 27 | ;; Sometimes the fastest way to get something done is just to lean on a key; |
| 28 | ;; moving forward through a series of words by leaning on M-f is an example. | 28 | ;; moving forward through a series of words by leaning on M-f is an example. |
| 29 | ;; But 'forward-page is orthodoxily bound to C-x ], so moving forward through | 29 | ;; But 'forward-page is orthodoxly bound to C-x ], so moving forward through |
| 30 | ;; several pages requires | 30 | ;; several pages requires |
| 31 | ;; Loop until desired page is reached: | 31 | ;; Loop until desired page is reached: |
| 32 | ;; Hold down control key with left pinkie. | 32 | ;; Hold down control key with left pinkie. |
diff --git a/lisp/replace.el b/lisp/replace.el index bf6425f4099..4ea3f747caa 100644 --- a/lisp/replace.el +++ b/lisp/replace.el | |||
| @@ -1225,7 +1225,7 @@ See also `multi-occur'." | |||
| 1225 | 1225 | ||
| 1226 | (with-current-buffer occur-buf | 1226 | (with-current-buffer occur-buf |
| 1227 | (if (stringp nlines) | 1227 | (if (stringp nlines) |
| 1228 | (fundamental-mode) ;; This is for collect opeartion. | 1228 | (fundamental-mode) ;; This is for collect operation. |
| 1229 | (occur-mode)) | 1229 | (occur-mode)) |
| 1230 | (let ((inhibit-read-only t) | 1230 | (let ((inhibit-read-only t) |
| 1231 | ;; Don't generate undo entries for creation of the initial contents. | 1231 | ;; Don't generate undo entries for creation of the initial contents. |
diff --git a/lisp/ses.el b/lisp/ses.el index c71c603726c..cdc58e12d00 100644 --- a/lisp/ses.el +++ b/lisp/ses.el | |||
| @@ -1315,7 +1315,7 @@ Newlines in the data are escaped." | |||
| 1315 | (setq formula (cadr formula))) | 1315 | (setq formula (cadr formula))) |
| 1316 | (if (eq (car-safe printer) 'ses-safe-printer) | 1316 | (if (eq (car-safe printer) 'ses-safe-printer) |
| 1317 | (setq printer (cadr printer))) | 1317 | (setq printer (cadr printer))) |
| 1318 | ;; This is noticably faster than (format "%S %S %S %S %S") | 1318 | ;; This is noticeably faster than (format "%S %S %S %S %S") |
| 1319 | (setq text (concat "(ses-cell " | 1319 | (setq text (concat "(ses-cell " |
| 1320 | (symbol-name sym) | 1320 | (symbol-name sym) |
| 1321 | " " | 1321 | " " |
| @@ -2720,7 +2720,7 @@ When inserting cells, the formulas are usually relocated to keep the same | |||
| 2720 | relative references to neighboring cells. This is best if the formulas | 2720 | relative references to neighboring cells. This is best if the formulas |
| 2721 | generally refer to other cells within the yanked text. You can use the C-u | 2721 | generally refer to other cells within the yanked text. You can use the C-u |
| 2722 | prefix to specify insertion without relocation, which is best when the | 2722 | prefix to specify insertion without relocation, which is best when the |
| 2723 | formulas refer to cells outsite the yanked text. | 2723 | formulas refer to cells outside the yanked text. |
| 2724 | 2724 | ||
| 2725 | When inserting formulas, the text is treated as a string constant if it doesn't | 2725 | When inserting formulas, the text is treated as a string constant if it doesn't |
| 2726 | make sense as a sexp or would otherwise be considered a symbol. Use 'sym to | 2726 | make sense as a sexp or would otherwise be considered a symbol. Use 'sym to |
diff --git a/lisp/shell.el b/lisp/shell.el index 31c5729b83a..47119e6769c 100644 --- a/lisp/shell.el +++ b/lisp/shell.el | |||
| @@ -89,7 +89,7 @@ | |||
| 89 | ;; comint-strip-ctrl-m Remove trailing ^Ms from output | 89 | ;; comint-strip-ctrl-m Remove trailing ^Ms from output |
| 90 | ;; | 90 | ;; |
| 91 | ;; The shell mode hook is shell-mode-hook | 91 | ;; The shell mode hook is shell-mode-hook |
| 92 | ;; comint-prompt-regexp is initialised to shell-prompt-pattern, for backwards | 92 | ;; comint-prompt-regexp is initialized to shell-prompt-pattern, for backwards |
| 93 | ;; compatibility. | 93 | ;; compatibility. |
| 94 | 94 | ||
| 95 | ;; Read the rest of this file for more information. | 95 | ;; Read the rest of this file for more information. |
diff --git a/lisp/speedbar.el b/lisp/speedbar.el index 8fd1bc306e8..30642e8f2f7 100644 --- a/lisp/speedbar.el +++ b/lisp/speedbar.el | |||
| @@ -471,7 +471,7 @@ Possible values are: | |||
| 471 | 'trim - trim large directories to only show the last few. | 471 | 'trim - trim large directories to only show the last few. |
| 472 | nil - no trimming." | 472 | nil - no trimming." |
| 473 | :group 'speedbar | 473 | :group 'speedbar |
| 474 | :type '(radio (const :tag "Span large directories over mutiple lines." | 474 | :type '(radio (const :tag "Span large directories over multiple lines." |
| 475 | span) | 475 | span) |
| 476 | (const :tag "Trim large directories to only show the last few." | 476 | (const :tag "Trim large directories to only show the last few." |
| 477 | trim) | 477 | trim) |
diff --git a/lisp/term.el b/lisp/term.el index e1638aecc76..dc5ae29ffd2 100644 --- a/lisp/term.el +++ b/lisp/term.el | |||
| @@ -2122,7 +2122,7 @@ If this takes us past the end of the current line, don't skip at all." | |||
| 2122 | "Is point after the process output marker?" | 2122 | "Is point after the process output marker?" |
| 2123 | ;; Since output could come into the buffer after we looked at the point | 2123 | ;; Since output could come into the buffer after we looked at the point |
| 2124 | ;; but before we looked at the process marker's value, we explicitly | 2124 | ;; but before we looked at the process marker's value, we explicitly |
| 2125 | ;; serialise. This is just because I don't know whether or not Emacs | 2125 | ;; serialize. This is just because I don't know whether or not Emacs |
| 2126 | ;; services input during execution of lisp commands. | 2126 | ;; services input during execution of lisp commands. |
| 2127 | (let ((proc-pos (marker-position | 2127 | (let ((proc-pos (marker-position |
| 2128 | (process-mark (get-buffer-process (current-buffer)))))) | 2128 | (process-mark (get-buffer-process (current-buffer)))))) |
| @@ -3890,7 +3890,7 @@ if KIND is 1, erase from home to point; else erase from home to point-max." | |||
| 3890 | (goto-char (point-max)) | 3890 | (goto-char (point-max)) |
| 3891 | (recenter -1)) | 3891 | (recenter -1)) |
| 3892 | 3892 | ||
| 3893 | ;;; Do the user's customisation... | 3893 | ;;; Do the user's customization... |
| 3894 | 3894 | ||
| 3895 | (defvar term-load-hook nil | 3895 | (defvar term-load-hook nil |
| 3896 | "This hook is run when term is loaded in. | 3896 | "This hook is run when term is loaded in. |
diff --git a/lisp/textmodes/bibtex.el b/lisp/textmodes/bibtex.el index 4459ac10098..c9b1c44eb91 100644 --- a/lisp/textmodes/bibtex.el +++ b/lisp/textmodes/bibtex.el | |||
| @@ -3595,7 +3595,7 @@ If optional arg CONTENT is non-nil extract content of text fields." | |||
| 3595 | (defun bibtex-autofill-entry () | 3595 | (defun bibtex-autofill-entry () |
| 3596 | "Try to fill fields of current BibTeX entry based on neighboring entries. | 3596 | "Try to fill fields of current BibTeX entry based on neighboring entries. |
| 3597 | The current entry must have a key. Determine the neighboring entry | 3597 | The current entry must have a key. Determine the neighboring entry |
| 3598 | \(previouse or next\) whose key is more similar to the key of the current | 3598 | \(previous or next\) whose key is more similar to the key of the current |
| 3599 | entry. For all empty fields of the current entry insert the corresponding | 3599 | entry. For all empty fields of the current entry insert the corresponding |
| 3600 | field contents of the neighboring entry. Finally try to update the text | 3600 | field contents of the neighboring entry. Finally try to update the text |
| 3601 | based on the difference between the keys of the neighboring and the current | 3601 | based on the difference between the keys of the neighboring and the current |
diff --git a/lisp/textmodes/conf-mode.el b/lisp/textmodes/conf-mode.el index 5cc5ba45e13..1127e6a5d20 100644 --- a/lisp/textmodes/conf-mode.el +++ b/lisp/textmodes/conf-mode.el | |||
| @@ -155,7 +155,7 @@ not align (only setting space according to `conf-assignment-space')." | |||
| 155 | (modify-syntax-entry ?/ ". 124" table) | 155 | (modify-syntax-entry ?/ ". 124" table) |
| 156 | (modify-syntax-entry ?* ". 23b" table) | 156 | (modify-syntax-entry ?* ". 23b" table) |
| 157 | table) | 157 | table) |
| 158 | "Syntax table in use in Java prperties buffers.") | 158 | "Syntax table in use in Java properties buffers.") |
| 159 | 159 | ||
| 160 | (defvar conf-ppd-mode-syntax-table | 160 | (defvar conf-ppd-mode-syntax-table |
| 161 | (let ((table (make-syntax-table conf-mode-syntax-table))) | 161 | (let ((table (make-syntax-table conf-mode-syntax-table))) |
diff --git a/lisp/textmodes/table.el b/lisp/textmodes/table.el index 08922445521..08a45b6b302 100644 --- a/lisp/textmodes/table.el +++ b/lisp/textmodes/table.el | |||
| @@ -5535,7 +5535,7 @@ When COORDINATE is omitted or nil the point in current buffer is assumed in plac | |||
| 5535 | table-cell-info-lu-coordinate)) | 5535 | table-cell-info-lu-coordinate)) |
| 5536 | 5536 | ||
| 5537 | (defun table--offset-coordinate (coordinate offset &optional negative) | 5537 | (defun table--offset-coordinate (coordinate offset &optional negative) |
| 5538 | "Return the offseted COORDINATE by OFFSET. | 5538 | "Return the offset COORDINATE by OFFSET. |
| 5539 | When optional NEGATIVE is non-nil offsetting direction is negative." | 5539 | When optional NEGATIVE is non-nil offsetting direction is negative." |
| 5540 | (cons (if negative (- (car coordinate) (car offset)) | 5540 | (cons (if negative (- (car coordinate) (car offset)) |
| 5541 | (+ (car coordinate) (car offset))) | 5541 | (+ (car coordinate) (car offset))) |
diff --git a/lisp/thumbs.el b/lisp/thumbs.el index 6ac8eddc9d6..dad4731122e 100644 --- a/lisp/thumbs.el +++ b/lisp/thumbs.el | |||
| @@ -92,7 +92,7 @@ When it reaches that size (in bytes), a warning is sent." | |||
| 92 | :group 'thumbs) | 92 | :group 'thumbs) |
| 93 | 93 | ||
| 94 | ;; Unfortunately Windows XP has a program called CONVERT.EXE in | 94 | ;; Unfortunately Windows XP has a program called CONVERT.EXE in |
| 95 | ;; C:/WINDOWS/SYSTEM32/ for partioning NTFS system. So Emacs | 95 | ;; C:/WINDOWS/SYSTEM32/ for partitioning NTFS systems. So Emacs |
| 96 | ;; can find the one in your ImageMagick directory, you need to | 96 | ;; can find the one in your ImageMagick directory, you need to |
| 97 | ;; customize this value to the absolute filename. | 97 | ;; customize this value to the absolute filename. |
| 98 | (defcustom thumbs-conversion-program | 98 | (defcustom thumbs-conversion-program |
diff --git a/lisp/url/url-dav.el b/lisp/url/url-dav.el index 9e29de0cbed..0e3713c9fcc 100644 --- a/lisp/url/url-dav.el +++ b/lisp/url/url-dav.el | |||
| @@ -417,7 +417,7 @@ XML document." | |||
| 417 | Automatically creates an XML request body if TAG is non-nil. | 417 | Automatically creates an XML request body if TAG is non-nil. |
| 418 | BODY is the XML document fragment to be enclosed by <TAG></TAG>. | 418 | BODY is the XML document fragment to be enclosed by <TAG></TAG>. |
| 419 | 419 | ||
| 420 | DEPTH is how deep the request should propogate. Default is 0, meaning | 420 | DEPTH is how deep the request should propagate. Default is 0, meaning |
| 421 | it should apply only to URL. A negative number means to use | 421 | it should apply only to URL. A negative number means to use |
| 422 | `Infinity' for the depth. Not all WebDAV servers support this depth | 422 | `Infinity' for the depth. Not all WebDAV servers support this depth |
| 423 | though. | 423 | though. |
diff --git a/lisp/vc/vc-arch.el b/lisp/vc/vc-arch.el index eeac55ac0f8..a20a49a4c39 100644 --- a/lisp/vc/vc-arch.el +++ b/lisp/vc/vc-arch.el | |||
| @@ -398,7 +398,7 @@ CALLBACK expects (ENTRIES &optional MORE-TO-COME); see | |||
| 398 | (with-temp-buffer | 398 | (with-temp-buffer |
| 399 | (insert-file-contents rej) | 399 | (insert-file-contents rej) |
| 400 | (goto-char (point-min)) | 400 | (goto-char (point-min)) |
| 401 | (looking-at "Conflicts occured, diff3 conflict markers left in file\\."))))) | 401 | (looking-at "Conflicts occurred, diff3 conflict markers left in file\\."))))) |
| 402 | 402 | ||
| 403 | (defun vc-arch-delete-rej-if-obsolete () | 403 | (defun vc-arch-delete-rej-if-obsolete () |
| 404 | "For use in `after-save-hook'." | 404 | "For use in `after-save-hook'." |
diff --git a/lisp/vc/vc-dir.el b/lisp/vc/vc-dir.el index 82eb8783a74..d4b631a1d1b 100644 --- a/lisp/vc/vc-dir.el +++ b/lisp/vc/vc-dir.el | |||
| @@ -1021,7 +1021,7 @@ specific headers." | |||
| 1021 | (lambda (info) | 1021 | (lambda (info) |
| 1022 | ;; The state for directory entries might | 1022 | ;; The state for directory entries might |
| 1023 | ;; have been changed to 'up-to-date, | 1023 | ;; have been changed to 'up-to-date, |
| 1024 | ;; reset it, othewise it will be removed when doing 'x' | 1024 | ;; reset it, otherwise it will be removed when doing 'x' |
| 1025 | ;; next time. | 1025 | ;; next time. |
| 1026 | ;; FIXME: There should be a more elegant way to do this. | 1026 | ;; FIXME: There should be a more elegant way to do this. |
| 1027 | (when (and (vc-dir-fileinfo->directory info) | 1027 | (when (and (vc-dir-fileinfo->directory info) |
diff --git a/lisp/window.el b/lisp/window.el index 4c77cb00025..477211672cf 100644 --- a/lisp/window.el +++ b/lisp/window.el | |||
| @@ -4950,7 +4950,7 @@ the list of recently selected ones." | |||
| 4950 | 4950 | ||
| 4951 | (defun read-buffer-to-switch (prompt) | 4951 | (defun read-buffer-to-switch (prompt) |
| 4952 | "Read the name of a buffer to switch to, prompting with PROMPT. | 4952 | "Read the name of a buffer to switch to, prompting with PROMPT. |
| 4953 | Return the neame of the buffer as a string. | 4953 | Return the name of the buffer as a string. |
| 4954 | 4954 | ||
| 4955 | This function is intended for the `switch-to-buffer' family of | 4955 | This function is intended for the `switch-to-buffer' family of |
| 4956 | commands since these need to omit the name of the current buffer | 4956 | commands since these need to omit the name of the current buffer |
diff --git a/lisp/woman.el b/lisp/woman.el index a16bfa39c86..243196a5302 100644 --- a/lisp/woman.el +++ b/lisp/woman.el | |||
| @@ -2558,7 +2558,7 @@ REQUEST is the invoking directive without the leading dot." | |||
| 2558 | ;; ((looking-at "[te]") (setq c nil)) ; reject t(roff) and e(ven page) | 2558 | ;; ((looking-at "[te]") (setq c nil)) ; reject t(roff) and e(ven page) |
| 2559 | ((looking-at "[ntoe]") | 2559 | ((looking-at "[ntoe]") |
| 2560 | (setq c (memq (following-char) woman-if-conditions-true))) | 2560 | (setq c (memq (following-char) woman-if-conditions-true))) |
| 2561 | ;; Unrecognised letter so reject: | 2561 | ;; Unrecognized letter so reject: |
| 2562 | ((looking-at "[A-Za-z]") (setq c nil) | 2562 | ((looking-at "[A-Za-z]") (setq c nil) |
| 2563 | (WoMan-warn "%s %s -- unrecognized condition name rejected!" | 2563 | (WoMan-warn "%s %s -- unrecognized condition name rejected!" |
| 2564 | request (match-string 0))) | 2564 | request (match-string 0))) |
| @@ -3697,7 +3697,7 @@ expression in parentheses. Leaves point after the value." | |||
| 3697 | (setq woman-request (match-string 1))))) | 3697 | (setq woman-request (match-string 1))))) |
| 3698 | ;; Delete request or macro name: | 3698 | ;; Delete request or macro name: |
| 3699 | (woman-delete-match 0)) | 3699 | (woman-delete-match 0)) |
| 3700 | ;; Unrecognised request: | 3700 | ;; Unrecognized request: |
| 3701 | ((prog1 nil | 3701 | ((prog1 nil |
| 3702 | ;; (WoMan-warn ".%s request ignored!" woman-request) | 3702 | ;; (WoMan-warn ".%s request ignored!" woman-request) |
| 3703 | (WoMan-warn-ignored woman-request "ignored!") | 3703 | (WoMan-warn-ignored woman-request "ignored!") |