mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 18:40:39 -08:00
Merge from origin/emacs-29
f37f01b504Fix a typo in Introduction to Emacs Lisp (bug#70571).d8687fd6cdFix last change494dfd9cf2Fix indentation of if/else in 'csharp-ts-mode' (bug#70345)1cc6322e61; * etc/PROBLEMS: Document crashes due to tree-sitter ABI...42766f95e5* build-aux/make-info-dir: Avoid bashism (bug#70484).81476fa19eImprove documentation of selection and navigation in *xre...2a53351492Fix Widget manual typos, markup and omissions (bug#70502)90be3015b4; Document bookmark fringe mark in the user manualafd0b548fcFix python-ts-mode built-in functions and attributes (bug...dc720decc3Fix markup and indexing in the Calendar chapter of user m...f593bf79a9Fix the user manual for `calendar-time-zone-style'aed2b7a3d8Avoid assertion violations in 'push_prefix_prop'c929532b46Remove ert-equal-including-properties from manuale3aae5fd38; Document 'filtered-frame-list'
This commit is contained in:
commit
687c4137fa
15 changed files with 346 additions and 155 deletions
|
|
@ -33,7 +33,8 @@
|
|||
|
||||
## Header contains non-printing characters, so this is more
|
||||
## reliable than using awk.
|
||||
cat <"${1?}" || exit
|
||||
test $# -ge 2 || exit 1
|
||||
cat <"$1"
|
||||
shift
|
||||
|
||||
exec "${AWK-awk}" '
|
||||
|
|
@ -101,4 +102,4 @@ exec "${AWK-awk}" '
|
|||
if (data[dircat])
|
||||
printf "\n%s\n%s", topic[dircat], data[dircat]
|
||||
}
|
||||
' "${@?}"
|
||||
' "$@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue