summaryrefslogtreecommitdiff
path: root/ChangeLog.3
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-12-01 16:36:09 +0100
committerStefan Kangas <stefankangas@gmail.com>2022-12-01 16:36:09 +0100
commit70ecdebc92c879af90f2d25a2b751d1cc4f3f80d (patch)
tree27d9ebd0090f107cb4381b8155e08097c988a471 /ChangeLog.3
parenta86ccb5f9dd4a5fe8e6af974d7f577e7b5d0a8d4 (diff)
downloademacs-70ecdebc92c879af90f2d25a2b751d1cc4f3f80d.tar.gz
; Fix typos (don't abbreviate "with" or "without")
Diffstat (limited to 'ChangeLog.3')
-rw-r--r--ChangeLog.320
1 files changed, 11 insertions, 9 deletions
diff --git a/ChangeLog.3 b/ChangeLog.3
index e7ad130d009..136a276b632 100644
--- a/ChangeLog.3
+++ b/ChangeLog.3
@@ -32685,7 +32685,7 @@
* 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>
@@ -69072,7 +69072,7 @@
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):
@@ -143455,7 +143455,8 @@
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>
@@ -157203,7 +157204,7 @@
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.
@@ -177123,7 +177124,7 @@
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>
@@ -192390,7 +192391,7 @@
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).
@@ -192767,7 +192768,7 @@
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'
@@ -206236,7 +206237,7 @@
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.
@@ -211195,7 +211196,8 @@
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