summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStephen Berman <stephen.berman@gmx.net>2021-08-16 22:55:50 +0200
committerStephen Berman <stephen.berman@gmx.net>2021-08-16 22:55:50 +0200
commitae751f2a098787aaf4dff41e8215a5609069076b (patch)
treea7000dfe2b414dd95971d813af089dff20c47a66 /doc
parentbb6f1e2dd9d4b335ca53dc6df5a69e01db33a336 (diff)
downloademacs-ae751f2a098787aaf4dff41e8215a5609069076b.tar.gz
; Fix menu entry alignment of last change
* doc/lispref/elisp.texi (Top): Fix alignment.
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/elisp.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi
index 337c71c2956..55bcf399d81 100644
--- a/doc/lispref/elisp.texi
+++ b/doc/lispref/elisp.texi
@@ -788,7 +788,7 @@ Defining Commands
* Interactive Codes:: The standard letter-codes for reading arguments
in various ways.
* Interactive Examples:: Examples of how to read interactive arguments.
-* Command Modes:: Specifying that commands are for a specific mode.
+* Command Modes:: Specifying that commands are for a specific mode.
* Generic Commands:: Select among command alternatives.