summaryrefslogtreecommitdiff
path: root/doc/misc/ede.texi
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-12-21 11:19:04 +0100
committerStefan Kangas <stefan@marxist.se>2021-12-21 11:19:04 +0100
commitcf6dc1838af4b3d0604d0848e1ac0d4fbd9c3dbc (patch)
tree49d76ec7b8201a96b5d12e6f5db09d8b93bdf155 /doc/misc/ede.texi
parente56dd354c751ee67d0012a0209b769246207d74c (diff)
downloademacs-cf6dc1838af4b3d0604d0848e1ac0d4fbd9c3dbc.tar.gz
; Fix spelling; be consistent with "key binding" (Bug#52674)
Diffstat (limited to 'doc/misc/ede.texi')
-rw-r--r--doc/misc/ede.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/misc/ede.texi b/doc/misc/ede.texi
index 5e9c3d7eef6..1d8235a348e 100644
--- a/doc/misc/ede.texi
+++ b/doc/misc/ede.texi
@@ -99,7 +99,7 @@ learn and adopt GNU ways of doing things.
@chapter @ede{} Project Concepts
@ede{} is a generic interface for managing projects. It specifies a
-single set of menus and keybindings, while supporting multiple ways to
+single set of menus and key bindings, while supporting multiple ways to
express a project via a build system.
In the subsequent chapters, we will describe the different project
@@ -144,7 +144,7 @@ init file:
Activating @ede{} adds a menu named @samp{Development} to the menu
bar. This menu provides several menu items for high-level @ede{}
-commands. These menu items, and their corresponding keybindings, are
+commands. These menu items, and their corresponding key bindings, are
independent of the type of project you are actually working on.
@node Quick Start
@@ -271,7 +271,7 @@ Projects. You can create targets either from a buffer, or from a
@code{dired} directory buffer.
Note: If for some reason a directory list buffer, or file does not have the
-@samp{Project} menu item, or if @ede{} keybindings don't work, just
+@samp{Project} menu item, or if @ede{} key bindings don't work, just
use @kbd{M-x revert-buffer @key{RET}} to force a refresh. Sometimes
creating a new project doesn't restart buffers correctly.
@@ -1059,7 +1059,7 @@ examples.
@menu
* Development Overview::
* Detecting a Project::
-* User interface methods:: Methods associated with keybindings
+* User interface methods:: Methods associated with key bindings
* Base project methods:: The most basic methods on @ede{} objects.
* Sourcecode objects:: Defining new sourcecode classes.
* Compiler and Linker objects:: Defining new compilers and linkers.