diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2018-01-22 08:43:54 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2018-01-22 08:43:54 -0800 |
commit | 35675bb93f4620c43ca766e8a2d8708fd323c684 (patch) | |
tree | d52b1a6b58c517f53689a4f2fe513d7c78b02b1d /test/lisp/emacs-lisp | |
parent | c42959cc206bcb52baffd45f892da1b767f0f8c1 (diff) | |
parent | 1fc98ed073a2d26ad941748ecb13aa6f47dd7b01 (diff) | |
download | emacs-35675bb93f4620c43ca766e8a2d8708fd323c684.tar.gz emacs-35675bb93f4620c43ca766e8a2d8708fd323c684.tar.bz2 emacs-35675bb93f4620c43ca766e8a2d8708fd323c684.zip |
Merge from origin/emacs-26
1fc98ed073 ; Spelling fix
bb396a369c Update Org to v9.1.6
fa582153f7 Use text-pixels values only when saving framesets (Bug#30141)
6b01b9475d Minor improvement in section "Pages" of the usere manual
e8c8bd3de2 Minor improvements in user manual
26b8b92e63 Improve the "Mark" chapter of the user manual
759569fe40 Improve the "Buffers" chapter of the user manual
c2e6d121ff * lisp/term.el (term-send-input): Fix text duplication in ...
854a1c0a61 Improve "Buffers" in the user manual
# Conflicts:
# etc/NEWS
Diffstat (limited to 'test/lisp/emacs-lisp')
-rw-r--r-- | test/lisp/emacs-lisp/shadow-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/emacs-lisp/shadow-tests.el b/test/lisp/emacs-lisp/shadow-tests.el index 9d4969fe8bb..f0aa1310bc4 100644 --- a/test/lisp/emacs-lisp/shadow-tests.el +++ b/test/lisp/emacs-lisp/shadow-tests.el @@ -33,7 +33,7 @@ (ert-deftest shadow-case-insensitive () "Test shadowing for case insensitive filenames." - ;; Override `file-name-case-insentive-p' so we test the same thing + ;; Override `file-name-case-insensitive-p' so we test the same thing ;; regardless of what file system we're running on. (cl-letf (((symbol-function 'file-name-case-insensitive-p) (lambda (_f) t))) (should (equal (list (expand-file-name "p1/foo" shadow-tests-data-directory) |