comparison lisp/files.el @ 59147:756fc0ba659e

Fix typo.
author Richard M. Stallman <rms@gnu.org>
date Mon, 27 Dec 2004 17:29:34 +0000
parents 0265d8ff8119
children dc445634487d 223c12363c0c
comparison
equal deleted inserted replaced
59146:9bde7721ad0f 59147:756fc0ba659e
4597 (replace-match "total used in directory" nil nil nil 1) 4597 (replace-match "total used in directory" nil nil nil 1)
4598 (end-of-line) 4598 (end-of-line)
4599 (insert " available " available))))))))))) 4599 (insert " available " available)))))))))))
4600 4600
4601 (defun insert-directory-adj-pos (pos error-lines) 4601 (defun insert-directory-adj-pos (pos error-lines)
4602 "Convert `ls --dird' file name position value POS to a buffer position. 4602 "Convert `ls --dired' file name position value POS to a buffer position.
4603 File name position values returned in ls --dired output 4603 File name position values returned in ls --dired output
4604 count only stdout; they don't count the error messages sent to stderr. 4604 count only stdout; they don't count the error messages sent to stderr.
4605 So this function converts to them to real buffer positions. 4605 So this function converts to them to real buffer positions.
4606 ERROR-LINES is a list of buffer positions of error message lines, 4606 ERROR-LINES is a list of buffer positions of error message lines,
4607 of the form (START END)." 4607 of the form (START END)."