>From 636099135109b5c8a789288f309509b41491979d Mon Sep 17 00:00:00 2001 From: Evgenii Klimov Date: Sun, 30 Jul 2023 22:40:42 +0100 Subject: [PATCH] Fix typos --- register-list.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/register-list.el b/register-list.el index 846d3efe49..78d0db4bde 100644 --- a/register-list.el +++ b/register-list.el @@ -35,12 +35,12 @@ ;; to concatenate the content of registers, mark them with `c' and ;; process with `x'. -;; You can also edit the register's key with `k' and its value with `v' +;; You can also edit the register's key with `e' and its value with `E'. ;; Hitting RET on a value string will jump to the register's location or ;; add the text to the kill ring. Hitting RET on a register's type will ;; restrict the list to registers of this type. ;; -;; Put this file into your load-path and the following into your ~/.emacs: +;; Put this file into your load-path and the following into your ~/.emacs.d: ;; (require 'register-list) ;; ;;; Todo: -- 2.34.1