Fix telega function names

This commit is contained in:
Vonfry 2022-05-26 09:21:48 +08:00 committed by James
parent b59a6656f0
commit 1d026ee065
1 changed files with 3 additions and 2 deletions

View File

@ -99,7 +99,7 @@
"^" 'telega-chatbuf-beginning-of-thing
"g?" 'telega-describe-chatbuf
"g?" 'telega-describe-chat
"Za" 'telega-chatbuf-attach
"Zf" 'telega-chatbuf-attach-media
@ -179,7 +179,8 @@
"P" 'telega-msg-pin-toggle
"ZR" 'telega-msg-resend
"S" 'telega-msg-save
"U" 'telega-chatbuf-unmark-all
"u" 'telega-msg-unmark
"U" 'telega-chatbuf-msg-marks-toggle
"=" 'telega-msg-diff-edits
"s" 'telega-msg-favorite-toggle)