]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typo in maintaining.texi (bug#64279)
authorEshel Yaron <me@eshelyaron.com>
Sat, 24 Jun 2023 20:31:44 +0000 (23:31 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 25 Jun 2023 06:55:10 +0000 (09:55 +0300)
* doc/emacs/maintaining.texi (Log Buffer): Fix a typo.

doc/emacs/maintaining.texi

index 246e335cfe7ecd7d641cdedb876de94b1a6d59b1..2dad70d3d1379e9c51e650d762e7fdbb3ffe51de 100644 (file)
@@ -716,7 +716,7 @@ started editing (@pxref{Old Revisions}), type @kbd{C-c C-d}
 (@code{log-edit-generate-changelog-from-diff}), to generate skeleton
 ChangeLog entries, listing all changed file and function names based
 on the diff of the VC fileset.  Consecutive entries left empty will be
-combined by @kbd{C-q} (@code{fill-paragraph}).  By default the
+combined by @kbd{M-q} (@code{fill-paragraph}).  By default the
 skeleton will just include the file name, without any leading
 directories.  If you wish to prepend the leading directories up to the
 VC root, customize @code{diff-add-log-use-relative-names}.