aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorStefan Kangas2022-12-01 16:36:09 +0100
committerStefan Kangas2022-12-01 16:36:09 +0100
commit70ecdebc92c879af90f2d25a2b751d1cc4f3f80d (patch)
tree27d9ebd0090f107cb4381b8155e08097c988a471 /lisp
parenta86ccb5f9dd4a5fe8e6af974d7f577e7b5d0a8d4 (diff)
downloademacs-70ecdebc92c879af90f2d25a2b751d1cc4f3f80d.tar.gz
emacs-70ecdebc92c879af90f2d25a2b751d1cc4f3f80d.zip
; Fix typos (don't abbreviate "with" or "without")
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog.102
-rw-r--r--lisp/ChangeLog.119
-rw-r--r--lisp/ChangeLog.127
-rw-r--r--lisp/ChangeLog.142
-rw-r--r--lisp/ChangeLog.163
-rw-r--r--lisp/ChangeLog.33
-rw-r--r--lisp/ChangeLog.43
-rw-r--r--lisp/ChangeLog.62
-rw-r--r--lisp/ChangeLog.75
-rw-r--r--lisp/ChangeLog.811
-rw-r--r--lisp/ChangeLog.98
-rw-r--r--lisp/autorevert.el4
-rw-r--r--lisp/comint.el2
-rw-r--r--lisp/emacs-lisp/chart.el2
-rw-r--r--lisp/emacs-lisp/package.el2
-rw-r--r--lisp/epg.el2
-rw-r--r--lisp/gnus/ChangeLog.33
-rw-r--r--lisp/gnus/gnus-cache.el2
-rw-r--r--lisp/gnus/message.el2
-rw-r--r--lisp/net/ange-ftp.el2
-rw-r--r--lisp/net/tramp.el4
-rw-r--r--lisp/obsolete/rfc2368.el12
-rw-r--r--lisp/org/ChangeLog.14
-rw-r--r--lisp/play/zone.el2
-rw-r--r--lisp/progmodes/antlr-mode.el2
-rw-r--r--lisp/progmodes/asm-mode.el2
-rw-r--r--lisp/progmodes/compile.el2
-rw-r--r--lisp/progmodes/scheme.el2
-rw-r--r--lisp/shell.el2
-rw-r--r--lisp/strokes.el2
-rw-r--r--lisp/term.el2
-rw-r--r--lisp/textmodes/reftex.el3
-rw-r--r--lisp/vc/vc-rcs.el4
33 files changed, 64 insertions, 55 deletions
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 @@
47882003-03-10 Thien-Thi Nguyen <ttn@gnu.org> 47882003-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
47932003-03-10 John Paul Wallington <jpw@gnu.org> 47932003-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 @@
2122004-12-27 Richard M. Stallman <rms@gnu.org> 2122004-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 @@
202182008-02-12 Stefan Monnier <monnier@iro.umontreal.ca> 202182008-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
48722012-10-11 Stefan Monnier <monnier@iro.umontreal.ca> 48722012-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
42291998-04-20 Per Starbäck <starback@update.uu.se> 42301998-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 @@
98001998-08-27 Richard Stallman <rms@gnu.org> 98001998-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
98061998-08-27 Dave Love <fx@gnu.org> 98061998-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
99841998-08-19 Dan Nicolaescu <done@ece.arizona.edu> 99851998-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 @@
14182001-08-28 Thien-Thi Nguyen <ttn@gnu.org> 14182001-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 @@
114832000-09-23 Thien-Thi Nguyen <ttn@gnu.org> 114832000-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.
2953This is true, if either the remote host is already connected, or if we are 2953This is true, if either the remote host is already connected, or if we are
2954not in completion mode." 2954not 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.
88MAILTO-URL should be a RFC 2368 (mailto) compliant url. A cons cell w/ a 88MAILTO-URL should be a RFC 2368 (mailto) compliant url. A cons cell with a
89key of `Body' is a special case and is considered a header for this purpose. 89key of `Body' is a special case and is considered a header for this purpose.
90The returned alist is intended for use w/ the `compose-mail' interface. 90The returned alist is intended for use with the `compose-mail' interface.
91Note: make sure MAILTO-URL has been \"unhtmlized\" (e.g., &amp; -> &), before 91Note: make sure MAILTO-URL has been \"unhtmlized\" (e.g., &amp; -> &), before
92calling this function." 92calling 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 @@
238892010-11-11 Eric Schulte <schulte.eric@gmail.com> 238892010-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
238942010-11-11 Bernt Hansen <bernt@norang.ca> 238942010-11-11 Bernt Hansen <bernt@norang.ca>
23895 23895
@@ -23909,7 +23909,7 @@
239092010-11-11 Eric Schulte <schulte.eric@gmail.com> 239092010-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
239142010-11-11 Eric Schulte <schulte.eric@gmail.com> 239142010-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)))