aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorPaul Eggert2013-05-04 22:03:08 -0700
committerPaul Eggert2013-05-04 22:03:08 -0700
commita37d34f3b470e3fb4013e01d207488e3ddb78798 (patch)
treec0c554e588e165b0b3feb086c8b309cc30e89702 /lisp
parentc129b51f4bfbba7b06534661610c7eb6e85826bb (diff)
downloademacs-a37d34f3b470e3fb4013e01d207488e3ddb78798.tar.gz
emacs-a37d34f3b470e3fb4013e01d207488e3ddb78798.zip
Spelling fixes (or remove unnecessary and unusually-spelled words).
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ls-lisp.el4
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."
404 ;; the wildcard; let's say something similar. 404 ;; the wildcard; let's say something similar.
405 (insert "(No match)\n")) 405 (insert "(No match)\n"))
406 (insert (format "total %.0f\n" (fceiling (/ sum 1024.0)))))) 406 (insert (format "total %.0f\n" (fceiling (/ sum 1024.0))))))
407 ;; dired-insert-directory exprects to find point after the 407 ;; dired-insert-directory expects to find point after the
408 ;; text. But if the listinmg is empty, as e.g. in empty 408 ;; text. But if the listing is empty, as e.g. in empty
409 ;; directories with -a removed from switches, point will be 409 ;; directories with -a removed from switches, point will be
410 ;; before the inserted text, and dired-insert-directory will 410 ;; before the inserted text, and dired-insert-directory will
411 ;; not indent the listing correctly. Going to the end of the 411 ;; not indent the listing correctly. Going to the end of the