Spelling fixes.
This commit is contained in:
parent
9e3379a08b
commit
54ac5d4745
2 changed files with 2 additions and 2 deletions
|
@ -4183,7 +4183,7 @@ Checks for files in `temporary-file-directory',
|
|||
`small-temporary-file-directory', and /tmp."
|
||||
(let ((temporary-file-directory temporary-file-directory)
|
||||
caseless)
|
||||
;; On MS-Windows, file-truename will convert short 8+3 alises to
|
||||
;; On MS-Windows, file-truename will convert short 8+3 aliases to
|
||||
;; their long file-name equivalents, so compare-strings does TRT.
|
||||
(if (memq system-type '(ms-dos windows-nt))
|
||||
(setq temporary-file-directory (file-truename temporary-file-directory)
|
||||
|
|
|
@ -73,7 +73,7 @@ function foo()
|
|||
|
||||
(add-log-current-defun-deftest
|
||||
sh-var
|
||||
"Test sh-current-defun-name can find variabe definition."
|
||||
"Test sh-current-defun-name can find variable definition."
|
||||
sh-mode "
|
||||
PATH=a:/ab:/usr/abc
|
||||
DIR=/pr><oc"
|
||||
|
|
Loading…
Add table
Reference in a new issue