1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-03 11:33:37 +00:00

Fix typo.

This commit is contained in:
Richard M. Stallman 2004-12-27 17:29:34 +00:00
parent b15325b22a
commit fead94d6b8

View 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.