X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/c129b51f4bfbba7b06534661610c7eb6e85826bb..a37d34f3b470e3fb4013e01d207488e3ddb78798:/lisp/ls-lisp.el diff --git a/lisp/ls-lisp.el b/lisp/ls-lisp.el index 60d6b7b7ba..82a78545d6 100644 --- a/lisp/ls-lisp.el +++ b/lisp/ls-lisp.el @@ -404,8 +404,8 @@ not contain `d', so that a full listing is expected." ;; the wildcard; let's say something similar. (insert "(No match)\n")) (insert (format "total %.0f\n" (fceiling (/ sum 1024.0)))))) - ;; dired-insert-directory exprects to find point after the - ;; text. But if the listinmg is empty, as e.g. in empty + ;; dired-insert-directory expects to find point after the + ;; text. But if the listing is empty, as e.g. in empty ;; directories with -a removed from switches, point will be ;; before the inserted text, and dired-insert-directory will ;; not indent the listing correctly. Going to the end of the