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