]> git.eshelyaron.com Git - emacs.git/commitdiff
Merge from origin/emacs-28
authorStefan Kangas <stefan@marxist.se>
Mon, 6 Dec 2021 05:47:44 +0000 (06:47 +0100)
committerStefan Kangas <stefan@marxist.se>
Mon, 6 Dec 2021 05:47:44 +0000 (06:47 +0100)
e3427faf55 Fix typos and improve consistency in ERC manual
0bf10d5082 * test/Makefile.in (check-declare): Add missing --batch.
34f5656137 Document the subtleties of the 'cursor' text property

1  2 
doc/lispref/text.texi
doc/misc/erc.texi
test/Makefile.in

Simple merge
Simple merge
index 51696d7faaf29985254f03688cf968bfb8b9a72b,bb32ef672db313db5643259a7d040eac666de7b2..f2c49584e7f6aebb2ceffaa81906569340eca3b7
@@@ -368,16 -360,5 +368,16 @@@ maintainer-clean: distclean bootstrap-c
  .PHONY: check-declare
  
  check-declare:
-       $(emacs) -l check-declare \
+       $(emacs) --batch -l check-declare \
          --eval '(check-declare-directory "$(srcdir)")'
 +
 +.PHONY: subdirs subdir-targets generate-test-jobs
 +
 +subdirs:
 +      @echo $(SUBDIRS)
 +
 +subdir-targets:
 +      @echo $(SUBDIR_TARGETS)
 +
 +generate-test-jobs:
 +      @$(MAKE) -C infra generate-test-jobs SUBDIRS="$(SUBDIRS)"