]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typos (don't abbreviate "with" or "without")
authorStefan Kangas <stefankangas@gmail.com>
Thu, 1 Dec 2022 15:36:09 +0000 (16:36 +0100)
committerStefan Kangas <stefankangas@gmail.com>
Thu, 1 Dec 2022 15:36:09 +0000 (16:36 +0100)
51 files changed:
ChangeLog.2
ChangeLog.3
doc/lispref/display.texi
lib-src/ChangeLog.1
lisp/ChangeLog.10
lisp/ChangeLog.11
lisp/ChangeLog.12
lisp/ChangeLog.14
lisp/ChangeLog.16
lisp/ChangeLog.3
lisp/ChangeLog.4
lisp/ChangeLog.6
lisp/ChangeLog.7
lisp/ChangeLog.8
lisp/ChangeLog.9
lisp/autorevert.el
lisp/comint.el
lisp/emacs-lisp/chart.el
lisp/emacs-lisp/package.el
lisp/epg.el
lisp/gnus/ChangeLog.3
lisp/gnus/gnus-cache.el
lisp/gnus/message.el
lisp/net/ange-ftp.el
lisp/net/tramp.el
lisp/obsolete/rfc2368.el
lisp/org/ChangeLog.1
lisp/play/zone.el
lisp/progmodes/antlr-mode.el
lisp/progmodes/asm-mode.el
lisp/progmodes/compile.el
lisp/progmodes/scheme.el
lisp/shell.el
lisp/strokes.el
lisp/term.el
lisp/textmodes/reftex.el
lisp/vc/vc-rcs.el
src/ChangeLog.11
src/ChangeLog.3
src/xdisp.c
test/lisp/cedet/semantic-utest.el
test/lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el
test/lisp/erc/erc-join-tests.el
test/lisp/filenotify-tests.el
test/lisp/net/tramp-archive-tests.el
test/lisp/net/tramp-tests.el
test/manual/cedet/cedet-utests.el
test/manual/cedet/semantic-tests.el
test/manual/cedet/tests/testpolymorph.cpp
test/manual/cedet/tests/testsppreplace.c
test/manual/cedet/tests/testsppreplaced.c

index 483dec254203cdb9cff8753dbd440dba66a0f1b2..143be59c9e9f574c0aa21905c3ca60fb5d2017fa 100644 (file)
 
        Fix tests in file-notify-tests.el
        * test/automated/file-notify-tests.el: Remove Tramp declarations.
-       (file-notify-test00-availability): Print remote command w/o Tramp
-       internal functions.
+       (file-notify-test00-availability): Print remote command without
+       Tramp internal functions.
        (file-notify-test02-events, file-notify-test02-events-remote):
        Adapt docstring.
        (file-notify-test03-autorevert): Use `format-message' when
index e7ad130d009b2a10dfa89956f14ee5fb32e0e4ba..136a276b6321b6215e9f919c7fc21abca3875b3e 100644 (file)
        * test/README: Mention $EMACS_TEST_DIRECTORY.
 
        * test/lisp/image-tests.el (image-tests--emacs-images-directory):
-       Use `data-directory', for runs w/o of make.
+       Use `data-directory', for runs without of make.
        (image-type/from-filename): Check for `image-load-path'.
 
 2021-03-16  Michael Albinus  <michael.albinus@gmx.de>
 
 2020-08-27  Tino Calancha  <tino.calancha@gmail.com>
 
-       dired: Show broken/circular links w/ different face
+       dired: Show broken/circular links with different face
 
        * lisp/dired.el (dired-broken-symlink): New face.
        (dired-font-lock-keywords):
 
 2018-12-28  Michael Albinus  <michael.albinus@gmx.de>
 
-       * lisp/net/tramp-sh.el (tramp-set-remote-path): Handle platforms w/o getconf.
+       * lisp/net/tramp-sh.el (tramp-set-remote-path): Handle platforms
+       without getconf.
 
 2018-12-27  Paul Eggert  <eggert@cs.ucla.edu>
 
        Fix file name completion in Tramp
 
        * lisp/net/tramp.el (tramp-handle-file-name-directory): Fix case
-       of localname starts w/o a slash.
+       of localname starts without a slash.
 
        * test/lisp/net/tramp-tests.el (tramp-test06-directory-file-name):
        Extend test.
        Mention pcase as a fifth conditional form
 
        * doc/lispref/control.texi (Conditionals): ...here,
-       in first para, w/ xref to "Pattern-Matching Conditional".
+       in first para, with xref to "Pattern-Matching Conditional".
 
 2018-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
 
 
 2017-08-06  Tino Calancha  <tino.calancha@gmail.com>
 
-       Dired w/ eshell-ls: Handle shell wildcards in file name
+       Dired with eshell-ls: Handle shell wildcards in file name
 
        * lisp/eshell/em-ls.el (eshell-ls--insert-directory):
        Use eshell-extended-glob (Bug#27844).
 
 2017-08-01  Tino Calancha  <tino.calancha@gmail.com>
 
-       Insert subdir content if dir-or-list is a string w/o wildcards
+       Insert subdir content if dir-or-list is a string without wildcards
 
        * lisp/eshell/em-ls.el (eshell-ls--insert-directory):
        Append '("-d") into 'eshell-ls-dired-initial-args'
 
 2017-03-03  Rolf Ade  <rolf@pointsman.de>  (tiny change)
 
-       sql-mode w/ sqlite: In-memory database
+       sql-mode with sqlite: In-memory database
 
        Enable the usage of an in-memory database. Prior to this, sql-mode w/
        sqlite could only be used with file databases.
 
 2017-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
 
-       (cl-defstruct): Improve error message for slots w/o value (bug#25312)
+       (cl-defstruct): Improve error message for slots without value
+       (bug#25312)
 
        * lisp/emacs-lisp/cl-macs.el (cl-defstruct): Don't signal an error but
        emit a warning for those coders who forgot to put a default value in
index 10a1a18dd1c6314f323986221be259cf3dbbe7ff..60955fd3195fbdef5a2dbc74ed5ee0f20ce8b01d 100644 (file)
@@ -5419,7 +5419,7 @@ before @code{height}.
 
 @c We put all the '@code{(when ...)}' on one line to encourage
 @c makeinfo's end-of-sentence heuristics to DTRT.  Previously, the dot
-@c was at eol; the info file ended up w/ two spaces rendered after it.
+@c was at eol; the info file ended up with two spaces rendered after it.
   You can make any display specification conditional.  To do that,
 package it in another list of the form
 @code{(when @var{condition} . @var{spec})}.
index 0829f50a56d31c6f1317abf6fcc9010b744f664d..c5988072e99dee986ef8798a2a3ec98212c19dc4 100644 (file)
 2004-05-07  Thien-Thi Nguyen  <ttn@gnu.org>
 
        * b2m.c (GOOD, BAD): Delete macros.  Throughout,
-       replace w/ `EXIT_SUCCESS' and `EXIT_FAILURE', respectively.
+       replace with `EXIT_SUCCESS' and `EXIT_FAILURE', respectively.
        (main): Use `EXIT_SUCCESS' or `EXIT_FAILURE' for return value.
 
        * etags.c: Likewise.
index de73fe7f0a25cd6228891bf454931bde3201aa01..7c080ea496108955f105eb4c111932ad35627c66 100644 (file)
 2003-03-10  Thien-Thi Nguyen  <ttn@gnu.org>
 
        * progmodes/scheme.el (scheme-mode-syntax-table):
-       Construct w/o using `with-syntax-table'.
+       Construct without using `with-syntax-table'.
 
 2003-03-10  John Paul Wallington  <jpw@gnu.org>
 
index 53a83c638c54794a47b6757dfb67d9fc259282dc..f16191e8b7bc30032049d3b17c52a57cbc21cd6b 100644 (file)
 2004-12-27  Richard M. Stallman  <rms@gnu.org>
 
        * files.el (buffer-save-without-query): New var (buffer-local).
-       (save-some-buffers): Save those buffers first, w/o asking.
+       (save-some-buffers): Save those buffers first, without asking.
 
        * files.el (insert-directory-ls-version): New variable.
        (insert-directory): When ls returns an error, test the version
        instead of `direction'.  Update callers.  When `del-count' is
        non-nil, delete that many characters, otherwise `count' characters
        backwards.  Insert the newly-replaced string `count' times.
-       (zone-fret): Handle chars w/ width greater than one.
+       (zone-fret): Handle chars with width greater than one.
        (zone-fall-through-ws): No longer take window width `ww'.
        Update callers.  Add handling for `char-width' greater than one.
        (zone-pgm-drip): Update var holding window-end position every cycle.
        * startup.el (fancy-splash-tail, normal-splash-screen):
        Update copyright year.
 
-       * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
+       * shadowfile.el (shadowfile-unload-hook): Set as variable with
+       add-hook.
 
        * server.el (server-unload-hook): Set as a variable with add-hook.
 
        (compilation-skip-visited, compilation-context-lines):
        Declare :version when added to Emacs.
        (compilation-error-regexp-alist-alist): Extend caml and irix.
-       (compilation-setup): Fix if font-locked w/o font-lock-defaults.
+       (compilation-setup): Fix if font-locked without font-lock-defaults.
        (compilation-mode-font-lock-keywords): Temporarily undo line as
        function patch, which wasn't ready.
 
index 0796965a9bac6657792e4417edfb7c624d0c3e9d..ec58ffc173aa962b31f0ab62b8d4d1b95c4a929e 100644 (file)
        is updated.
 
        * whitespace.el (whitespace-buffer-leading-cleanup):
-       Simplify w/ skip-chars-forward.
-       (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
+       Simplify with skip-chars-forward.
+       (whitespace-buffer-trailing-cleanup): Simplify with
+       skip-chars-backward.
 
        * mail/rmail.el (rmail-only-expunge): Fix paren error.
        Unconditionally try to leave point at the same old place.
 
        * facemenu.el (list-colors-print): Print #RRGGBB in default face.
        Remove 1 space before #RRGGBB to not truncate it on terminal
-       windows w/o fringes.  Remove 1 space between bg and fg examples
+       windows without fringes.  Remove 1 space between bg and fg examples
        to get more space.
        (list-colors-duplicates): Replace `and' with `if' for `boundp' to
        avoid byte-compile warnings.
index 8d8c611778832a972844157812111392348de2aa..eae47fe19857b2bcf5803dbbc3398a2b3f560fdc 100644 (file)
 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
-       works also for buffers w/o buffer-file-name.  Update callers.
+       works also for buffers without buffer-file-name.  Update callers.
        (doc-view-clone-buffer-hook): New fun.
        (doc-view-mode): Use it for indirect clones.  Mark the overlays with
        the `doc-view' property so they can be recognized.
index 7b57c014d2bb4f895033125fc52e1b7e0ec758b2..1d7684be8123292e98c43134071fabcc16860555 100644 (file)
 
 2012-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
 
-       * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
+       * help-fns.el (describe-function-1): Handle autoloads without
+       docstrings.
 
        * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
        changes to the format of load-history.
index e23226b8440b20aafb0ccd41040b3f52226ea26f..46089685a3d59e9abc7d68920199a0c5eb664048 100644 (file)
        (next-matching-history-element): Likewise.
        (minibuffer-history-search-history): New variable.
 
-       * simple.el (read-expression-map): New keymap, w/ lisp-complete-symbol.
+       * simple.el (read-expression-map): New keymap, with
+       lisp-complete-symbol.
        (eval-expression, edit-and-eval-command): Use read-expression-map.
        (repeat-complex-command): Likewise.
 
index ea0502975ec81d22a0790ae809ee873061536c4a..ddea2a4e2fbe58b1e0d0c8e2cf43dce6172e1777 100644 (file)
        * ispell.el (ispell-menu-map): Add missing quote in defalias.
        (ispell-window-configuration): Initialize to nil.
 
-       * vc-hooks.el (vc-rcs-status): Make work buffer's name start w/ space.
+       * vc-hooks.el (vc-rcs-status): Make work buffer's name start with
+       space.
 
        * simple.el (completion-setup-function): Insert the mouse help message
        only if non-nil `window-system'.
index 27d522aaf2ac79575bea7286807a9fed43b62ca5..8e07e5c36af0ffb287dfbfbed21b37dbdc99984e 100644 (file)
        * menu-bar.el (menu-bar-tools-menu): Delete ediff-doc and
        eregistry items.
 
-       * help.el (describe-mode): Handle minor mode w/o mode line indicator.
+       * help.el (describe-mode): Handle minor mode without mode line indicator.
 
        * bibtex.el (bibtex-version): Variable deleted.
        (bibtex-submit-bug-report): Don't use that.
index 32208324541f57732583631cc4ce5855431b9428..91b8d474224446b4ebad770d9725112c972fc580 100644 (file)
        (speedbar-supported-extension-expressions): Add more extensions.
        (speedbar-add-supported-extension)
        (speedbar-add-ignored-path-regexp): Made interactive.
-       (speedbar-update-flag): Nil w/ no window system.
+       (speedbar-update-flag): Nil with no window system.
        (speedbar-file-key-map): Move some key bindings from
        `speedbar-key-map' to this map.
        (speedbar-make-specialized-keymap): New function.
        Do the right thing when nil is specified as criterion for activeness.
        Fix string used to report an invalid item.
 
-       * tmm.el (tmm-get-keymap): Handle new format menu item w/o cache.
+       * tmm.el (tmm-get-keymap): Handle new format menu item without
+       cache.
        (tmm-prompt): If reach an empty menu, get an error.
 
 1998-04-20  Per Starbäck  <starback@update.uu.se>
index a14d68219257c7217384717e299ef70a1485ad34..3b6205bc60ddaf35303604f6bf4f429e95c4d2d5 100644 (file)
        overlays if they interfere.
        (compilation-find-file): Make intangible overlays tangible.
 
-       * progmodes/hideshow.el: Generally, synch w/ maintainer
+       * progmodes/hideshow.el: Generally, synch with maintainer
        version 5.9.
 
        (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
 
        * speedbar.el (speedbar-item-info-file-helper): Add optional arg
        of the file whose info we want to display.
-       (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
+       (speedbar-easymenu-definition-trailer) Fix list issue with customize.
        (speedbar-add-mode-functions-list) Improve doc.
        (speedbar-line-token) New function.
        (speedbar-dired) Fix order of directories in -shown-directories.
 1998-08-27  Richard Stallman  <rms@gnu.org>
 
        * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
-       * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
-       Clear appt-mode-string if we don't put something in it.
+       * calendar/appt.el (appt-check): Start the appt-mode-string with
+       space.  Clear appt-mode-string if we don't put something in it.
 
 1998-08-27  Dave Love  <fx@gnu.org>
 
        (speedbar-mode): Set buffer to read only.
        (speedbar-temp-buffer-show-function): For Emacs don't call hook
        with arguments.
-       (speedbar-stealthy-updates): Do all updates w/ the buffer writable.
+       (speedbar-stealthy-updates): Do all updates with the buffer
+       writable.
 
 1998-08-19  Dan Nicolaescu  <done@ece.arizona.edu>
 
index 469d0970f829c0e8a80b51a19637d30c9462defd..be6ba962cf3862580592be7284958b330d22abc0 100644 (file)
 2001-08-28  Thien-Thi Nguyen  <ttn@gnu.org>
 
        * progmodes/hideshow.el: Update first-line description.
-       Sync comments w/ maintainer version 5.31.
+       Sync comments with maintainer version 5.31.
 
        (hs-isearch-open): Default value now `code'.
        Fix docstring to use "code blocks" vs "comment blocks",
        as opposed to "block" vs "comment".
        (hs-flag-region): Accept `hs-isearch-open' value
-       of `block' as synonymous w/ `code'.
+       of `block' as synonymous with `code'.
        (hs-hide-block-at-point): For code blocks, pass `code'
        to `hs-flag-region' instead of `block'.
 
 2000-09-23  Thien-Thi Nguyen  <ttn@gnu.org>
 
        * progmodes/hideshow.el: Update author email address.
-       Generally, sync w/ maintainer version 5.22.
+       Generally, sync with maintainer version 5.22.
        (hs-hide-all-non-comment-function): New var.
        (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
        (hs-hide-all): Use `hs-hide-all-non-comment-function'.
        (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
        (speedbar-directory-buttons): Update path search/expansion.
        (speedbar-make-tag-line): Pay attention to
-       `speedbar-indentation-width'.  Use more care w/ invisible
+       `speedbar-indentation-width'.  Use more care with invisible
        properties.
        (speedbar-change-expand-button-char):
        Call `speedbar-insert-image-button-maybe'.
index e3d66c04bc2371514b1559ba13ac975a03bbdf40..1ed3f693ab73af296cf5b741e07fe98a2b8c36e5 100644 (file)
@@ -718,7 +718,7 @@ system.")
                           (string-equal
                            (file-name-nondirectory file)
                            (file-name-nondirectory buffer-file-name)))
-                     ;; A buffer w/o a file, like dired.
+                     ;; A buffer without a file, like dired.
                      (null buffer-file-name))
                 (auto-revert-notify-rm-watch)
                 ;; Restart the timer if it wasn't running.
@@ -739,7 +739,7 @@ system.")
                               (string-equal
                                (file-name-nondirectory file1)
                                (file-name-nondirectory buffer-file-name)))))
-                   ;; A buffer w/o a file, like dired.
+                   ;; A buffer without a file, like dired.
                    (and (null buffer-file-name)
                         (memq action '(created renamed deleted))))
               ;; Mark buffer modified.
index 93b97cb22b4dfad4b29bdd0666ea6d33f32af508..4d9fc5018742d6bd43ff2f19bacf64338e8c27bd 100644 (file)
@@ -78,7 +78,7 @@
 ;;
 ;; Not bound by default in comint-mode (some are in shell mode)
 ;; comint-run                          Run a program under comint-mode
-;; comint-send-invisible               Read a line w/o echo, and send to proc
+;; comint-send-invisible               Read a line without echo, and send to proc
 ;; comint-dynamic-complete-filename    Complete filename at point.
 ;; comint-dynamic-list-filename-completions List completions in help buffer.
 ;; comint-replace-by-expanded-filename Expand and complete filename at point;
index 9ff893b75b6e023e07237d697ccc18f8b857ec86..16c2c3474093a5554f539fc71ba3276cae7a0000 100644 (file)
@@ -35,7 +35,7 @@
 ;; anything encapsulated in a nice eieio object.
 ;;
 ;;   Current example apps for chart can be accessed via these commands:
-;; `chart-file-count'     - count files w/ matching extensions
+;; `chart-file-count'     - count files with matching extensions
 ;; `chart-space-usage'    - display space used by files/directories
 ;; `chart-emacs-storage'  - Emacs storage units used/free (garbage-collect)
 ;; `chart-emacs-lists'    - length of Emacs lists
index f10dc9157213ce3ddea664d1513aa2cc1a0d2d4d..a9fd8c741e8156315a1becc0d2d5342eac8b92c8 100644 (file)
@@ -3110,7 +3110,7 @@ package PKG-DESC, add one.  The alist is keyed with PKG-DESC."
   "If non-nil, include packages that don't have a version in `list-packages'.")
 
 (defvar package-list-unsigned nil
-  "If non-nil, mention in the list which packages were installed w/o signature.")
+  "If non-nil, mention in the list which packages were installed without signature.")
 
 (defvar package--emacs-version-list (version-to-list emacs-version)
   "The value of variable `emacs-version' as a list.")
index ceeb269b0709ca96557344dc2781001b519d8bb8..527ebfcc2b9aab25e2db1a9500f590fd6f7aa4f2 100644 (file)
@@ -482,7 +482,7 @@ callback data (if any)."
              (format "      skipped new keys: %d\n"
                      (epg-import-result-not-imported import-result)))
          (if (> (epg-import-result-no-user-id import-result) 0)
-             (format "          w/o user IDs: %d\n"
+             (format "          without user IDs: %d\n"
                      (epg-import-result-no-user-id import-result)))
          (if (> (epg-import-result-imported import-result) 0)
              (concat (format "              imported: %d"
index c55d6225e3ffb673a3c75cdf3366bd1adaaed07f..3b41e9edc9476041fd05f27da9a4a4bb1ccabf1e 100644 (file)
        * nnspool.el (nnspool-spool-directory): Use news-directory instead
        of news-path.
 
-       * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
+       * spam-stat.el (spam-stat-unload-hook): Set as a variable with
+       add-hook.
 
        * spam.el: Delete duplicate `provide'.
        (spam-unload-hook): Set as a variable with add-hook.
index 449b73163f4e81486afa999f710b59e8ffa9d901..13c9c0130e0438b7736da6b184c40c988e90c187 100644 (file)
@@ -137,7 +137,7 @@ it's not cached."
              ;; If possible, remove group's cache subdirectory.
              (condition-case nil
                  ;; FIXME: we can detect the error type and warn the user
-                 ;; of any inconsistencies (articles w/o nov entries?).
+                 ;; of any inconsistencies (articles without nov entries?).
                  ;; for now, just be conservative...delete only if safe -- sj
                  (delete-directory (file-name-directory overview-file))
                (error))))
index 5589908764218b47e2507cc2d5c7f265d2acb45a..e7d11b597b367be9c819d9706ed914419f7fb34b 100644 (file)
@@ -2909,7 +2909,7 @@ Consider adding this function to `message-header-setup-hook'"
   "C-c C-f s"    #'message-change-subject
   ;;
   "C-c C-f x"    #'message-cross-post-followup-to
-  ;; prefix+message-cross-post-followup-to = same w/o cross-post
+  ;; prefix+message-cross-post-followup-to = same without cross-post
   "C-c C-f t"    #'message-reduce-to-to-cc
   "C-c C-f a"    #'message-add-archive-header
   ;; mark inserted text
index d6d0fb9a259f15cb2ae4b13d50bced5c1a112310..6e17e417ea35de6c1aa2edc68b7db82a962a1a89 100644 (file)
 ;; ange-ftp-smart-gateway and ange-ftp-smart-gateway-port.
 ;;
 ;; Otherwise, if there is an alternate ftp program that implements proxy in
-;; a transparent way (i.e. w/o specifying the proxy host), that will
+;; a transparent way (i.e. without specifying the proxy host), that will
 ;; connect you directly to the desired destination host:
 ;; Set ange-ftp-gateway-ftp-program-name to that program's name.
 ;; Set ange-ftp-local-host-regexp to a value as stated earlier on.
index 33e5e80d05ff8b870af7a0aa95281fe9a222f10d..9b7117cb875904316e2ba10bcc70f0a4a1706f2f 100644 (file)
@@ -2949,7 +2949,7 @@ They are completed by \"M-x TAB\" only if the current buffer is remote."
   (tramp-tramp-file-p (tramp-get-default-directory buffer)))
 
 (defun tramp-connectable-p (vec-or-filename)
-  "Check, whether it is possible to connect the remote host w/o side-effects.
+  "Check if it is possible to connect the remote host without side-effects.
 This is true, if either the remote host is already connected, or if we are
 not in completion mode."
   (let ((tramp-verbose 0)
@@ -3999,7 +3999,7 @@ Let-bind it when necessary.")
    ((not (file-exists-p file1)) nil)
    ((not (file-exists-p file2)) t)
    ;; Tramp reads and writes timestamps on second level.  So we round
-   ;; the timestamps to seconds w/o fractions.
+   ;; the timestamps to seconds without fractions.
    ;; `time-convert' has been introduced with Emacs 27.1.
    ((fboundp 'time-convert)
     (time-less-p
index 5e7320a793cb0312c45ad834ed0404dbde668752..0a75296e7dd571da9737f66d37cfcf78386da96a 100644 (file)
@@ -27,7 +27,7 @@
 ;;
 ;;   -repeat after me: "the colon is not part of the header name..."
 ;;   -if w3 becomes part of emacs, then it may make sense to have this
-;;    file depend on w3 -- the maintainer of w3 says merging w/ Emacs
+;;    file depend on w3 -- the maintainer of w3 says merging with Emacs
 ;;    is planned!
 ;;
 ;; historical note:
@@ -36,8 +36,8 @@
 ;;
 ;; acknowledgments:
 ;;
-;;   the functions that deal w/ unhexifying in this file were basically
-;; taken from w3 -- i hope to replace them w/ something else soon OR
+;;   the functions that deal with unhexifying in this file were basically
+;; taken from w3 -- i hope to replace them with something else soon OR
 ;; perhaps if w3 becomes a part of emacs soon, use the functions from w3.
 
 ;;; History:
@@ -85,9 +85,9 @@
 
 (defun rfc2368-parse-mailto-url (mailto-url)
   "Parse MAILTO-URL, and return an alist of header-name, header-value pairs.
-MAILTO-URL should be a RFC 2368 (mailto) compliant url.  A cons cell w/ a
+MAILTO-URL should be a RFC 2368 (mailto) compliant url.  A cons cell with a
 key of `Body' is a special case and is considered a header for this purpose.
-The returned alist is intended for use w/ the `compose-mail' interface.
+The returned alist is intended for use with the `compose-mail' interface.
 Note: make sure MAILTO-URL has been \"unhtmlized\" (e.g., &amp; -> &), before
 calling this function."
   (let ((case-fold-search t)
@@ -114,7 +114,7 @@ calling this function."
                          (rfc2368-unhexify-string header-value))))
                     (split-string query "&"))))
 
-         ;; deal w/ multiple 'To' recipients
+         ;; deal with multiple 'To' recipients
          (if prequery
              (progn
                (setq prequery (rfc2368-unhexify-string prequery))
index 1491a4645aa3bee9ecd077325267467fcf69d0d6..f79d8bf67432d8c887654328e8ec3d470ef184cb 100644 (file)
 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
 
        * ob-sqlite.el (org-babel-sqlite-expand-vars): Now inserts string
-       arguments w/o quotes.
+       arguments without quotes.
 
 2010-11-11  Bernt Hansen  <bernt@norang.ca>
 
 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
 
        * ob-lob.el (org-babel-lob-one-liner-regexp): Fix error in lob
-       regexp -- it wasn't matching lob lines w/o indices.
+       regexp -- it wasn't matching lob lines without indices.
 
 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
 
index a470f23dfe4f543aab64b9a2b4d90673238fd63d..6e27ba51653952e115b5d02fd142e32d1c2d8317 100644 (file)
@@ -320,7 +320,7 @@ run a specific program.  The program must be a member of
   (zone-pgm-jitter))
 
 
-;;;; putzing w/ case
+;;;; putzing with case
 
 ;; Faster than `zone-pgm-putz-with-case', but not as good: all
 ;; instances of the same letter have the same case, which produces a
index b722790334d6a8e71bc4fad67ee245cbee2de2e5..efee400681a22137b2d70385ffb766103d0a8765 100644 (file)
@@ -1777,7 +1777,7 @@ For AREA and OLD, see `antlr-insert-option-do'."
        (skip-chars-forward " \t")
 
        (if (looking-at "$\\|//")
-           ;; just comment after point => skip (+ lines w/ same col comment)
+            ;; just comment after point => skip (+ lines with same col comment)
            (let ((same (if (> (match-end 0) (match-beginning 0))
                            (current-column))))
              (beginning-of-line 2)
index aaf063b51744c505476ddba0c174f1bd6b1fc8c3..2a63c100027b14d30a39cfe75d674bfc67126169 100644 (file)
@@ -209,7 +209,7 @@ repeatedly until you are satisfied with the kind of comment."
     (indent-according-to-mode)
     (insert asm-comment-char asm-comment-char ?\ ))
 
-   ;; Nonblank line w/o comment => start a comment at comment-column.
+   ;; Nonblank line without comment => start a comment at comment-column.
    ;; Also: point before the comment => jump inside.
    ((or (null comment) (< (point) comment))
     (indent-for-comment))
index 18c996e8997853ded5b4220c1546a27175ce9716..e8ada9388e1869a024113ae3b7f4b16dcb4d8b21 100644 (file)
@@ -2807,7 +2807,7 @@ This is the value of `next-error-function' in Compilation buffers."
             (goto-char (point-min))
             ;; Treat file's found lines in forward order, 1 by 1.
             (dolist (line (reverse (cddr (compilation--loc->file-struct loc))))
-              (when (car line)         ; else this is a filename w/o a line#
+              (when (car line)         ; else this is a filename without a line#
                 (compilation-beginning-of-line (- (car line) last -1))
                 (setq last (car line)))
               ;; Treat line's found columns and store/update a marker for each.
index e0453c3b2f436a71051bd93337f45125625e2243..8454f24356add36c07f0a2c6a877ff1633543da9 100644 (file)
@@ -361,7 +361,7 @@ See `run-hooks'."
               ) t)
         "\\>") 1)
       ;;
-      ;; It wouldn't be Scheme w/o named-let.
+      ;; It wouldn't be Scheme without named-let.
       '("(let\\s-+\\(\\sw+\\)"
         (1 font-lock-function-name-face))
       ;;
