]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo.
authorRichard M. Stallman <rms@gnu.org>
Mon, 27 Dec 2004 17:29:34 +0000 (17:29 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 27 Dec 2004 17:29:34 +0000 (17:29 +0000)
lisp/files.el

index 504b1ba7d9d1955c8698c22e5992c3320942bd5e..b7cf3e78665f76881a87745a5f45abdb59b1a77a 100644 (file)
@@ -4599,7 +4599,7 @@ normally equivalent short `-D' option is just passed on to
                      (insert " available " available)))))))))))
 
 (defun insert-directory-adj-pos (pos error-lines)
-  "Convert `ls --dird' file name position value POS to a buffer position.
+  "Convert `ls --dired' file name position value POS to a buffer position.
 File name position values returned in ls --dired output
 count only stdout; they don't count the error messages sent to stderr.
 So this function converts to them to real buffer positions.