diff options
| author | Richard M. Stallman | 2004-12-27 17:29:34 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-12-27 17:29:34 +0000 |
| commit | fead94d6b8be18f4cc99e89e6b5edf370a8f9f81 (patch) | |
| tree | 61e18609529b05dbb2dfa99ea9ff36c0b01ce88e | |
| parent | b15325b22a301f3f1d150ab15dff23521cc79711 (diff) | |
| download | emacs-fead94d6b8be18f4cc99e89e6b5edf370a8f9f81.tar.gz emacs-fead94d6b8be18f4cc99e89e6b5edf370a8f9f81.zip | |
Fix typo.
| -rw-r--r-- | lisp/files.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el index 504b1ba7d9d..b7cf3e78665 100644 --- a/lisp/files.el +++ b/lisp/files.el | |||
| @@ -4599,7 +4599,7 @@ normally equivalent short `-D' option is just passed on to | |||
| 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. |