summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/seq.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2017-03-27 11:22:54 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2017-03-27 11:30:08 -0700
commit55086ef6517bd7294783d08d2b3cd50c330a9e96 (patch)
tree9d06a6909dd620aa6ab26546b5b86c7dd36d9d91 /lisp/emacs-lisp/seq.el
parent8ce827426e5400f2be80ae5d7394b74d8dd90373 (diff)
downloademacs-55086ef6517bd7294783d08d2b3cd50c330a9e96.tar.gz
emacs-55086ef6517bd7294783d08d2b3cd50c330a9e96.tar.bz2
emacs-55086ef6517bd7294783d08d2b3cd50c330a9e96.zip
Fix obsolete ‘test/automated’ references
* Makefile.in (mostlyclean, clean, maybeclean_dirs, distclean) (bootstrap-clean, maintainer-clean): Clean ‘test’, not ‘test/automated’. Test for existence of subdirectory only for ‘test’, not for directories that should always exist. * admin/MAINTAINERS, etc/TODO, lisp/emacs-lisp/bytecomp.el: * lisp/emacs-lisp/seq.el, lisp/emacs-lisp/thunk.el: * lisp/man.el (Man-parse-man-k): * lisp/url/url-domsuf.el, make-dist: * test/file-organization.org: Fix obsolete references to test/automated.
Diffstat (limited to 'lisp/emacs-lisp/seq.el')
-rw-r--r--lisp/emacs-lisp/seq.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/seq.el b/lisp/emacs-lisp/seq.el
index 41187646624..10de2484798 100644
--- a/lisp/emacs-lisp/seq.el
+++ b/lisp/emacs-lisp/seq.el
@@ -52,7 +52,7 @@
;; - `seq-copy'
;; - `seq-into'
;;
-;; All functions are tested in test/automated/seq-tests.el
+;; All functions are tested in test/lisp/emacs-lisp/seq-tests.el
;;; Code: