aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2005-06-16 16:08:03 +0000
committerJuanma Barranquero <[email protected]>2005-06-16 16:08:03 +0000
commit71bf3033a0fd717d304a21009235441f7292c7d7 (patch)
treee573c5cef749116c23ce355354313557f6714241 /lisp
parente37c185467272848cccbf794292070ff5402a1bd (diff)
(ls-lisp-classify): Fix spelling in docstrings.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ls-lisp.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ls-lisp.el b/lisp/ls-lisp.el
index 8944d4c20c..2e163270f9 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)))