diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2013-05-04 22:03:08 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2013-05-04 22:03:08 -0700 |
commit | a37d34f3b470e3fb4013e01d207488e3ddb78798 (patch) | |
tree | c0c554e588e165b0b3feb086c8b309cc30e89702 /lisp/ls-lisp.el | |
parent | c129b51f4bfbba7b06534661610c7eb6e85826bb (diff) | |
download | emacs-a37d34f3b470e3fb4013e01d207488e3ddb78798.tar.gz |
Spelling fixes (or remove unnecessary and unusually-spelled words).
Diffstat (limited to 'lisp/ls-lisp.el')
-rw-r--r-- | lisp/ls-lisp.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ls-lisp.el b/lisp/ls-lisp.el index 60d6b7b7ba5..82a78545d62 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 |