diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2014-09-11 12:44:25 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2014-09-11 12:44:25 -0700 |
commit | 0f2ed59206faf8d71c71203613a715c6aa187c3e (patch) | |
tree | 7da027a3fc4ed89cb156052fe0c481b7d70f71f7 /lisp/ls-lisp.el | |
parent | 1dd1218653be3425e7f53ea1cfcb0d14addfaa05 (diff) | |
download | emacs-0f2ed59206faf8d71c71203613a715c6aa187c3e.tar.gz |
Spelling fixes.
* lisp/ses.el (ses-file-format-extend-parameter-list): Rename from
ses-file-format-extend-paramter-list. All uses changed.
* lisp/gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling
of ":delete".
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 b8ea8d07f05..95933005094 100644 --- a/lisp/ls-lisp.el +++ b/lisp/ls-lisp.el @@ -543,7 +543,7 @@ Uses `string-collate-lessp' if `ls-lisp-use-string-collate' is non-nil, On GNU/Linux systems, if the locale specifies UTF-8 as the codeset, the sorting order will place together file names that differ only by punctuation characters, like `.emacs' and `emacs'. To have a -similar behavior on MS-Widnows, customize `ls-lisp-UCA-like-collation' +similar behavior on MS-Windows, customize `ls-lisp-UCA-like-collation' to a non-nil value." (let ((w32-collate-ignore-punctuation ls-lisp-UCA-like-collation)) (if ls-lisp-use-string-collate |