]> git.eshelyaron.com Git - emacs.git/commit
Fix typo in Eshell's "du" command
authorJim Porter <jporterbugs@gmail.com>
Tue, 30 Jan 2024 01:33:35 +0000 (17:33 -0800)
committerEshel Yaron <me@eshelyaron.com>
Wed, 31 Jan 2024 20:16:08 +0000 (21:16 +0100)
commit2abacc4700f81c498d9cc5b7b6206bcbd4eb3a30
treefc70fcfb43ed35e4c874ddbb8623f6b946bcf0f1
parentdf43f042ae068b66277841f469ed29e2296ca611
Fix typo in Eshell's "du" command

This option is supposed to be "--si", for "International System of
Units", not "--is".

* lisp/eshell/em-unix.el (eshell/du): Change "is" to "si".

(cherry picked from commit a470dfb7f8a0f6d561b1f7c9665408d73b578e18)
lisp/eshell/em-unix.el