From 71bf3033a0fd717d304a21009235441f7292c7d7 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Thu, 16 Jun 2005 16:08:03 +0000 Subject: [PATCH] (ls-lisp-classify): Fix spelling in docstrings. --- lisp/ls-lisp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ls-lisp.el b/lisp/ls-lisp.el index 8944d4c20c0..2e163270f90 100644 --- a/lisp/ls-lisp.el +++ b/lisp/ls-lisp.el @@ -451,7 +451,7 @@ SWITCHES is a list of characters. Default sorting is alphabetic." Also, for regular files that are executable, append `*'. The file type indicators are `/' for directories, `@' for symbolic links, `|' for FIFOs, `=' for sockets, and nothing for regular files. -\[But FIFOs and sockets are not recognised.] +\[But FIFOs and sockets are not recognized.] FILEDATA has the form (filename . `file-attributes'). Its `cadr' is t for directory, string (name linked to) for symbolic link, or nil." (let ((dir (cadr filedata)) (file-name (car filedata))) -- 2.39.2