Mercurial > emacs
changeset 59147:756fc0ba659e
Fix typo.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 27 Dec 2004 17:29:34 +0000 |
parents | 9bde7721ad0f |
children | 6b3838433689 |
files | lisp/files.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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.