; * lisp/vc/smerge-mode.el: Fix typo in comment.
This commit is contained in:
parent
bf395fd8bc
commit
9fe7b8ca41
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ Used in `smerge-diff-base-upper' and related functions."
|
|||
(const :tag "none" "")
|
||||
string))
|
||||
|
||||
;; Make it so `C-x ^ n' doesn't insert `n' but just signals an error
|
||||
;; Make it so `C-c ^ n' doesn't insert `n' but just signals an error
|
||||
;; when SMerge mode is not enabled (bug#73544).
|
||||
;;;###autoload (global-set-key "\C-c^" (make-sparse-keymap))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue