# HG changeset patch # User Richard M. Stallman # Date 1104168574 0 # Node ID 756fc0ba659ec6a815ab9cbd85843de20c12c3ff # Parent 9bde7721ad0fe3b610d1754cec5e24fe7446fdcd Fix typo. diff -r 9bde7721ad0f -r 756fc0ba659e lisp/files.el --- a/lisp/files.el Mon Dec 27 17:27:30 2004 +0000 +++ b/lisp/files.el Mon Dec 27 17:29:34 2004 +0000 @@ -4599,7 +4599,7 @@ (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.