aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Whitton2026-02-25 13:21:58 +0000
committerSean Whitton2026-02-25 13:21:58 +0000
commitf3aff938fa1a01612e951bfedf40165b5db5dabb (patch)
tree68879fe3d6ee0f9d87d777b35d006617785115d2
parent5b7593598c3a794cfbe78d37fd1c8262e2a1c04a (diff)
downloademacs-f3aff938fa1a01612e951bfedf40165b5db5dabb.tar.gz
emacs-f3aff938fa1a01612e951bfedf40165b5db5dabb.zip
; Revise short descriptions of EDE.
-rw-r--r--doc/emacs/emacs.texi2
-rw-r--r--doc/emacs/maintaining.texi5
2 files changed, 4 insertions, 3 deletions
diff --git a/doc/emacs/emacs.texi b/doc/emacs/emacs.texi
index 38491d00b11..166256362ab 100644
--- a/doc/emacs/emacs.texi
+++ b/doc/emacs/emacs.texi
@@ -811,7 +811,7 @@ Maintaining Large Programs
811* Change Log:: Maintaining a change history for your program. 811* Change Log:: Maintaining a change history for your program.
812* Xref:: Find definitions and references of any function, 812* Xref:: Find definitions and references of any function,
813 method, struct, macro, @dots{} in your program. 813 method, struct, macro, @dots{} in your program.
814* EDE:: An integrated development environment for Emacs. 814* EDE:: Alternative tools for managing programming projects.
815@ifnottex 815@ifnottex
816* Emerge:: A convenient way of merging two versions of a program. 816* Emerge:: A convenient way of merging two versions of a program.
817@end ifnottex 817@end ifnottex
diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi
index 8780bd8b781..38ecfa87e17 100644
--- a/doc/emacs/maintaining.texi
+++ b/doc/emacs/maintaining.texi
@@ -27,7 +27,8 @@ a chronological log of program changes.
27symbols (a.k.a.@: ``identifiers'') and their references. 27symbols (a.k.a.@: ``identifiers'') and their references.
28 28
29@item 29@item
30@acronym{EDE}, the Emacs's own IDE. 30@acronym{EDE}, alternative tools for managing programming projects,
31especially building and debugging.
31 32
32@ifnottex 33@ifnottex
33@item 34@item
@@ -51,7 +52,7 @@ Lisp Regression Testing}).
51* Change Log:: Maintaining a change history for your program. 52* Change Log:: Maintaining a change history for your program.
52* Xref:: Find definitions and references of any function, 53* Xref:: Find definitions and references of any function,
53 method, struct, macro, @dots{} in your program. 54 method, struct, macro, @dots{} in your program.
54* EDE:: An integrated development environment for Emacs. 55* EDE:: Alternative tools for managing programming projects.
55@ifnottex 56@ifnottex
56* Emerge:: A convenient way of merging two versions of a program. 57* Emerge:: A convenient way of merging two versions of a program.
57@end ifnottex 58@end ifnottex