From: Juri Linkov Date: Thu, 18 Nov 2021 17:13:48 +0000 (+0200) Subject: * lisp/vc/diff-mode.el (diff-minor-mode-prefix): Fix typo from 44faf54659 X-Git-Tag: emacs-29.0.90~2852^2~211 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=71f237d668044d613546cb3cbf82a8c66c2cf4db;p=emacs.git * lisp/vc/diff-mode.el (diff-minor-mode-prefix): Fix typo from 44faf54659 --- diff --git a/lisp/vc/diff-mode.el b/lisp/vc/diff-mode.el index 1cffd88a56f..8f83aa580e4 100644 --- a/lisp/vc/diff-mode.el +++ b/lisp/vc/diff-mode.el @@ -264,7 +264,7 @@ and hunk-based syntax highlighting otherwise as a fallback." :help "Go to the next count'th file"] )) -(defcustom diff-minor-mode-prefix "\C-c ==" +(defcustom diff-minor-mode-prefix "\C-c=" "Prefix key for `diff-minor-mode' commands." :type '(choice (string "ESC") (string "\C-c=") string))