index 7c3c925ab87ba23924e44f97387a32d37f53a6ee..b396bc2b180cc6d1223e58e64d53c49f71b25986 100644 (file)
@@ -71,7 +71,7 @@
 ;; c-c c-o comint-delete-output                   Delete last batch of process output
 ;; c-c c-r comint-show-output             Show last batch of process output
 ;; c-c c-l comint-dynamic-list-input-ring  List input history
-;;         comint-send-invisible           Read line w/o echo & send to proc
+;;         comint-send-invisible           Read line without echo & send to proc
 ;;         comint-continue-subjob         Useful if you accidentally suspend
 ;;                                             top-level job
 ;; comint-mode-hook is the comint mode hook.
index 0f84588a41b8636687608849ac6dcb506ea223c2..e5719dfd5de79b947b2f0c979f24c53ca31958d0 100644 (file)
@@ -1151,7 +1151,7 @@ the stroke as a character in some language."
                                                     strokes-last-stroke)
                                                 31))))
          (lift-flag t)
-         (rainbow-chars (list ?R ?O ?Y ?G ?B ?P))) ; ROYGBIV w/o indigo
+         (rainbow-chars (list ?R ?O ?Y ?G ?B ?P))) ; ROYGBIV without indigo
       (set-buffer buf)
       (erase-buffer)
       (insert strokes-xpm-header)
