From: Juanma Barranquero Date: Thu, 16 Jun 2005 16:08:03 +0000 (+0000) Subject: (ls-lisp-classify): Fix spelling in docstrings. X-Git-Tag: emacs-pretest-22.0.90~8879 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=71bf3033a0fd717d304a21009235441f7292c7d7;p=emacs.git (ls-lisp-classify): Fix spelling in docstrings. --- 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)))