diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2005-06-16 16:08:03 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2005-06-16 16:08:03 +0000 |
commit | 71bf3033a0fd717d304a21009235441f7292c7d7 (patch) | |
tree | e573c5cef749116c23ce355354313557f6714241 /lisp/ls-lisp.el | |
parent | e37c185467272848cccbf794292070ff5402a1bd (diff) | |
download | emacs-71bf3033a0fd717d304a21009235441f7292c7d7.tar.gz |
(ls-lisp-classify): Fix spelling in docstrings.
Diffstat (limited to 'lisp/ls-lisp.el')
-rw-r--r-- | lisp/ls-lisp.el | 2 |
1 files changed, 1 insertions, 1 deletions
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))) |