diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-04-16 14:35:25 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-04-16 14:54:02 +0200 |
commit | fb9f5501d838f8b912ea33f9c34fdf6020c41f35 (patch) | |
tree | 7d71ac212c888b9814b6fa189840d87d1be33b57 /lisp/ls-lisp.el | |
parent | 289ec2d911c0a723c0c131ac9cf3407c71a4b15c (diff) | |
download | emacs-fb9f5501d838f8b912ea33f9c34fdf6020c41f35.tar.gz emacs-fb9f5501d838f8b912ea33f9c34fdf6020c41f35.tar.bz2 emacs-fb9f5501d838f8b912ea33f9c34fdf6020c41f35.zip |
; Fix typos: emacs lisp -> Emacs Lisp
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 3721e86475c..24d49ea6d80 100644 --- a/lisp/ls-lisp.el +++ b/lisp/ls-lisp.el @@ -28,7 +28,7 @@ ;; OVERVIEW ========================================================== ;; This file advises the function `insert-directory' to implement it -;; directly from Emacs lisp, without running ls in a subprocess. +;; directly from Emacs Lisp, without running ls in a subprocess. ;; This is useful if you don't have ls installed (ie, on MS Windows). ;; This function can use regexps instead of shell wildcards. If you |