diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-12-15 02:41:20 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-12-16 08:29:28 +0100 |
commit | 033071692c7cd1cd550d25170d4b3168668567ac (patch) | |
tree | 4652c5a846b8d166757c46c81a709beaed962e0a /lisp/gnus | |
parent | f4a513344d95badf2b75b0577016edcdd9ea5fbe (diff) | |
download | emacs-033071692c7cd1cd550d25170d4b3168668567ac.tar.gz emacs-033071692c7cd1cd550d25170d4b3168668567ac.tar.bz2 emacs-033071692c7cd1cd550d25170d4b3168668567ac.zip |
; Fix typos
Diffstat (limited to 'lisp/gnus')
-rw-r--r-- | lisp/gnus/ChangeLog.2 | 2 | ||||
-rw-r--r-- | lisp/gnus/ChangeLog.3 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/gnus/ChangeLog.2 b/lisp/gnus/ChangeLog.2 index fd5fa0542f4..4ac69b575f5 100644 --- a/lisp/gnus/ChangeLog.2 +++ b/lisp/gnus/ChangeLog.2 @@ -10070,7 +10070,7 @@ * gnus-group.el (gnus-group-delete-group): Nix the entry in gnus-cache-active-hashtb. - * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable. + * gnus-agent.el (gnus-agent-mark-unread-after-downloaded): New variable. (gnus-agent-summary-fetch-group): Use it. * gnus-msg.el (gnus-debug-files): New variable. diff --git a/lisp/gnus/ChangeLog.3 b/lisp/gnus/ChangeLog.3 index 3b41e9edc94..8c1073dc8db 100644 --- a/lisp/gnus/ChangeLog.3 +++ b/lisp/gnus/ChangeLog.3 @@ -6032,7 +6032,7 @@ Make `default' the default, for compatibility with open-network-stream. Handle the no-parameter case exactly as open-network-stream, with no additional stream processing. Search plists using plist-get. - Explicitly add :end-of-commend parameter if it is missing. + Explicitly add :end-of-comment parameter if it is missing. (proto-stream-open-default): Rename from proto-stream-open-network-only. Return 'default as the type. (proto-stream-open-starttls): Rename from proto-stream-open-network. |