1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 03:40:56 -08:00

; Fix several symbol name typos

This commit is contained in:
Stefan Kangas 2022-10-26 22:41:09 +02:00
parent c716d0cf56
commit db2ed9f333
27 changed files with 32 additions and 32 deletions

View file

@ -1049,7 +1049,7 @@ Each element has the form (TYPE HANDLE), where TYPE is a string
and HANDLE is either the symbol `immediate' or `deferred'.
Messages in an immediate batch are handled just like regular
messages, while deferred messages are stored in
`rcirc-batch-messages'.")
`rcirc-batched-messages'.")
(defvar-local rcirc-batch-attributes nil
"Alist mapping batch IDs to parameters.")