diff options
| author | Stefan Kangas | 2022-12-01 16:36:09 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2022-12-01 16:36:09 +0100 |
| commit | 70ecdebc92c879af90f2d25a2b751d1cc4f3f80d (patch) | |
| tree | 27d9ebd0090f107cb4381b8155e08097c988a471 | |
| parent | a86ccb5f9dd4a5fe8e6af974d7f577e7b5d0a8d4 (diff) | |
| download | emacs-70ecdebc92c879af90f2d25a2b751d1cc4f3f80d.tar.gz emacs-70ecdebc92c879af90f2d25a2b751d1cc4f3f80d.zip | |
; Fix typos (don't abbreviate "with" or "without")
51 files changed, 108 insertions, 94 deletions
diff --git a/ChangeLog.2 b/ChangeLog.2 index 483dec25420..143be59c9e9 100644 --- a/ChangeLog.2 +++ b/ChangeLog.2 | |||
| @@ -23054,8 +23054,8 @@ | |||
| 23054 | 23054 | ||
| 23055 | Fix tests in file-notify-tests.el | 23055 | Fix tests in file-notify-tests.el |
| 23056 | * test/automated/file-notify-tests.el: Remove Tramp declarations. | 23056 | * test/automated/file-notify-tests.el: Remove Tramp declarations. |
| 23057 | (file-notify-test00-availability): Print remote command w/o Tramp | 23057 | (file-notify-test00-availability): Print remote command without |
| 23058 | internal functions. | 23058 | Tramp internal functions. |
| 23059 | (file-notify-test02-events, file-notify-test02-events-remote): | 23059 | (file-notify-test02-events, file-notify-test02-events-remote): |
| 23060 | Adapt docstring. | 23060 | Adapt docstring. |
| 23061 | (file-notify-test03-autorevert): Use `format-message' when | 23061 | (file-notify-test03-autorevert): Use `format-message' when |
diff --git a/ChangeLog.3 b/ChangeLog.3 index e7ad130d009..136a276b632 100644 --- a/ChangeLog.3 +++ b/ChangeLog.3 | |||
| @@ -32685,7 +32685,7 @@ | |||
| 32685 | * test/README: Mention $EMACS_TEST_DIRECTORY. | 32685 | * test/README: Mention $EMACS_TEST_DIRECTORY. |
| 32686 | 32686 | ||
| 32687 | * test/lisp/image-tests.el (image-tests--emacs-images-directory): | 32687 | * test/lisp/image-tests.el (image-tests--emacs-images-directory): |
| 32688 | Use `data-directory', for runs w/o of make. | 32688 | Use `data-directory', for runs without of make. |
| 32689 | (image-type/from-filename): Check for `image-load-path'. | 32689 | (image-type/from-filename): Check for `image-load-path'. |
| 32690 | 32690 | ||
| 32691 | 2021-03-16 Michael Albinus <michael.albinus@gmx.de> | 32691 | 2021-03-16 Michael Albinus <michael.albinus@gmx.de> |
| @@ -69072,7 +69072,7 @@ | |||
| 69072 | 69072 | ||
| 69073 | 2020-08-27 Tino Calancha <tino.calancha@gmail.com> | 69073 | 2020-08-27 Tino Calancha <tino.calancha@gmail.com> |
| 69074 | 69074 | ||
| 69075 | dired: Show broken/circular links w/ different face | 69075 | dired: Show broken/circular links with different face |
| 69076 | 69076 | ||
| 69077 | * lisp/dired.el (dired-broken-symlink): New face. | 69077 | * lisp/dired.el (dired-broken-symlink): New face. |
| 69078 | (dired-font-lock-keywords): | 69078 | (dired-font-lock-keywords): |
| @@ -143455,7 +143455,8 @@ | |||
| 143455 | 143455 | ||
| 143456 | 2018-12-28 Michael Albinus <michael.albinus@gmx.de> | 143456 | 2018-12-28 Michael Albinus <michael.albinus@gmx.de> |
| 143457 | 143457 | ||
| 143458 | * lisp/net/tramp-sh.el (tramp-set-remote-path): Handle platforms w/o getconf. | 143458 | * lisp/net/tramp-sh.el (tramp-set-remote-path): Handle platforms |
| 143459 | without getconf. | ||
| 143459 | 143460 | ||
| 143460 | 2018-12-27 Paul Eggert <eggert@cs.ucla.edu> | 143461 | 2018-12-27 Paul Eggert <eggert@cs.ucla.edu> |
| 143461 | 143462 | ||
| @@ -157203,7 +157204,7 @@ | |||
| 157203 | Fix file name completion in Tramp | 157204 | Fix file name completion in Tramp |
| 157204 | 157205 | ||
| 157205 | * lisp/net/tramp.el (tramp-handle-file-name-directory): Fix case | 157206 | * lisp/net/tramp.el (tramp-handle-file-name-directory): Fix case |
| 157206 | of localname starts w/o a slash. | 157207 | of localname starts without a slash. |
| 157207 | 157208 | ||
| 157208 | * test/lisp/net/tramp-tests.el (tramp-test06-directory-file-name): | 157209 | * test/lisp/net/tramp-tests.el (tramp-test06-directory-file-name): |
| 157209 | Extend test. | 157210 | Extend test. |
| @@ -177123,7 +177124,7 @@ | |||
| 177123 | Mention pcase as a fifth conditional form | 177124 | Mention pcase as a fifth conditional form |
| 177124 | 177125 | ||
| 177125 | * doc/lispref/control.texi (Conditionals): ...here, | 177126 | * doc/lispref/control.texi (Conditionals): ...here, |
| 177126 | in first para, w/ xref to "Pattern-Matching Conditional". | 177127 | in first para, with xref to "Pattern-Matching Conditional". |
| 177127 | 177128 | ||
| 177128 | 2018-05-27 Thien-Thi Nguyen <ttn@gnu.org> | 177129 | 2018-05-27 Thien-Thi Nguyen <ttn@gnu.org> |
| 177129 | 177130 | ||
| @@ -192390,7 +192391,7 @@ | |||
| 192390 | 192391 | ||
| 192391 | 2017-08-06 Tino Calancha <tino.calancha@gmail.com> | 192392 | 2017-08-06 Tino Calancha <tino.calancha@gmail.com> |
| 192392 | 192393 | ||
| 192393 | Dired w/ eshell-ls: Handle shell wildcards in file name | 192394 | Dired with eshell-ls: Handle shell wildcards in file name |
| 192394 | 192395 | ||
| 192395 | * lisp/eshell/em-ls.el (eshell-ls--insert-directory): | 192396 | * lisp/eshell/em-ls.el (eshell-ls--insert-directory): |
| 192396 | Use eshell-extended-glob (Bug#27844). | 192397 | Use eshell-extended-glob (Bug#27844). |
| @@ -192767,7 +192768,7 @@ | |||
| 192767 | 192768 | ||
| 192768 | 2017-08-01 Tino Calancha <tino.calancha@gmail.com> | 192769 | 2017-08-01 Tino Calancha <tino.calancha@gmail.com> |
| 192769 | 192770 | ||
| 192770 | Insert subdir content if dir-or-list is a string w/o wildcards | 192771 | Insert subdir content if dir-or-list is a string without wildcards |
| 192771 | 192772 | ||
| 192772 | * lisp/eshell/em-ls.el (eshell-ls--insert-directory): | 192773 | * lisp/eshell/em-ls.el (eshell-ls--insert-directory): |
| 192773 | Append '("-d") into 'eshell-ls-dired-initial-args' | 192774 | Append '("-d") into 'eshell-ls-dired-initial-args' |
| @@ -206236,7 +206237,7 @@ | |||
| 206236 | 206237 | ||
| 206237 | 2017-03-03 Rolf Ade <rolf@pointsman.de> (tiny change) | 206238 | 2017-03-03 Rolf Ade <rolf@pointsman.de> (tiny change) |
| 206238 | 206239 | ||
| 206239 | sql-mode w/ sqlite: In-memory database | 206240 | sql-mode with sqlite: In-memory database |
| 206240 | 206241 | ||
| 206241 | Enable the usage of an in-memory database. Prior to this, sql-mode w/ | 206242 | Enable the usage of an in-memory database. Prior to this, sql-mode w/ |
| 206242 | sqlite could only be used with file databases. | 206243 | sqlite could only be used with file databases. |
| @@ -211195,7 +211196,8 @@ | |||
| 211195 | 211196 | ||
| 211196 | 2017-01-03 Stefan Monnier <monnier@iro.umontreal.ca> | 211197 | 2017-01-03 Stefan Monnier <monnier@iro.umontreal.ca> |
| 211197 | 211198 | ||
| 211198 | (cl-defstruct): Improve error message for slots w/o value (bug#25312) | 211199 | (cl-defstruct): Improve error message for slots without value |
| 211200 | (bug#25312) | ||
| 211199 | 211201 | ||
| 211200 | * lisp/emacs-lisp/cl-macs.el (cl-defstruct): Don't signal an error but | 211202 | * lisp/emacs-lisp/cl-macs.el (cl-defstruct): Don't signal an error but |
| 211201 | emit a warning for those coders who forgot to put a default value in | 211203 | emit a warning for those coders who forgot to put a default value in |
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 10a1a18dd1c..60955fd3195 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi | |||
| @@ -5419,7 +5419,7 @@ before @code{height}. | |||
| 5419 | 5419 | ||
| 5420 | @c We put all the '@code{(when ...)}' on one line to encourage | 5420 | @c We put all the '@code{(when ...)}' on one line to encourage |
| 5421 | @c makeinfo's end-of-sentence heuristics to DTRT. Previously, the dot | 5421 | @c makeinfo's end-of-sentence heuristics to DTRT. Previously, the dot |
| 5422 | @c was at eol; the info file ended up w/ two spaces rendered after it. | 5422 | @c was at eol; the info file ended up with two spaces rendered after it. |
| 5423 | You can make any display specification conditional. To do that, | 5423 | You can make any display specification conditional. To do that, |
| 5424 | package it in another list of the form | 5424 | package it in another list of the form |
| 5425 | @code{(when @var{condition} . @var{spec})}. | 5425 | @code{(when @var{condition} . @var{spec})}. |
diff --git a/lib-src/ChangeLog.1 b/lib-src/ChangeLog.1 index 0829f50a56d..c5988072e99 100644 --- a/lib-src/ChangeLog.1 +++ b/lib-src/ChangeLog.1 | |||
| @@ -3661,7 +3661,7 @@ | |||
| 3661 | 2004-05-07 Thien-Thi Nguyen <ttn@gnu.org> | 3661 | 2004-05-07 Thien-Thi Nguyen <ttn@gnu.org> |
| 3662 | 3662 | ||
| 3663 | * b2m.c (GOOD, BAD): Delete macros. Throughout, | 3663 | * b2m.c (GOOD, BAD): Delete macros. Throughout, |
| 3664 | replace w/ `EXIT_SUCCESS' and `EXIT_FAILURE', respectively. | 3664 | replace with `EXIT_SUCCESS' and `EXIT_FAILURE', respectively. |
| 3665 | (main): Use `EXIT_SUCCESS' or `EXIT_FAILURE' for return value. | 3665 | (main): Use `EXIT_SUCCESS' or `EXIT_FAILURE' for return value. |
| 3666 | 3666 | ||
| 3667 | * etags.c: Likewise. | 3667 | * etags.c: Likewise. |
diff --git a/lisp/ChangeLog.10 b/lisp/ChangeLog.10 index de73fe7f0a2..7c080ea4961 100644 --- a/lisp/ChangeLog.10 +++ b/lisp/ChangeLog.10 | |||
| @@ -4788,7 +4788,7 @@ | |||
| 4788 | 2003-03-10 Thien-Thi Nguyen <ttn@gnu.org> | 4788 | 2003-03-10 Thien-Thi Nguyen <ttn@gnu.org> |
| 4789 | 4789 | ||
| 4790 | * progmodes/scheme.el (scheme-mode-syntax-table): | 4790 | * progmodes/scheme.el (scheme-mode-syntax-table): |
| 4791 | Construct w/o using `with-syntax-table'. | 4791 | Construct without using `with-syntax-table'. |
| 4792 | 4792 | ||
| 4793 | 2003-03-10 John Paul Wallington <jpw@gnu.org> | 4793 | 2003-03-10 John Paul Wallington <jpw@gnu.org> |
| 4794 | 4794 | ||
diff --git a/lisp/ChangeLog.11 b/lisp/ChangeLog.11 index 53a83c638c5..f16191e8b7b 100644 --- a/lisp/ChangeLog.11 +++ b/lisp/ChangeLog.11 | |||
| @@ -212,7 +212,7 @@ | |||
| 212 | 2004-12-27 Richard M. Stallman <rms@gnu.org> | 212 | 2004-12-27 Richard M. Stallman <rms@gnu.org> |
| 213 | 213 | ||
| 214 | * files.el (buffer-save-without-query): New var (buffer-local). | 214 | * files.el (buffer-save-without-query): New var (buffer-local). |
| 215 | (save-some-buffers): Save those buffers first, w/o asking. | 215 | (save-some-buffers): Save those buffers first, without asking. |
| 216 | 216 | ||
| 217 | * files.el (insert-directory-ls-version): New variable. | 217 | * files.el (insert-directory-ls-version): New variable. |
| 218 | (insert-directory): When ls returns an error, test the version | 218 | (insert-directory): When ls returns an error, test the version |
| @@ -491,7 +491,7 @@ | |||
| 491 | instead of `direction'. Update callers. When `del-count' is | 491 | instead of `direction'. Update callers. When `del-count' is |
| 492 | non-nil, delete that many characters, otherwise `count' characters | 492 | non-nil, delete that many characters, otherwise `count' characters |
| 493 | backwards. Insert the newly-replaced string `count' times. | 493 | backwards. Insert the newly-replaced string `count' times. |
| 494 | (zone-fret): Handle chars w/ width greater than one. | 494 | (zone-fret): Handle chars with width greater than one. |
| 495 | (zone-fall-through-ws): No longer take window width `ww'. | 495 | (zone-fall-through-ws): No longer take window width `ww'. |
| 496 | Update callers. Add handling for `char-width' greater than one. | 496 | Update callers. Add handling for `char-width' greater than one. |
| 497 | (zone-pgm-drip): Update var holding window-end position every cycle. | 497 | (zone-pgm-drip): Update var holding window-end position every cycle. |
| @@ -3584,7 +3584,8 @@ | |||
| 3584 | * startup.el (fancy-splash-tail, normal-splash-screen): | 3584 | * startup.el (fancy-splash-tail, normal-splash-screen): |
| 3585 | Update copyright year. | 3585 | Update copyright year. |
| 3586 | 3586 | ||
| 3587 | * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook. | 3587 | * shadowfile.el (shadowfile-unload-hook): Set as variable with |
| 3588 | add-hook. | ||
| 3588 | 3589 | ||
| 3589 | * server.el (server-unload-hook): Set as a variable with add-hook. | 3590 | * server.el (server-unload-hook): Set as a variable with add-hook. |
| 3590 | 3591 | ||
| @@ -8939,7 +8940,7 @@ | |||
| 8939 | (compilation-skip-visited, compilation-context-lines): | 8940 | (compilation-skip-visited, compilation-context-lines): |
| 8940 | Declare :version when added to Emacs. | 8941 | Declare :version when added to Emacs. |
| 8941 | (compilation-error-regexp-alist-alist): Extend caml and irix. | 8942 | (compilation-error-regexp-alist-alist): Extend caml and irix. |
| 8942 | (compilation-setup): Fix if font-locked w/o font-lock-defaults. | 8943 | (compilation-setup): Fix if font-locked without font-lock-defaults. |
| 8943 | (compilation-mode-font-lock-keywords): Temporarily undo line as | 8944 | (compilation-mode-font-lock-keywords): Temporarily undo line as |
| 8944 | function patch, which wasn't ready. | 8945 | function patch, which wasn't ready. |
| 8945 | 8946 | ||
diff --git a/lisp/ChangeLog.12 b/lisp/ChangeLog.12 index 0796965a9ba..ec58ffc173a 100644 --- a/lisp/ChangeLog.12 +++ b/lisp/ChangeLog.12 | |||
| @@ -24499,8 +24499,9 @@ | |||
| 24499 | is updated. | 24499 | is updated. |
| 24500 | 24500 | ||
| 24501 | * whitespace.el (whitespace-buffer-leading-cleanup): | 24501 | * whitespace.el (whitespace-buffer-leading-cleanup): |
| 24502 | Simplify w/ skip-chars-forward. | 24502 | Simplify with skip-chars-forward. |
| 24503 | (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward. | 24503 | (whitespace-buffer-trailing-cleanup): Simplify with |
| 24504 | skip-chars-backward. | ||
| 24504 | 24505 | ||
| 24505 | * mail/rmail.el (rmail-only-expunge): Fix paren error. | 24506 | * mail/rmail.el (rmail-only-expunge): Fix paren error. |
| 24506 | Unconditionally try to leave point at the same old place. | 24507 | Unconditionally try to leave point at the same old place. |
| @@ -31346,7 +31347,7 @@ | |||
| 31346 | 31347 | ||
| 31347 | * facemenu.el (list-colors-print): Print #RRGGBB in default face. | 31348 | * facemenu.el (list-colors-print): Print #RRGGBB in default face. |
| 31348 | Remove 1 space before #RRGGBB to not truncate it on terminal | 31349 | Remove 1 space before #RRGGBB to not truncate it on terminal |
| 31349 | windows w/o fringes. Remove 1 space between bg and fg examples | 31350 | windows without fringes. Remove 1 space between bg and fg examples |
| 31350 | to get more space. | 31351 | to get more space. |
| 31351 | (list-colors-duplicates): Replace `and' with `if' for `boundp' to | 31352 | (list-colors-duplicates): Replace `and' with `if' for `boundp' to |
| 31352 | avoid byte-compile warnings. | 31353 | avoid byte-compile warnings. |
diff --git a/lisp/ChangeLog.14 b/lisp/ChangeLog.14 index 8d8c6117788..eae47fe1985 100644 --- a/lisp/ChangeLog.14 +++ b/lisp/ChangeLog.14 | |||
| @@ -20218,7 +20218,7 @@ | |||
| 20218 | 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca> | 20218 | 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca> |
| 20219 | 20219 | ||
| 20220 | * doc-view.el (doc-view-display): Change file arg to buffer arg, so it | 20220 | * doc-view.el (doc-view-display): Change file arg to buffer arg, so it |
| 20221 | works also for buffers w/o buffer-file-name. Update callers. | 20221 | works also for buffers without buffer-file-name. Update callers. |
| 20222 | (doc-view-clone-buffer-hook): New fun. | 20222 | (doc-view-clone-buffer-hook): New fun. |
| 20223 | (doc-view-mode): Use it for indirect clones. Mark the overlays with | 20223 | (doc-view-mode): Use it for indirect clones. Mark the overlays with |
| 20224 | the `doc-view' property so they can be recognized. | 20224 | the `doc-view' property so they can be recognized. |
diff --git a/lisp/ChangeLog.16 b/lisp/ChangeLog.16 index 7b57c014d2b..1d7684be812 100644 --- a/lisp/ChangeLog.16 +++ b/lisp/ChangeLog.16 | |||
| @@ -4871,7 +4871,8 @@ | |||
| 4871 | 4871 | ||
| 4872 | 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca> | 4872 | 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca> |
| 4873 | 4873 | ||
| 4874 | * help-fns.el (describe-function-1): Handle autoloads w/o docstrings. | 4874 | * help-fns.el (describe-function-1): Handle autoloads without |
| 4875 | docstrings. | ||
| 4875 | 4876 | ||
| 4876 | * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago | 4877 | * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago |
| 4877 | changes to the format of load-history. | 4878 | changes to the format of load-history. |
diff --git a/lisp/ChangeLog.3 b/lisp/ChangeLog.3 index e23226b8440..46089685a3d 100644 --- a/lisp/ChangeLog.3 +++ b/lisp/ChangeLog.3 | |||
| @@ -4172,7 +4172,8 @@ | |||
| 4172 | (next-matching-history-element): Likewise. | 4172 | (next-matching-history-element): Likewise. |
| 4173 | (minibuffer-history-search-history): New variable. | 4173 | (minibuffer-history-search-history): New variable. |
| 4174 | 4174 | ||
| 4175 | * simple.el (read-expression-map): New keymap, w/ lisp-complete-symbol. | 4175 | * simple.el (read-expression-map): New keymap, with |
| 4176 | lisp-complete-symbol. | ||
| 4176 | (eval-expression, edit-and-eval-command): Use read-expression-map. | 4177 | (eval-expression, edit-and-eval-command): Use read-expression-map. |
| 4177 | (repeat-complex-command): Likewise. | 4178 | (repeat-complex-command): Likewise. |
| 4178 | 4179 | ||
diff --git a/lisp/ChangeLog.4 b/lisp/ChangeLog.4 index ea0502975ec..ddea2a4e2fb 100644 --- a/lisp/ChangeLog.4 +++ b/lisp/ChangeLog.4 | |||
| @@ -7238,7 +7238,8 @@ | |||
| 7238 | * ispell.el (ispell-menu-map): Add missing quote in defalias. | 7238 | * ispell.el (ispell-menu-map): Add missing quote in defalias. |
| 7239 | (ispell-window-configuration): Initialize to nil. | 7239 | (ispell-window-configuration): Initialize to nil. |
| 7240 | 7240 | ||
| 7241 | * vc-hooks.el (vc-rcs-status): Make work buffer's name start w/ space. | 7241 | * vc-hooks.el (vc-rcs-status): Make work buffer's name start with |
| 7242 | space. | ||
| 7242 | 7243 | ||
| 7243 | * simple.el (completion-setup-function): Insert the mouse help message | 7244 | * simple.el (completion-setup-function): Insert the mouse help message |
| 7244 | only if non-nil `window-system'. | 7245 | only if non-nil `window-system'. |
diff --git a/lisp/ChangeLog.6 b/lisp/ChangeLog.6 index 27d522aaf2a..8e07e5c36af 100644 --- a/lisp/ChangeLog.6 +++ b/lisp/ChangeLog.6 | |||
| @@ -1915,7 +1915,7 @@ | |||
| 1915 | * menu-bar.el (menu-bar-tools-menu): Delete ediff-doc and | 1915 | * menu-bar.el (menu-bar-tools-menu): Delete ediff-doc and |
| 1916 | eregistry items. | 1916 | eregistry items. |
| 1917 | 1917 | ||
| 1918 | * help.el (describe-mode): Handle minor mode w/o mode line indicator. | 1918 | * help.el (describe-mode): Handle minor mode without mode line indicator. |
| 1919 | 1919 | ||
| 1920 | * bibtex.el (bibtex-version): Variable deleted. | 1920 | * bibtex.el (bibtex-version): Variable deleted. |
| 1921 | (bibtex-submit-bug-report): Don't use that. | 1921 | (bibtex-submit-bug-report): Don't use that. |
diff --git a/lisp/ChangeLog.7 b/lisp/ChangeLog.7 index 32208324541..91b8d474224 100644 --- a/lisp/ChangeLog.7 +++ b/lisp/ChangeLog.7 | |||
| @@ -1175,7 +1175,7 @@ | |||
| 1175 | (speedbar-supported-extension-expressions): Add more extensions. | 1175 | (speedbar-supported-extension-expressions): Add more extensions. |
| 1176 | (speedbar-add-supported-extension) | 1176 | (speedbar-add-supported-extension) |
| 1177 | (speedbar-add-ignored-path-regexp): Made interactive. | 1177 | (speedbar-add-ignored-path-regexp): Made interactive. |
| 1178 | (speedbar-update-flag): Nil w/ no window system. | 1178 | (speedbar-update-flag): Nil with no window system. |
| 1179 | (speedbar-file-key-map): Move some key bindings from | 1179 | (speedbar-file-key-map): Move some key bindings from |
| 1180 | `speedbar-key-map' to this map. | 1180 | `speedbar-key-map' to this map. |
| 1181 | (speedbar-make-specialized-keymap): New function. | 1181 | (speedbar-make-specialized-keymap): New function. |
| @@ -4223,7 +4223,8 @@ | |||
| 4223 | Do the right thing when nil is specified as criterion for activeness. | 4223 | Do the right thing when nil is specified as criterion for activeness. |
| 4224 | Fix string used to report an invalid item. | 4224 | Fix string used to report an invalid item. |
| 4225 | 4225 | ||
| 4226 | * tmm.el (tmm-get-keymap): Handle new format menu item w/o cache. | 4226 | * tmm.el (tmm-get-keymap): Handle new format menu item without |
| 4227 | cache. | ||
| 4227 | (tmm-prompt): If reach an empty menu, get an error. | 4228 | (tmm-prompt): If reach an empty menu, get an error. |
| 4228 | 4229 | ||
| 4229 | 1998-04-20 Per Starbäck <starback@update.uu.se> | 4230 | 1998-04-20 Per Starbäck <starback@update.uu.se> |
diff --git a/lisp/ChangeLog.8 b/lisp/ChangeLog.8 index a14d6821925..3b6205bc60d 100644 --- a/lisp/ChangeLog.8 +++ b/lisp/ChangeLog.8 | |||
| @@ -117,7 +117,7 @@ | |||
| 117 | overlays if they interfere. | 117 | overlays if they interfere. |
| 118 | (compilation-find-file): Make intangible overlays tangible. | 118 | (compilation-find-file): Make intangible overlays tangible. |
| 119 | 119 | ||
| 120 | * progmodes/hideshow.el: Generally, synch w/ maintainer | 120 | * progmodes/hideshow.el: Generally, synch with maintainer |
| 121 | version 5.9. | 121 | version 5.9. |
| 122 | 122 | ||
| 123 | (hs-show-hidden-short-form): Delete var; hard-code uses as `t'. | 123 | (hs-show-hidden-short-form): Delete var; hard-code uses as `t'. |
| @@ -6715,7 +6715,7 @@ | |||
| 6715 | 6715 | ||
| 6716 | * speedbar.el (speedbar-item-info-file-helper): Add optional arg | 6716 | * speedbar.el (speedbar-item-info-file-helper): Add optional arg |
| 6717 | of the file whose info we want to display. | 6717 | of the file whose info we want to display. |
| 6718 | (speedbar-easymenu-definition-trailer) Fix list issue w/ customize. | 6718 | (speedbar-easymenu-definition-trailer) Fix list issue with customize. |
| 6719 | (speedbar-add-mode-functions-list) Improve doc. | 6719 | (speedbar-add-mode-functions-list) Improve doc. |
| 6720 | (speedbar-line-token) New function. | 6720 | (speedbar-line-token) New function. |
| 6721 | (speedbar-dired) Fix order of directories in -shown-directories. | 6721 | (speedbar-dired) Fix order of directories in -shown-directories. |
| @@ -9800,8 +9800,8 @@ | |||
| 9800 | 1998-08-27 Richard Stallman <rms@gnu.org> | 9800 | 1998-08-27 Richard Stallman <rms@gnu.org> |
| 9801 | 9801 | ||
| 9802 | * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp. | 9802 | * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp. |
| 9803 | * calendar/appt.el (appt-check): Start the appt-mode-string w/ space. | 9803 | * calendar/appt.el (appt-check): Start the appt-mode-string with |
| 9804 | Clear appt-mode-string if we don't put something in it. | 9804 | space. Clear appt-mode-string if we don't put something in it. |
| 9805 | 9805 | ||
| 9806 | 1998-08-27 Dave Love <fx@gnu.org> | 9806 | 1998-08-27 Dave Love <fx@gnu.org> |
| 9807 | 9807 | ||
| @@ -9979,7 +9979,8 @@ | |||
| 9979 | (speedbar-mode): Set buffer to read only. | 9979 | (speedbar-mode): Set buffer to read only. |
| 9980 | (speedbar-temp-buffer-show-function): For Emacs don't call hook | 9980 | (speedbar-temp-buffer-show-function): For Emacs don't call hook |
| 9981 | with arguments. | 9981 | with arguments. |
| 9982 | (speedbar-stealthy-updates): Do all updates w/ the buffer writable. | 9982 | (speedbar-stealthy-updates): Do all updates with the buffer |
| 9983 | writable. | ||
| 9983 | 9984 | ||
| 9984 | 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu> | 9985 | 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu> |
| 9985 | 9986 | ||
diff --git a/lisp/ChangeLog.9 b/lisp/ChangeLog.9 index 469d0970f82..be6ba962cf3 100644 --- a/lisp/ChangeLog.9 +++ b/lisp/ChangeLog.9 | |||
| @@ -1418,13 +1418,13 @@ | |||
| 1418 | 2001-08-28 Thien-Thi Nguyen <ttn@gnu.org> | 1418 | 2001-08-28 Thien-Thi Nguyen <ttn@gnu.org> |
| 1419 | 1419 | ||
| 1420 | * progmodes/hideshow.el: Update first-line description. | 1420 | * progmodes/hideshow.el: Update first-line description. |
| 1421 | Sync comments w/ maintainer version 5.31. | 1421 | Sync comments with maintainer version 5.31. |
| 1422 | 1422 | ||
| 1423 | (hs-isearch-open): Default value now `code'. | 1423 | (hs-isearch-open): Default value now `code'. |
| 1424 | Fix docstring to use "code blocks" vs "comment blocks", | 1424 | Fix docstring to use "code blocks" vs "comment blocks", |
| 1425 | as opposed to "block" vs "comment". | 1425 | as opposed to "block" vs "comment". |
| 1426 | (hs-flag-region): Accept `hs-isearch-open' value | 1426 | (hs-flag-region): Accept `hs-isearch-open' value |
| 1427 | of `block' as synonymous w/ `code'. | 1427 | of `block' as synonymous with `code'. |
| 1428 | (hs-hide-block-at-point): For code blocks, pass `code' | 1428 | (hs-hide-block-at-point): For code blocks, pass `code' |
| 1429 | to `hs-flag-region' instead of `block'. | 1429 | to `hs-flag-region' instead of `block'. |
| 1430 | 1430 | ||
| @@ -11483,7 +11483,7 @@ | |||
| 11483 | 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org> | 11483 | 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org> |
| 11484 | 11484 | ||
| 11485 | * progmodes/hideshow.el: Update author email address. | 11485 | * progmodes/hideshow.el: Update author email address. |
| 11486 | Generally, sync w/ maintainer version 5.22. | 11486 | Generally, sync with maintainer version 5.22. |
| 11487 | (hs-hide-all-non-comment-function): New var. | 11487 | (hs-hide-all-non-comment-function): New var. |
| 11488 | (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings. | 11488 | (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings. |
| 11489 | (hs-hide-all): Use `hs-hide-all-non-comment-function'. | 11489 | (hs-hide-all): Use `hs-hide-all-non-comment-function'. |
| @@ -17879,7 +17879,7 @@ | |||
| 17879 | (speedbar-make-button): Call `speedbar-insert-image-button-maybe'. | 17879 | (speedbar-make-button): Call `speedbar-insert-image-button-maybe'. |
| 17880 | (speedbar-directory-buttons): Update path search/expansion. | 17880 | (speedbar-directory-buttons): Update path search/expansion. |
| 17881 | (speedbar-make-tag-line): Pay attention to | 17881 | (speedbar-make-tag-line): Pay attention to |
| 17882 | `speedbar-indentation-width'. Use more care w/ invisible | 17882 | `speedbar-indentation-width'. Use more care with invisible |
| 17883 | properties. | 17883 | properties. |
| 17884 | (speedbar-change-expand-button-char): | 17884 | (speedbar-change-expand-button-char): |
| 17885 | Call `speedbar-insert-image-button-maybe'. | 17885 | Call `speedbar-insert-image-button-maybe'. |
diff --git a/lisp/autorevert.el b/lisp/autorevert.el index e3d66c04bc2..1ed3f693ab7 100644 --- a/lisp/autorevert.el +++ b/lisp/autorevert.el | |||
| @@ -718,7 +718,7 @@ system.") | |||
| 718 | (string-equal | 718 | (string-equal |
| 719 | (file-name-nondirectory file) | 719 | (file-name-nondirectory file) |
| 720 | (file-name-nondirectory buffer-file-name))) | 720 | (file-name-nondirectory buffer-file-name))) |
| 721 | ;; A buffer w/o a file, like dired. | 721 | ;; A buffer without a file, like dired. |
| 722 | (null buffer-file-name)) | 722 | (null buffer-file-name)) |
| 723 | (auto-revert-notify-rm-watch) | 723 | (auto-revert-notify-rm-watch) |
| 724 | ;; Restart the timer if it wasn't running. | 724 | ;; Restart the timer if it wasn't running. |
| @@ -739,7 +739,7 @@ system.") | |||
| 739 | (string-equal | 739 | (string-equal |
| 740 | (file-name-nondirectory file1) | 740 | (file-name-nondirectory file1) |
| 741 | (file-name-nondirectory buffer-file-name))))) | 741 | (file-name-nondirectory buffer-file-name))))) |
| 742 | ;; A buffer w/o a file, like dired. | 742 | ;; A buffer without a file, like dired. |
| 743 | (and (null buffer-file-name) | 743 | (and (null buffer-file-name) |
| 744 | (memq action '(created renamed deleted)))) | 744 | (memq action '(created renamed deleted)))) |
| 745 | ;; Mark buffer modified. | 745 | ;; Mark buffer modified. |
diff --git a/lisp/comint.el b/lisp/comint.el index 93b97cb22b4..4d9fc501874 100644 --- a/lisp/comint.el +++ b/lisp/comint.el | |||
| @@ -78,7 +78,7 @@ | |||
| 78 | ;; | 78 | ;; |
| 79 | ;; Not bound by default in comint-mode (some are in shell mode) | 79 | ;; Not bound by default in comint-mode (some are in shell mode) |
| 80 | ;; comint-run Run a program under comint-mode | 80 | ;; comint-run Run a program under comint-mode |
| 81 | ;; comint-send-invisible Read a line w/o echo, and send to proc | 81 | ;; comint-send-invisible Read a line without echo, and send to proc |
| 82 | ;; comint-dynamic-complete-filename Complete filename at point. | 82 | ;; comint-dynamic-complete-filename Complete filename at point. |
| 83 | ;; comint-dynamic-list-filename-completions List completions in help buffer. | 83 | ;; comint-dynamic-list-filename-completions List completions in help buffer. |
| 84 | ;; comint-replace-by-expanded-filename Expand and complete filename at point; | 84 | ;; comint-replace-by-expanded-filename Expand and complete filename at point; |
diff --git a/lisp/emacs-lisp/chart.el b/lisp/emacs-lisp/chart.el index 9ff893b75b6..16c2c347409 100644 --- a/lisp/emacs-lisp/chart.el +++ b/lisp/emacs-lisp/chart.el | |||
| @@ -35,7 +35,7 @@ | |||
| 35 | ;; anything encapsulated in a nice eieio object. | 35 | ;; anything encapsulated in a nice eieio object. |
| 36 | ;; | 36 | ;; |
| 37 | ;; Current example apps for chart can be accessed via these commands: | 37 | ;; Current example apps for chart can be accessed via these commands: |
| 38 | ;; `chart-file-count' - count files w/ matching extensions | 38 | ;; `chart-file-count' - count files with matching extensions |
| 39 | ;; `chart-space-usage' - display space used by files/directories | 39 | ;; `chart-space-usage' - display space used by files/directories |
| 40 | ;; `chart-emacs-storage' - Emacs storage units used/free (garbage-collect) | 40 | ;; `chart-emacs-storage' - Emacs storage units used/free (garbage-collect) |
| 41 | ;; `chart-emacs-lists' - length of Emacs lists | 41 | ;; `chart-emacs-lists' - length of Emacs lists |
diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el index f10dc915721..a9fd8c741e8 100644 --- a/lisp/emacs-lisp/package.el +++ b/lisp/emacs-lisp/package.el | |||
| @@ -3110,7 +3110,7 @@ package PKG-DESC, add one. The alist is keyed with PKG-DESC." | |||
| 3110 | "If non-nil, include packages that don't have a version in `list-packages'.") | 3110 | "If non-nil, include packages that don't have a version in `list-packages'.") |
| 3111 | 3111 | ||
| 3112 | (defvar package-list-unsigned nil | 3112 | (defvar package-list-unsigned nil |
| 3113 | "If non-nil, mention in the list which packages were installed w/o signature.") | 3113 | "If non-nil, mention in the list which packages were installed without signature.") |
| 3114 | 3114 | ||
| 3115 | (defvar package--emacs-version-list (version-to-list emacs-version) | 3115 | (defvar package--emacs-version-list (version-to-list emacs-version) |
| 3116 | "The value of variable `emacs-version' as a list.") | 3116 | "The value of variable `emacs-version' as a list.") |
diff --git a/lisp/epg.el b/lisp/epg.el index ceeb269b070..527ebfcc2b9 100644 --- a/lisp/epg.el +++ b/lisp/epg.el | |||
| @@ -482,7 +482,7 @@ callback data (if any)." | |||
| 482 | (format " skipped new keys: %d\n" | 482 | (format " skipped new keys: %d\n" |
| 483 | (epg-import-result-not-imported import-result))) | 483 | (epg-import-result-not-imported import-result))) |
| 484 | (if (> (epg-import-result-no-user-id import-result) 0) | 484 | (if (> (epg-import-result-no-user-id import-result) 0) |
| 485 | (format " w/o user IDs: %d\n" | 485 | (format " without user IDs: %d\n" |
| 486 | (epg-import-result-no-user-id import-result))) | 486 | (epg-import-result-no-user-id import-result))) |
| 487 | (if (> (epg-import-result-imported import-result) 0) | 487 | (if (> (epg-import-result-imported import-result) 0) |
| 488 | (concat (format " imported: %d" | 488 | (concat (format " imported: %d" |
diff --git a/lisp/gnus/ChangeLog.3 b/lisp/gnus/ChangeLog.3 index c55d6225e3f..3b41e9edc94 100644 --- a/lisp/gnus/ChangeLog.3 +++ b/lisp/gnus/ChangeLog.3 | |||
| @@ -22675,7 +22675,8 @@ | |||
| 22675 | * nnspool.el (nnspool-spool-directory): Use news-directory instead | 22675 | * nnspool.el (nnspool-spool-directory): Use news-directory instead |
| 22676 | of news-path. | 22676 | of news-path. |
| 22677 | 22677 | ||
| 22678 | * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook. | 22678 | * spam-stat.el (spam-stat-unload-hook): Set as a variable with |
| 22679 | add-hook. | ||
| 22679 | 22680 | ||
| 22680 | * spam.el: Delete duplicate `provide'. | 22681 | * spam.el: Delete duplicate `provide'. |
| 22681 | (spam-unload-hook): Set as a variable with add-hook. | 22682 | (spam-unload-hook): Set as a variable with add-hook. |
diff --git a/lisp/gnus/gnus-cache.el b/lisp/gnus/gnus-cache.el index 449b73163f4..13c9c0130e0 100644 --- a/lisp/gnus/gnus-cache.el +++ b/lisp/gnus/gnus-cache.el | |||
| @@ -137,7 +137,7 @@ it's not cached." | |||
| 137 | ;; If possible, remove group's cache subdirectory. | 137 | ;; If possible, remove group's cache subdirectory. |
| 138 | (condition-case nil | 138 | (condition-case nil |
| 139 | ;; FIXME: we can detect the error type and warn the user | 139 | ;; FIXME: we can detect the error type and warn the user |
| 140 | ;; of any inconsistencies (articles w/o nov entries?). | 140 | ;; of any inconsistencies (articles without nov entries?). |
| 141 | ;; for now, just be conservative...delete only if safe -- sj | 141 | ;; for now, just be conservative...delete only if safe -- sj |
| 142 | (delete-directory (file-name-directory overview-file)) | 142 | (delete-directory (file-name-directory overview-file)) |
| 143 | (error)))) | 143 | (error)))) |
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index 55899087642..e7d11b597b3 100644 --- a/lisp/gnus/message.el +++ b/lisp/gnus/message.el | |||
| @@ -2909,7 +2909,7 @@ Consider adding this function to `message-header-setup-hook'" | |||
| 2909 | "C-c C-f s" #'message-change-subject | 2909 | "C-c C-f s" #'message-change-subject |
| 2910 | ;; | 2910 | ;; |
| 2911 | "C-c C-f x" #'message-cross-post-followup-to | 2911 | "C-c C-f x" #'message-cross-post-followup-to |
| 2912 | ;; prefix+message-cross-post-followup-to = same w/o cross-post | 2912 | ;; prefix+message-cross-post-followup-to = same without cross-post |
| 2913 | "C-c C-f t" #'message-reduce-to-to-cc | 2913 | "C-c C-f t" #'message-reduce-to-to-cc |
| 2914 | "C-c C-f a" #'message-add-archive-header | 2914 | "C-c C-f a" #'message-add-archive-header |
| 2915 | ;; mark inserted text | 2915 | ;; mark inserted text |
diff --git a/lisp/net/ange-ftp.el b/lisp/net/ange-ftp.el index d6d0fb9a259..6e17e417ea3 100644 --- a/lisp/net/ange-ftp.el +++ b/lisp/net/ange-ftp.el | |||
| @@ -218,7 +218,7 @@ | |||
| 218 | ;; ange-ftp-smart-gateway and ange-ftp-smart-gateway-port. | 218 | ;; ange-ftp-smart-gateway and ange-ftp-smart-gateway-port. |
| 219 | ;; | 219 | ;; |
| 220 | ;; Otherwise, if there is an alternate ftp program that implements proxy in | 220 | ;; Otherwise, if there is an alternate ftp program that implements proxy in |
| 221 | ;; a transparent way (i.e. w/o specifying the proxy host), that will | 221 | ;; a transparent way (i.e. without specifying the proxy host), that will |
| 222 | ;; connect you directly to the desired destination host: | 222 | ;; connect you directly to the desired destination host: |
| 223 | ;; Set ange-ftp-gateway-ftp-program-name to that program's name. | 223 | ;; Set ange-ftp-gateway-ftp-program-name to that program's name. |
| 224 | ;; Set ange-ftp-local-host-regexp to a value as stated earlier on. | 224 | ;; Set ange-ftp-local-host-regexp to a value as stated earlier on. |
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index 33e5e80d05f..9b7117cb875 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el | |||
| @@ -2949,7 +2949,7 @@ They are completed by \"M-x TAB\" only if the current buffer is remote." | |||
| 2949 | (tramp-tramp-file-p (tramp-get-default-directory buffer))) | 2949 | (tramp-tramp-file-p (tramp-get-default-directory buffer))) |
| 2950 | 2950 | ||
| 2951 | (defun tramp-connectable-p (vec-or-filename) | 2951 | (defun tramp-connectable-p (vec-or-filename) |
| 2952 | "Check, whether it is possible to connect the remote host w/o side-effects. | 2952 | "Check if it is possible to connect the remote host without side-effects. |
| 2953 | This is true, if either the remote host is already connected, or if we are | 2953 | This is true, if either the remote host is already connected, or if we are |
| 2954 | not in completion mode." | 2954 | not in completion mode." |
| 2955 | (let ((tramp-verbose 0) | 2955 | (let ((tramp-verbose 0) |
| @@ -3999,7 +3999,7 @@ Let-bind it when necessary.") | |||
| 3999 | ((not (file-exists-p file1)) nil) | 3999 | ((not (file-exists-p file1)) nil) |
| 4000 | ((not (file-exists-p file2)) t) | 4000 | ((not (file-exists-p file2)) t) |
| 4001 | ;; Tramp reads and writes timestamps on second level. So we round | 4001 | ;; Tramp reads and writes timestamps on second level. So we round |
| 4002 | ;; the timestamps to seconds w/o fractions. | 4002 | ;; the timestamps to seconds without fractions. |
| 4003 | ;; `time-convert' has been introduced with Emacs 27.1. | 4003 | ;; `time-convert' has been introduced with Emacs 27.1. |
| 4004 | ((fboundp 'time-convert) | 4004 | ((fboundp 'time-convert) |
| 4005 | (time-less-p | 4005 | (time-less-p |
diff --git a/lisp/obsolete/rfc2368.el b/lisp/obsolete/rfc2368.el index 5e7320a793c..0a75296e7dd 100644 --- a/lisp/obsolete/rfc2368.el +++ b/lisp/obsolete/rfc2368.el | |||
| @@ -27,7 +27,7 @@ | |||
| 27 | ;; | 27 | ;; |
| 28 | ;; -repeat after me: "the colon is not part of the header name..." | 28 | ;; -repeat after me: "the colon is not part of the header name..." |
| 29 | ;; -if w3 becomes part of emacs, then it may make sense to have this | 29 | ;; -if w3 becomes part of emacs, then it may make sense to have this |
| 30 | ;; file depend on w3 -- the maintainer of w3 says merging w/ Emacs | 30 | ;; file depend on w3 -- the maintainer of w3 says merging with Emacs |
| 31 | ;; is planned! | 31 | ;; is planned! |
| 32 | ;; | 32 | ;; |
| 33 | ;; historical note: | 33 | ;; historical note: |
| @@ -36,8 +36,8 @@ | |||
| 36 | ;; | 36 | ;; |
| 37 | ;; acknowledgments: | 37 | ;; acknowledgments: |
| 38 | ;; | 38 | ;; |
| 39 | ;; the functions that deal w/ unhexifying in this file were basically | 39 | ;; the functions that deal with unhexifying in this file were basically |
| 40 | ;; taken from w3 -- i hope to replace them w/ something else soon OR | 40 | ;; taken from w3 -- i hope to replace them with something else soon OR |
| 41 | ;; perhaps if w3 becomes a part of emacs soon, use the functions from w3. | 41 | ;; perhaps if w3 becomes a part of emacs soon, use the functions from w3. |
| 42 | 42 | ||
| 43 | ;;; History: | 43 | ;;; History: |
| @@ -85,9 +85,9 @@ | |||
| 85 | 85 | ||
| 86 | (defun rfc2368-parse-mailto-url (mailto-url) | 86 | (defun rfc2368-parse-mailto-url (mailto-url) |
| 87 | "Parse MAILTO-URL, and return an alist of header-name, header-value pairs. | 87 | "Parse MAILTO-URL, and return an alist of header-name, header-value pairs. |
| 88 | MAILTO-URL should be a RFC 2368 (mailto) compliant url. A cons cell w/ a | 88 | MAILTO-URL should be a RFC 2368 (mailto) compliant url. A cons cell with a |
| 89 | key of `Body' is a special case and is considered a header for this purpose. | 89 | key of `Body' is a special case and is considered a header for this purpose. |
| 90 | The returned alist is intended for use w/ the `compose-mail' interface. | 90 | The returned alist is intended for use with the `compose-mail' interface. |
| 91 | Note: make sure MAILTO-URL has been \"unhtmlized\" (e.g., & -> &), before | 91 | Note: make sure MAILTO-URL has been \"unhtmlized\" (e.g., & -> &), before |
| 92 | calling this function." | 92 | calling this function." |
| 93 | (let ((case-fold-search t) | 93 | (let ((case-fold-search t) |
| @@ -114,7 +114,7 @@ calling this function." | |||
| 114 | (rfc2368-unhexify-string header-value)))) | 114 | (rfc2368-unhexify-string header-value)))) |
| 115 | (split-string query "&")))) | 115 | (split-string query "&")))) |
| 116 | 116 | ||
| 117 | ;; deal w/ multiple 'To' recipients | 117 | ;; deal with multiple 'To' recipients |
| 118 | (if prequery | 118 | (if prequery |
| 119 | (progn | 119 | (progn |
| 120 | (setq prequery (rfc2368-unhexify-string prequery)) | 120 | (setq prequery (rfc2368-unhexify-string prequery)) |
diff --git a/lisp/org/ChangeLog.1 b/lisp/org/ChangeLog.1 index 1491a4645aa..f79d8bf6743 100644 --- a/lisp/org/ChangeLog.1 +++ b/lisp/org/ChangeLog.1 | |||
| @@ -23889,7 +23889,7 @@ | |||
| 23889 | 2010-11-11 Eric Schulte <schulte.eric@gmail.com> | 23889 | 2010-11-11 Eric Schulte <schulte.eric@gmail.com> |
| 23890 | 23890 | ||
| 23891 | * ob-sqlite.el (org-babel-sqlite-expand-vars): Now inserts string | 23891 | * ob-sqlite.el (org-babel-sqlite-expand-vars): Now inserts string |
| 23892 | arguments w/o quotes. | 23892 | arguments without quotes. |
| 23893 | 23893 | ||
| 23894 | 2010-11-11 Bernt Hansen <bernt@norang.ca> | 23894 | 2010-11-11 Bernt Hansen <bernt@norang.ca> |
| 23895 | 23895 | ||
| @@ -23909,7 +23909,7 @@ | |||
| 23909 | 2010-11-11 Eric Schulte <schulte.eric@gmail.com> | 23909 | 2010-11-11 Eric Schulte <schulte.eric@gmail.com> |
| 23910 | 23910 | ||
| 23911 | * ob-lob.el (org-babel-lob-one-liner-regexp): Fix error in lob | 23911 | * ob-lob.el (org-babel-lob-one-liner-regexp): Fix error in lob |
| 23912 | regexp -- it wasn't matching lob lines w/o indices. | 23912 | regexp -- it wasn't matching lob lines without indices. |
| 23913 | 23913 | ||
| 23914 | 2010-11-11 Eric Schulte <schulte.eric@gmail.com> | 23914 | 2010-11-11 Eric Schulte <schulte.eric@gmail.com> |
| 23915 | 23915 | ||
diff --git a/lisp/play/zone.el b/lisp/play/zone.el index a470f23dfe4..6e27ba51653 100644 --- a/lisp/play/zone.el +++ b/lisp/play/zone.el | |||
| @@ -320,7 +320,7 @@ run a specific program. The program must be a member of | |||
| 320 | (zone-pgm-jitter)) | 320 | (zone-pgm-jitter)) |
| 321 | 321 | ||
| 322 | 322 | ||
| 323 | ;;;; putzing w/ case | 323 | ;;;; putzing with case |
| 324 | 324 | ||
| 325 | ;; Faster than `zone-pgm-putz-with-case', but not as good: all | 325 | ;; Faster than `zone-pgm-putz-with-case', but not as good: all |
| 326 | ;; instances of the same letter have the same case, which produces a | 326 | ;; instances of the same letter have the same case, which produces a |
diff --git a/lisp/progmodes/antlr-mode.el b/lisp/progmodes/antlr-mode.el index b722790334d..efee400681a 100644 --- a/lisp/progmodes/antlr-mode.el +++ b/lisp/progmodes/antlr-mode.el | |||
| @@ -1777,7 +1777,7 @@ For AREA and OLD, see `antlr-insert-option-do'." | |||
| 1777 | (skip-chars-forward " \t") | 1777 | (skip-chars-forward " \t") |
| 1778 | 1778 | ||
| 1779 | (if (looking-at "$\\|//") | 1779 | (if (looking-at "$\\|//") |
| 1780 | ;; just comment after point => skip (+ lines w/ same col comment) | 1780 | ;; just comment after point => skip (+ lines with same col comment) |
| 1781 | (let ((same (if (> (match-end 0) (match-beginning 0)) | 1781 | (let ((same (if (> (match-end 0) (match-beginning 0)) |
| 1782 | (current-column)))) | 1782 | (current-column)))) |
| 1783 | (beginning-of-line 2) | 1783 | (beginning-of-line 2) |
diff --git a/lisp/progmodes/asm-mode.el b/lisp/progmodes/asm-mode.el index aaf063b5174..2a63c100027 100644 --- a/lisp/progmodes/asm-mode.el +++ b/lisp/progmodes/asm-mode.el | |||
| @@ -209,7 +209,7 @@ repeatedly until you are satisfied with the kind of comment." | |||
| 209 | (indent-according-to-mode) | 209 | (indent-according-to-mode) |
| 210 | (insert asm-comment-char asm-comment-char ?\ )) | 210 | (insert asm-comment-char asm-comment-char ?\ )) |
| 211 | 211 | ||
| 212 | ;; Nonblank line w/o comment => start a comment at comment-column. | 212 | ;; Nonblank line without comment => start a comment at comment-column. |
| 213 | ;; Also: point before the comment => jump inside. | 213 | ;; Also: point before the comment => jump inside. |
| 214 | ((or (null comment) (< (point) comment)) | 214 | ((or (null comment) (< (point) comment)) |
| 215 | (indent-for-comment)) | 215 | (indent-for-comment)) |
diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index 18c996e8997..e8ada9388e1 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el | |||
| @@ -2807,7 +2807,7 @@ This is the value of `next-error-function' in Compilation buffers." | |||
| 2807 | (goto-char (point-min)) | 2807 | (goto-char (point-min)) |
| 2808 | ;; Treat file's found lines in forward order, 1 by 1. | 2808 | ;; Treat file's found lines in forward order, 1 by 1. |
| 2809 | (dolist (line (reverse (cddr (compilation--loc->file-struct loc)))) | 2809 | (dolist (line (reverse (cddr (compilation--loc->file-struct loc)))) |
| 2810 | (when (car line) ; else this is a filename w/o a line# | 2810 | (when (car line) ; else this is a filename without a line# |
| 2811 | (compilation-beginning-of-line (- (car line) last -1)) | 2811 | (compilation-beginning-of-line (- (car line) last -1)) |
| 2812 | (setq last (car line))) | 2812 | (setq last (car line))) |
| 2813 | ;; Treat line's found columns and store/update a marker for each. | 2813 | ;; Treat line's found columns and store/update a marker for each. |
diff --git a/lisp/progmodes/scheme.el b/lisp/progmodes/scheme.el index e0453c3b2f4..8454f24356a 100644 --- a/lisp/progmodes/scheme.el +++ b/lisp/progmodes/scheme.el | |||
| @@ -361,7 +361,7 @@ See `run-hooks'." | |||
| 361 | ) t) | 361 | ) t) |
| 362 | "\\>") 1) | 362 | "\\>") 1) |
| 363 | ;; | 363 | ;; |
| 364 | ;; It wouldn't be Scheme w/o named-let. | 364 | ;; It wouldn't be Scheme without named-let. |
| 365 | '("(let\\s-+\\(\\sw+\\)" | 365 | '("(let\\s-+\\(\\sw+\\)" |
| 366 | (1 font-lock-function-name-face)) | 366 | (1 font-lock-function-name-face)) |
| 367 | ;; | 367 | ;; |
diff --git a/lisp/shell.el b/lisp/shell.el index 7c3c925ab87..b396bc2b180 100644 --- a/lisp/shell.el +++ b/lisp/shell.el | |||
| @@ -71,7 +71,7 @@ | |||
| 71 | ;; c-c c-o comint-delete-output Delete last batch of process output | 71 | ;; c-c c-o comint-delete-output Delete last batch of process output |
| 72 | ;; c-c c-r comint-show-output Show last batch of process output | 72 | ;; c-c c-r comint-show-output Show last batch of process output |
| 73 | ;; c-c c-l comint-dynamic-list-input-ring List input history | 73 | ;; c-c c-l comint-dynamic-list-input-ring List input history |
| 74 | ;; comint-send-invisible Read line w/o echo & send to proc | 74 | ;; comint-send-invisible Read line without echo & send to proc |
| 75 | ;; comint-continue-subjob Useful if you accidentally suspend | 75 | ;; comint-continue-subjob Useful if you accidentally suspend |
| 76 | ;; top-level job | 76 | ;; top-level job |
| 77 | ;; comint-mode-hook is the comint mode hook. | 77 | ;; comint-mode-hook is the comint mode hook. |
diff --git a/lisp/strokes.el b/lisp/strokes.el index 0f84588a41b..e5719dfd5de 100644 --- a/lisp/strokes.el +++ b/lisp/strokes.el | |||
| @@ -1151,7 +1151,7 @@ the stroke as a character in some language." | |||
| 1151 | strokes-last-stroke) | 1151 | strokes-last-stroke) |
| 1152 | 31)))) | 1152 | 31)))) |
| 1153 | (lift-flag t) | 1153 | (lift-flag t) |
| 1154 | (rainbow-chars (list ?R ?O ?Y ?G ?B ?P))) ; ROYGBIV w/o indigo | 1154 | (rainbow-chars (list ?R ?O ?Y ?G ?B ?P))) ; ROYGBIV without indigo |
| 1155 | (set-buffer buf) | 1155 | (set-buffer buf) |
| 1156 | (erase-buffer) | 1156 | (erase-buffer) |
| 1157 | (insert strokes-xpm-header) | 1157 | (insert strokes-xpm-header) |
diff --git a/lisp/term.el b/lisp/term.el index 755c2202703..6f3306b0881 100644 --- a/lisp/term.el +++ b/lisp/term.el | |||
| @@ -278,7 +278,7 @@ | |||
| 278 | ;; C-c C-h term-dynamic-list-input-ring List input history | 278 | ;; C-c C-h term-dynamic-list-input-ring List input history |
| 279 | ;; | 279 | ;; |
| 280 | ;; Not bound by default in term-mode | 280 | ;; Not bound by default in term-mode |
| 281 | ;; term-send-invisible Read a line w/o echo, and send to proc | 281 | ;; term-send-invisible Read a line without echo, and send to proc |
| 282 | ;; (These are bound in shell-mode) | 282 | ;; (These are bound in shell-mode) |
| 283 | ;; term-dynamic-complete Complete filename at point. | 283 | ;; term-dynamic-complete Complete filename at point. |
| 284 | ;; term-dynamic-list-completions List completions in help buffer. | 284 | ;; term-dynamic-list-completions List completions in help buffer. |
diff --git a/lisp/textmodes/reftex.el b/lisp/textmodes/reftex.el index e72576cdc74..f815419ea44 100644 --- a/lisp/textmodes/reftex.el +++ b/lisp/textmodes/reftex.el | |||
| @@ -2053,7 +2053,8 @@ IGNORE-WORDS List of words which should be removed from the string." | |||
| 2053 | (newname (concat "Fontify-me-" oldname))) | 2053 | (newname (concat "Fontify-me-" oldname))) |
| 2054 | (unwind-protect | 2054 | (unwind-protect |
| 2055 | (progn | 2055 | (progn |
| 2056 | ;; Rename buffer temporarily to start w/o space (because of font-lock) | 2056 | ;; Rename buffer temporarily to start without space (because |
| 2057 | ;; of font-lock) | ||
| 2057 | (rename-buffer newname t) | 2058 | (rename-buffer newname t) |
| 2058 | ;; Good: we have the indirection functions | 2059 | ;; Good: we have the indirection functions |
| 2059 | (set (make-local-variable 'font-lock-fontify-region-function) | 2060 | (set (make-local-variable 'font-lock-fontify-region-function) |
diff --git a/lisp/vc/vc-rcs.el b/lisp/vc/vc-rcs.el index c41835e19f2..bf1d847f1a4 100644 --- a/lisp/vc/vc-rcs.el +++ b/lisp/vc/vc-rcs.el | |||
| @@ -683,11 +683,11 @@ Optional arg REVISION is a revision to annotate from." | |||
| 683 | ;; *BEFORE* editing occurs) to start from, but line numbers | 683 | ;; *BEFORE* editing occurs) to start from, but line numbers |
| 684 | ;; change as a result of edits. To DTRT, we apply edits in | 684 | ;; change as a result of edits. To DTRT, we apply edits in |
| 685 | ;; order of descending buffer position so that edits further | 685 | ;; order of descending buffer position so that edits further |
| 686 | ;; down in the buffer occur first w/o corrupting specified | 686 | ;; down in the buffer occur first without corrupting specified |
| 687 | ;; buffer positions of edits occurring towards the beginning of | 687 | ;; buffer positions of edits occurring towards the beginning of |
| 688 | ;; the buffer. In this way we avoid using markers. A pleasant | 688 | ;; the buffer. In this way we avoid using markers. A pleasant |
| 689 | ;; property of this approach is ability to push instructions | 689 | ;; property of this approach is ability to push instructions |
| 690 | ;; onto `path' directly, w/o need to maintain rev boundaries. | 690 | ;; onto `path' directly, without need to maintain rev boundaries. |
| 691 | (dolist (insn (cdr (assq :insn meta))) | 691 | (dolist (insn (cdr (assq :insn meta))) |
| 692 | (goto-char (point-min)) | 692 | (goto-char (point-min)) |
| 693 | (forward-line (1- (pop insn))) | 693 | (forward-line (1- (pop insn))) |
diff --git a/src/ChangeLog.11 b/src/ChangeLog.11 index a00ca453ca4..77180262aca 100644 --- a/src/ChangeLog.11 +++ b/src/ChangeLog.11 | |||
| @@ -14235,7 +14235,7 @@ | |||
| 14235 | ns_alternate_modifier. (Bug#1217) | 14235 | ns_alternate_modifier. (Bug#1217) |
| 14236 | 14236 | ||
| 14237 | * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:): | 14237 | * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:): |
| 14238 | Display all shortcuts, including those w/o super modifier. | 14238 | Display all shortcuts, including those without super modifier. |
| 14239 | 14239 | ||
| 14240 | * nsfns.m (ns-read-file-name): Fix typo in assignment statement. | 14240 | * nsfns.m (ns-read-file-name): Fix typo in assignment statement. |
| 14241 | 14241 | ||
diff --git a/src/ChangeLog.3 b/src/ChangeLog.3 index 4b3675eaa8f..d32e894fa53 100644 --- a/src/ChangeLog.3 +++ b/src/ChangeLog.3 | |||
| @@ -14422,7 +14422,7 @@ | |||
| 14422 | * s-umips.h: Now include either s-usg5-2-2.h or s-bsd4-3.h | 14422 | * s-umips.h: Now include either s-usg5-2-2.h or s-bsd4-3.h |
| 14423 | and then override as needed. | 14423 | and then override as needed. |
| 14424 | * m-mips.h: System dependence deleted. | 14424 | * m-mips.h: System dependence deleted. |
| 14425 | LD_SWITCH_MACHINE remains w/ options needed on all systems. | 14425 | LD_SWITCH_MACHINE remains with options needed on all systems. |
| 14426 | * m-pmax.h: A little of that (LIBS_DEBUG) moved here. | 14426 | * m-pmax.h: A little of that (LIBS_DEBUG) moved here. |
| 14427 | No need to undef LIBS_MACHINE. | 14427 | No need to undef LIBS_MACHINE. |
| 14428 | 14428 | ||
diff --git a/src/xdisp.c b/src/xdisp.c index b09aa6ec967..171c6ccaa02 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -22616,7 +22616,8 @@ usage: (trace-to-stderr STRING &rest OBJECTS) */) | |||
| 22616 | ***********************************************************************/ | 22616 | ***********************************************************************/ |
| 22617 | 22617 | ||
| 22618 | /* Return a temporary glyph row holding the glyphs of an overlay arrow. | 22618 | /* Return a temporary glyph row holding the glyphs of an overlay arrow. |
| 22619 | Used for non-window-redisplay windows, and for windows w/o left fringe. */ | 22619 | Used for non-window-redisplay windows, and for windows without left |
| 22620 | fringe. */ | ||
| 22620 | 22621 | ||
| 22621 | static struct glyph_row * | 22622 | static struct glyph_row * |
| 22622 | get_overlay_arrow_glyph_row (struct window *w, Lisp_Object overlay_arrow_string) | 22623 | get_overlay_arrow_glyph_row (struct window *w, Lisp_Object overlay_arrow_string) |
diff --git a/test/lisp/cedet/semantic-utest.el b/test/lisp/cedet/semantic-utest.el index b577b198089..4aaa4c5e3c4 100644 --- a/test/lisp/cedet/semantic-utest.el +++ b/test/lisp/cedet/semantic-utest.el | |||
| @@ -593,7 +593,7 @@ INSERTME is the text to be inserted after the deletion." | |||
| 593 | ) | 593 | ) |
| 594 | 594 | ||
| 595 | (ert-deftest semantic-utest-Scheme() | 595 | (ert-deftest semantic-utest-Scheme() |
| 596 | (skip-unless nil) ;; There is a bug w/ scheme parser. Skip this for now. | 596 | (skip-unless nil) ;; There is a bug with scheme parser. Skip this for now. |
| 597 | (semantic-utest-generic (semantic-utest-fname "tst.scm") semantic-utest-Scheme-buffer-contents semantic-utest-Scheme-name-contents '("fun2") ";1" ";deleted line") | 597 | (semantic-utest-generic (semantic-utest-fname "tst.scm") semantic-utest-Scheme-buffer-contents semantic-utest-Scheme-name-contents '("fun2") ";1" ";deleted line") |
| 598 | ) | 598 | ) |
| 599 | 599 | ||
diff --git a/test/lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el b/test/lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el index af19c122b9f..05d24a8e35d 100644 --- a/test/lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el +++ b/test/lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el | |||
| @@ -308,7 +308,7 @@ | |||
| 308 | (setq eieio-test-method-order-list (nreverse eieio-test-method-order-list)) | 308 | (setq eieio-test-method-order-list (nreverse eieio-test-method-order-list)) |
| 309 | (eieio-test-match ans))) | 309 | (eieio-test-match ans))) |
| 310 | 310 | ||
| 311 | ;;; Jan's methodinvoke order w/ multiple inheritance and :after methods. | 311 | ;;; Jan's methodinvoke order with multiple inheritance and :after methods. |
| 312 | ;; | 312 | ;; |
| 313 | (defclass eitest-Ja () | 313 | (defclass eitest-Ja () |
| 314 | ()) | 314 | ()) |
diff --git a/test/lisp/erc/erc-join-tests.el b/test/lisp/erc/erc-join-tests.el index 8210defbfbd..89521ba4292 100644 --- a/test/lisp/erc/erc-join-tests.el +++ b/test/lisp/erc/erc-join-tests.el | |||
| @@ -335,7 +335,7 @@ | |||
| 335 | (start-process "true" (current-buffer) "true") | 335 | (start-process "true" (current-buffer) "true") |
| 336 | erc-server-current-nick "tester" | 336 | erc-server-current-nick "tester" |
| 337 | erc-server-announced-name "foo.gnu.chat" | 337 | erc-server-announced-name "foo.gnu.chat" |
| 338 | ;; Assume special case w/o known network | 338 | ;; Assume special case without known network |
| 339 | erc-networks--id (make-erc-networks--id)) | 339 | erc-networks--id (make-erc-networks--id)) |
| 340 | (set-process-query-on-exit-flag erc-server-process nil) | 340 | (set-process-query-on-exit-flag erc-server-process nil) |
| 341 | (should-not calls) | 341 | (should-not calls) |
diff --git a/test/lisp/filenotify-tests.el b/test/lisp/filenotify-tests.el index d82e2dae7aa..724cd63e222 100644 --- a/test/lisp/filenotify-tests.el +++ b/test/lisp/filenotify-tests.el | |||
| @@ -1590,8 +1590,8 @@ the file watch." | |||
| 1590 | (unwind-protect | 1590 | (unwind-protect |
| 1591 | (progn | 1591 | (progn |
| 1592 | (write-region "any text" nil file-notify--test-tmpfile1 nil 'no-message) | 1592 | (write-region "any text" nil file-notify--test-tmpfile1 nil 'no-message) |
| 1593 | ;; Some systems, like MS Windows w/o sufficient privileges, do | 1593 | ;; Some systems, like MS Windows without sufficient |
| 1594 | ;; not allow creation of symbolic links. | 1594 | ;; privileges, do not allow creation of symbolic links. |
| 1595 | (condition-case nil | 1595 | (condition-case nil |
| 1596 | (make-symbolic-link | 1596 | (make-symbolic-link |
| 1597 | file-notify--test-tmpfile1 file-notify--test-tmpfile) | 1597 | file-notify--test-tmpfile1 file-notify--test-tmpfile) |
diff --git a/test/lisp/net/tramp-archive-tests.el b/test/lisp/net/tramp-archive-tests.el index f8a0aa03e32..d9eafc47ad7 100644 --- a/test/lisp/net/tramp-archive-tests.el +++ b/test/lisp/net/tramp-archive-tests.el | |||
| @@ -123,7 +123,7 @@ the origin of the temporary TMPFILE, have no write permissions." | |||
| 123 | 123 | ||
| 124 | (defun tramp-archive--test-emacs27-p () | 124 | (defun tramp-archive--test-emacs27-p () |
| 125 | "Check for Emacs version >= 27.1. | 125 | "Check for Emacs version >= 27.1. |
| 126 | Some semantics has been changed for there, w/o new functions or | 126 | Some semantics has been changed for there, without new functions or |
| 127 | variables, so we check the Emacs version directly." | 127 | variables, so we check the Emacs version directly." |
| 128 | (>= emacs-major-version 27)) | 128 | (>= emacs-major-version 27)) |
| 129 | 129 | ||
diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el index 6ffb8a65292..79b2fc803d6 100644 --- a/test/lisp/net/tramp-tests.el +++ b/test/lisp/net/tramp-tests.el | |||
| @@ -6597,20 +6597,20 @@ INPUT, if non-nil, is a string sent to the process." | |||
| 6597 | 6597 | ||
| 6598 | (defun tramp--test-emacs27-p () | 6598 | (defun tramp--test-emacs27-p () |
| 6599 | "Check for Emacs version >= 27.1. | 6599 | "Check for Emacs version >= 27.1. |
| 6600 | Some semantics has been changed for there, w/o new functions or | 6600 | Some semantics has been changed for there, without new functions |
| 6601 | variables, so we check the Emacs version directly." | 6601 | or variables, so we check the Emacs version directly." |
| 6602 | (>= emacs-major-version 27)) | 6602 | (>= emacs-major-version 27)) |
| 6603 | 6603 | ||
| 6604 | (defun tramp--test-emacs28-p () | 6604 | (defun tramp--test-emacs28-p () |
| 6605 | "Check for Emacs version >= 28.1. | 6605 | "Check for Emacs version >= 28.1. |
| 6606 | Some semantics has been changed for there, w/o new functions or | 6606 | Some semantics has been changed for there, without new functions |
| 6607 | variables, so we check the Emacs version directly." | 6607 | or variables, so we check the Emacs version directly." |
| 6608 | (>= emacs-major-version 28)) | 6608 | (>= emacs-major-version 28)) |
| 6609 | 6609 | ||
| 6610 | (defun tramp--test-emacs29-p () | 6610 | (defun tramp--test-emacs29-p () |
| 6611 | "Check for Emacs version >= 29.1. | 6611 | "Check for Emacs version >= 29.1. |
| 6612 | Some semantics has been changed for there, w/o new functions or | 6612 | Some semantics has been changed for there, without new functions |
| 6613 | variables, so we check the Emacs version directly." | 6613 | or variables, so we check the Emacs version directly." |
| 6614 | (>= emacs-major-version 29)) | 6614 | (>= emacs-major-version 29)) |
| 6615 | 6615 | ||
| 6616 | (defun tramp--test-adb-p () | 6616 | (defun tramp--test-adb-p () |
diff --git a/test/manual/cedet/cedet-utests.el b/test/manual/cedet/cedet-utests.el index b365908c639..2c5ba46855d 100644 --- a/test/manual/cedet/cedet-utests.el +++ b/test/manual/cedet/cedet-utests.el | |||
| @@ -333,7 +333,8 @@ ERRORCONDITION is some error that may have occurred during testing." | |||
| 333 | "Add into the log that the last item is done. | 333 | "Add into the log that the last item is done. |
| 334 | Apply NOTES to the doneness of the log. | 334 | Apply NOTES to the doneness of the log. |
| 335 | Apply ERR if there was an error in previous item. | 335 | Apply ERR if there was an error in previous item. |
| 336 | Optional argument PRECR indicates to prefix the done msg w/ a newline." | 336 | Optional argument PRECR indicates to prefix the done message with |
| 337 | a newline." | ||
| 337 | (if noninteractive | 338 | (if noninteractive |
| 338 | ;; Non-interactive-mode - show a message. | 339 | ;; Non-interactive-mode - show a message. |
| 339 | (if notes | 340 | (if notes |
diff --git a/test/manual/cedet/semantic-tests.el b/test/manual/cedet/semantic-tests.el index dcdeb45b0a3..1d0e668d96f 100644 --- a/test/manual/cedet/semantic-tests.el +++ b/test/manual/cedet/semantic-tests.el | |||
| @@ -87,7 +87,8 @@ run the test again"))) | |||
| 87 | (defun semanticdb-test-gnu-global (searchfor &optional standardfile) | 87 | (defun semanticdb-test-gnu-global (searchfor &optional standardfile) |
| 88 | "Test the GNU Global semanticdb. | 88 | "Test the GNU Global semanticdb. |
| 89 | Argument SEARCHFOR is the text to search for. | 89 | Argument SEARCHFOR is the text to search for. |
| 90 | If optional arg STANDARDFILE is non-nil, use a standard file w/ global enabled." | 90 | If optional arg STANDARDFILE is non-nil, use a standard file with |
| 91 | global enabled." | ||
| 91 | (interactive "sSearch For Tag: \nP") | 92 | (interactive "sSearch For Tag: \nP") |
| 92 | 93 | ||
| 93 | (require 'data-debug) | 94 | (require 'data-debug) |
diff --git a/test/manual/cedet/tests/testpolymorph.cpp b/test/manual/cedet/tests/testpolymorph.cpp index ba64e39a7a5..cfe44ecc4d3 100644 --- a/test/manual/cedet/tests/testpolymorph.cpp +++ b/test/manual/cedet/tests/testpolymorph.cpp | |||
| @@ -22,7 +22,7 @@ | |||
| 22 | 22 | ||
| 23 | #include <cmath> | 23 | #include <cmath> |
| 24 | 24 | ||
| 25 | // Test 1 - Functions w/ prototypes | 25 | // Test 1 - Functions with prototypes |
| 26 | namespace proto { | 26 | namespace proto { |
| 27 | 27 | ||
| 28 | int pt_func1(int arg1); | 28 | int pt_func1(int arg1); |
| @@ -32,7 +32,7 @@ namespace proto { | |||
| 32 | 32 | ||
| 33 | } | 33 | } |
| 34 | 34 | ||
| 35 | // Test 2 - Functions w/ different arg lists. | 35 | // Test 2 - Functions with different arg lists. |
| 36 | namespace fcn_poly { | 36 | namespace fcn_poly { |
| 37 | 37 | ||
| 38 | int pm_func(void) { | 38 | int pm_func(void) { |
| @@ -50,7 +50,7 @@ namespace fcn_poly { | |||
| 50 | 50 | ||
| 51 | } | 51 | } |
| 52 | 52 | ||
| 53 | // Test 3 - Methods w/ different arg lists. | 53 | // Test 3 - Methods with different arg lists. |
| 54 | class meth_poly { | 54 | class meth_poly { |
| 55 | public: | 55 | public: |
| 56 | int pm_meth(void) { | 56 | int pm_meth(void) { |
| @@ -68,7 +68,7 @@ public: | |||
| 68 | 68 | ||
| 69 | }; | 69 | }; |
| 70 | 70 | ||
| 71 | // Test 4 - Templates w/ partial specifiers. | 71 | // Test 4 - Templates with partial specifiers. |
| 72 | namespace template_partial_spec { | 72 | namespace template_partial_spec { |
| 73 | template <typename T> class test | 73 | template <typename T> class test |
| 74 | { | 74 | { |
| @@ -83,7 +83,7 @@ namespace template_partial_spec { | |||
| 83 | }; | 83 | }; |
| 84 | } | 84 | } |
| 85 | 85 | ||
| 86 | // Test 5 - Templates w/ full specialization which may or may not share | 86 | // Test 5 - Templates with full specialization which may or may not share |
| 87 | // common functions. | 87 | // common functions. |
| 88 | namespace template_full_spec { | 88 | namespace template_full_spec { |
| 89 | template <typename T> class test | 89 | template <typename T> class test |
diff --git a/test/manual/cedet/tests/testsppreplace.c b/test/manual/cedet/tests/testsppreplace.c index 54ae3f0323e..d255c202d35 100644 --- a/test/manual/cedet/tests/testsppreplace.c +++ b/test/manual/cedet/tests/testsppreplace.c | |||
| @@ -66,7 +66,7 @@ int myFcn3 (int a, int b); | |||
| 66 | 66 | ||
| 67 | MULTI_ARGS(ma_struct, moose, penguin, emu); | 67 | MULTI_ARGS(ma_struct, moose, penguin, emu); |
| 68 | 68 | ||
| 69 | /* TEST: Macro w/ args, but no body. */ | 69 | /* TEST: Macro with args, but no body. */ |
| 70 | #define NO_BODY(name) | 70 | #define NO_BODY(name) |
| 71 | 71 | ||
| 72 | NO_BODY(Moose); | 72 | NO_BODY(Moose); |
| @@ -78,7 +78,7 @@ int not_with_args_fcn NOT_WITH_ARGS | |||
| 78 | { | 78 | { |
| 79 | } | 79 | } |
| 80 | 80 | ||
| 81 | /* TEST: macro w/ continuation. */ | 81 | /* TEST: macro with continuation. */ |
| 82 | #define WITH_CONT \ | 82 | #define WITH_CONT \ |
| 83 | continuation_symbol | 83 | continuation_symbol |
| 84 | 84 | ||
diff --git a/test/manual/cedet/tests/testsppreplaced.c b/test/manual/cedet/tests/testsppreplaced.c index c359fa7d690..c98349174e5 100644 --- a/test/manual/cedet/tests/testsppreplaced.c +++ b/test/manual/cedet/tests/testsppreplaced.c | |||
| @@ -55,14 +55,14 @@ int myFcn3 (int a, int b); | |||
| 55 | /* TEST: Multiple args to a macro. */ | 55 | /* TEST: Multiple args to a macro. */ |
| 56 | struct ma_struct { int moose; int penguin; int emu; }; | 56 | struct ma_struct { int moose; int penguin; int emu; }; |
| 57 | 57 | ||
| 58 | /* TEST: Macro w/ args, but no body. */ | 58 | /* TEST: Macro with args, but no body. */ |
| 59 | 59 | ||
| 60 | /* TEST: Not a macro with args, but close. */ | 60 | /* TEST: Not a macro with args, but close. */ |
| 61 | int not_with_args_fcn (moose) | 61 | int not_with_args_fcn (moose) |
| 62 | { | 62 | { |
| 63 | } | 63 | } |
| 64 | 64 | ||
| 65 | /* TEST: macro w/ continuation. */ | 65 | /* TEST: macro with continuation. */ |
| 66 | int continuation_symbol () { }; | 66 | int continuation_symbol () { }; |
| 67 | 67 | ||
| 68 | /* TEST: macros in a macro - tail processing */ | 68 | /* TEST: macros in a macro - tail processing */ |