diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-09-06 13:44:21 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-09-06 13:44:40 +0200 |
commit | c016014af4e204c2ceca36d91c4f27290d1337aa (patch) | |
tree | c157b96c428416ff4c5b0ad8d9d6020c42c5e76b /doc | |
parent | a3d7332d758aca4583a0a6b953a4b383679a6f20 (diff) | |
download | emacs-c016014af4e204c2ceca36d91c4f27290d1337aa.tar.gz emacs-c016014af4e204c2ceca36d91c4f27290d1337aa.tar.bz2 emacs-c016014af4e204c2ceca36d91c4f27290d1337aa.zip |
; Minor doc fix in gnus.texi
* doc/misc/gnus.texi (Writing New Back Ends): Delete now obsolete
version variable.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/misc/gnus.texi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index 738ff94b9fc..b1331e79bf4 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi @@ -30580,7 +30580,6 @@ Below is a slightly shortened version of the @code{nndir} back end. (defvoo nndir-get-new-mail nil nil nnml-get-new-mail nnmh-get-new-mail) (defvoo nndir-status-string "" nil nnmh-status-string) -(defconst nndir-version "nndir 1.0") ;;; @r{Interface functions.} |