index 755c22027032e4a16e0f9290a216b7e058d3a345..6f3306b088119f4f13275eec9a77fb25e4e9a734 100644 (file)
 ;; C-c C-h term-dynamic-list-input-ring  List input history
 ;;
 ;; Not bound by default in term-mode
-;; term-send-invisible                 Read a line w/o echo, and send to proc
+;; term-send-invisible                 Read a line without echo, and send to proc
 ;; (These are bound in shell-mode)
 ;; term-dynamic-complete               Complete filename at point.
 ;; term-dynamic-list-completions       List completions in help buffer.
index e72576cdc743f19fd4f3f175cd622689f5e5d4db..f815419ea44e7937708a81947520e0888b83872b 100644 (file)
@@ -2053,7 +2053,8 @@ IGNORE-WORDS List of words which should be removed from the string."
          (newname (concat "Fontify-me-" oldname)))
     (unwind-protect
         (progn
-          ;; Rename buffer temporarily to start w/o space (because of font-lock)
+          ;; Rename buffer temporarily to start without space (because
+          ;; of font-lock)
           (rename-buffer newname t)
           ;; Good: we have the indirection functions
           (set (make-local-variable 'font-lock-fontify-region-function)
index c41835e19f293181a839dc7d897505140f480fea..bf1d847f1a4ec007d91683491f3b40700a2f977c 100644 (file)
@@ -683,11 +683,11 @@ Optional arg REVISION is a revision to annotate from."
         ;; *BEFORE* editing occurs) to start from, but line numbers
         ;; change as a result of edits.  To DTRT, we apply edits in
         ;; order of descending buffer position so that edits further
-        ;; down in the buffer occur first w/o corrupting specified
+        ;; down in the buffer occur first without corrupting specified
         ;; buffer positions of edits occurring towards the beginning of
         ;; the buffer.  In this way we avoid using markers.  A pleasant
         ;; property of this approach is ability to push instructions
-        ;; onto `path' directly, w/o need to maintain rev boundaries.
+        ;; onto `path' directly, without need to maintain rev boundaries.
         (dolist (insn (cdr (assq :insn meta)))
           (goto-char (point-min))
           (forward-line (1- (pop insn)))
index a00ca453ca4b7cab6cde45ba5c42ec145ac97838..77180262aca98fc278cd29182d5545022017f44a 100644 (file)
        ns_alternate_modifier.  (Bug#1217)
 
        * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:):
-       Display all shortcuts, including those w/o super modifier.
+       Display all shortcuts, including those without super modifier.
 
        * nsfns.m (ns-read-file-name): Fix typo in assignment statement.
 
index 4b3675eaa8f796c55599f99a2d0604463bf8493a..d32e894fa538cd389f0c4071e2b4897f03104dad 100644 (file)
        * s-umips.h: Now include either s-usg5-2-2.h or s-bsd4-3.h
        and then override as needed.
        * m-mips.h: System dependence deleted.
-       LD_SWITCH_MACHINE remains w/ options needed on all systems.
+       LD_SWITCH_MACHINE remains with options needed on all systems.
        * m-pmax.h: A little of that (LIBS_DEBUG) moved here.
        No need to undef LIBS_MACHINE.
 
index b09aa6ec967989bfd81b9173bb64a4bd7ea63300..171c6ccaa0233860d50a964fa0eb9067a93baaf9 100644 (file)
@@ -22616,7 +22616,8 @@ usage: (trace-to-stderr STRING &rest OBJECTS)  */)
  ***********************************************************************/
 
 /* Return a temporary glyph row holding the glyphs of an overlay arrow.
-   Used for non-window-redisplay windows, and for windows w/o left fringe.  */
+   Used for non-window-redisplay windows, and for windows without left
+   fringe.  */
 
 static struct glyph_row *
 get_overlay_arrow_glyph_row (struct window *w, Lisp_Object overlay_arrow_string)
index b577b198089112e834f531fd7dcb35b389f2f377..4aaa4c5e3c41d48a6a815cbe1175c0166579067f 100644 (file)
@@ -593,7 +593,7 @@ INSERTME is the text to be inserted after the deletion."
   )
 
 (ert-deftest semantic-utest-Scheme()
-  (skip-unless nil) ;; There is a bug w/ scheme parser.  Skip this for now.
+  (skip-unless nil) ;; There is a bug with scheme parser.  Skip this for now.
   (semantic-utest-generic (semantic-utest-fname "tst.scm") semantic-utest-Scheme-buffer-contents  semantic-utest-Scheme-name-contents   '("fun2") ";1" ";deleted line")
   )
 
index af19c122b9fdf5d3e4e2c888fb99a48132870d75..05d24a8e35d12e08c61a262a8daecd216465bc24 100644 (file)
     (setq eieio-test-method-order-list (nreverse eieio-test-method-order-list))
     (eieio-test-match ans)))
 
-;;; Jan's methodinvoke order w/ multiple inheritance and :after methods.
+;;; Jan's methodinvoke order with multiple inheritance and :after methods.
 ;;
 (defclass eitest-Ja ()
   ())
index 8210defbfbd70809c87e07334fa496490bc44d1f..89521ba4292fd97aeadf8b4f32ee54bfcae7e114 100644 (file)
               (start-process "true" (current-buffer) "true")
               erc-server-current-nick "tester"
               erc-server-announced-name "foo.gnu.chat"
-              ;; Assume special case w/o known network
+              ;; Assume special case without known network
               erc-networks--id (make-erc-networks--id))
         (set-process-query-on-exit-flag erc-server-process nil)
         (should-not calls)
