From: Richard M. Stallman Date: Mon, 27 Dec 2004 17:29:34 +0000 (+0000) Subject: Fix typo. X-Git-Tag: ttn-vms-21-2-B4~3103 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fead94d6b8be18f4cc99e89e6b5edf370a8f9f81;p=emacs.git Fix typo. --- diff --git a/lisp/files.el b/lisp/files.el index 504b1ba7d9d..b7cf3e78665 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -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.