1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-12 01:42:37 -07:00

; Revise short descriptions of EDE.

This commit is contained in:
Sean Whitton 2026-02-25 13:21:58 +00:00
parent 5b7593598c
commit f3aff938fa
2 changed files with 4 additions and 3 deletions

View file

@ -811,7 +811,7 @@ Maintaining Large Programs
* Change Log:: Maintaining a change history for your program.
* Xref:: Find definitions and references of any function,
method, struct, macro, @dots{} in your program.
* EDE:: An integrated development environment for Emacs.
* EDE:: Alternative tools for managing programming projects.
@ifnottex
* Emerge:: A convenient way of merging two versions of a program.
@end ifnottex

View file

@ -27,7 +27,8 @@ a chronological log of program changes.
symbols (a.k.a.@: ``identifiers'') and their references.
@item
@acronym{EDE}, the Emacs's own IDE.
@acronym{EDE}, alternative tools for managing programming projects,
especially building and debugging.
@ifnottex
@item
@ -51,7 +52,7 @@ Lisp Regression Testing}).
* Change Log:: Maintaining a change history for your program.
* Xref:: Find definitions and references of any function,
method, struct, macro, @dots{} in your program.
* EDE:: An integrated development environment for Emacs.
* EDE:: Alternative tools for managing programming projects.
@ifnottex
* Emerge:: A convenient way of merging two versions of a program.
@end ifnottex