index d82e2dae7aa50b7ada2ab78f540228bfbc12747b..724cd63e222aa4e5be41b44447e0dc566f5ed1bb 100644 (file)
@@ -1590,8 +1590,8 @@ the file watch."
   (unwind-protect
       (progn
        (write-region "any text" nil file-notify--test-tmpfile1 nil 'no-message)
-        ;; Some systems, like MS Windows w/o sufficient privileges, do
-        ;; not allow creation of symbolic links.
+        ;; Some systems, like MS Windows without sufficient
+        ;; privileges, do not allow creation of symbolic links.
         (condition-case nil
             (make-symbolic-link
              file-notify--test-tmpfile1 file-notify--test-tmpfile)
index f8a0aa03e32e209b13079033f0a6ac50e04c9913..d9eafc47ad772a915eb255a1d35bc0f438c916bf 100644 (file)
@@ -123,7 +123,7 @@ the origin of the temporary TMPFILE, have no write permissions."
 
 (defun tramp-archive--test-emacs27-p ()
   "Check for Emacs version >= 27.1.
-Some semantics has been changed for there, w/o new functions or
+Some semantics has been changed for there, without new functions or
 variables, so we check the Emacs version directly."
   (>= emacs-major-version 27))
 
index 6ffb8a65292f42f26cdaa582f510e2ccda48472d..79b2fc803d6be6c6e3067ec109d4b681c1553730 100644 (file)
@@ -6597,20 +6597,20 @@ INPUT, if non-nil, is a string sent to the process."
 
 (defun tramp--test-emacs27-p ()
   "Check for Emacs version >= 27.1.
-Some semantics has been changed for there, w/o new functions or
-variables, so we check the Emacs version directly."
+Some semantics has been changed for there, without new functions
+or variables, so we check the Emacs version directly."
   (>= emacs-major-version 27))
 
 (defun tramp--test-emacs28-p ()
   "Check for Emacs version >= 28.1.
-Some semantics has been changed for there, w/o new functions or
-variables, so we check the Emacs version directly."
+Some semantics has been changed for there, without new functions
+or variables, so we check the Emacs version directly."
   (>= emacs-major-version 28))
 
 (defun tramp--test-emacs29-p ()
   "Check for Emacs version >= 29.1.
-Some semantics has been changed for there, w/o new functions or
-variables, so we check the Emacs version directly."
+Some semantics has been changed for there, without new functions
+or variables, so we check the Emacs version directly."
   (>= emacs-major-version 29))
 
 (defun tramp--test-adb-p ()
index b365908c639fb4f9cb705e52e385f34e4624d0c8..2c5ba46855d55a25dfe2ce2c42fb4da08ac2d998 100644 (file)
@@ -333,7 +333,8 @@ ERRORCONDITION is some error that may have occurred during testing."
   "Add into the log that the last item is done.
 Apply NOTES to the doneness of the log.
 Apply ERR if there was an error in previous item.
-Optional argument PRECR indicates to prefix the done msg w/ a newline."
+Optional argument PRECR indicates to prefix the done message with
+a newline."
   (if noninteractive
       ;; Non-interactive-mode - show a message.
       (if notes
index dcdeb45b0a3e7e826cad96eb037c220dc5869ab8..1d0e668d96f0d2717023dfad9413218790e405c3 100644 (file)
@@ -87,7 +87,8 @@ run the test again")))
 (defun semanticdb-test-gnu-global (searchfor &optional standardfile)
   "Test the GNU Global semanticdb.
 Argument SEARCHFOR is the text to search for.
-If optional arg STANDARDFILE is non-nil, use a standard file w/ global enabled."
+If optional arg STANDARDFILE is non-nil, use a standard file with
+global enabled."
   (interactive "sSearch For Tag: \nP")
 
   (require 'data-debug)
index ba64e39a7a56cafb466a92f1351b08e29af10985..cfe44ecc4d3f23777eaf4f68cb83b66f7daa3918 100644 (file)
@@ -22,7 +22,7 @@
 
 #include <cmath>
 
-// Test 1 - Functions w/ prototypes
+// Test 1 - Functions with prototypes
 namespace proto {
 
   int pt_func1(int arg1);
@@ -32,7 +32,7 @@ namespace proto {
 
 }
 
-// Test 2 - Functions w/ different arg lists.
+// Test 2 - Functions with different arg lists.
 namespace fcn_poly {
 
   int pm_func(void) {
@@ -50,7 +50,7 @@ namespace fcn_poly {
 
 }
 
-// Test 3 - Methods w/ different arg lists.
+// Test 3 - Methods with different arg lists.
 class meth_poly {
 public:
   int pm_meth(void) {
@@ -68,7 +68,7 @@ public:
 
 };
 
-// Test 4 - Templates w/ partial specifiers.
+// Test 4 - Templates with partial specifiers.
 namespace template_partial_spec {
   template <typename T> class test
   {
@@ -83,7 +83,7 @@ namespace template_partial_spec {
   };
 }
 
-// Test 5 - Templates w/ full specialization which may or may not share
+// Test 5 - Templates with full specialization which may or may not share
 // common functions.
 namespace template_full_spec {
   template <typename T> class test
index 54ae3f0323e0fa766e77c8475f48e688cb89cdfd..d255c202d352a1e4ee37d35a9b15def149e792de 100644 (file)
@@ -66,7 +66,7 @@ int myFcn3 (int a, int b);
 
 MULTI_ARGS(ma_struct, moose, penguin, emu);
 
-/* TEST: Macro w/ args, but no body. */
+/* TEST: Macro with args, but no body. */
 #define NO_BODY(name)
 
 NO_BODY(Moose);
@@ -78,7 +78,7 @@ int not_with_args_fcn NOT_WITH_ARGS
 {
 }
 
-/* TEST: macro w/ continuation. */
+/* TEST: macro with continuation. */
 #define WITH_CONT \
   continuation_symbol
 
index c359fa7d690532790f361fb8bf1893908f7644a5..c98349174e5358d709812fc1fbfee4c7b085881e 100644 (file)
@@ -55,14 +55,14 @@ int myFcn3 (int a, int b);
 /* TEST: Multiple args to a macro. */
 struct ma_struct { int moose; int penguin; int emu; };
 
-/* TEST: Macro w/ args, but no body. */
+/* TEST: Macro with args, but no body. */
 
 /* TEST: Not a macro with args, but close. */
 int not_with_args_fcn (moose)
 {
 }
 
-/* TEST: macro w/ continuation. */
+/* TEST: macro with continuation. */
 int continuation_symbol () { };
 
 /* TEST: macros in a macro - tail processing */