From: Stephen Berman Date: Mon, 16 Aug 2021 20:55:50 +0000 (+0200) Subject: ; Fix menu entry alignment of last change X-Git-Tag: emacs-28.0.90~1474 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ae751f2a098787aaf4dff41e8215a5609069076b;p=emacs.git ; Fix menu entry alignment of last change * doc/lispref/elisp.texi (Top): Fix alignment. --- 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.