]> git.eshelyaron.com Git - emacs.git/commitdiff
(ls-lisp-classify): Fix spelling in docstrings.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 16 Jun 2005 16:08:03 +0000 (16:08 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 16 Jun 2005 16:08:03 +0000 (16:08 +0000)
lisp/ls-lisp.el

index 8944d4c20c0302b610241cf5d29cefe6196a79e1..2e163270f904cfc516ae0acac44b9a7011c609fd 100644 (file)
@@ -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)))