diff options
| author | Stefan Kangas | 2022-09-06 13:44:21 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2022-09-06 13:44:40 +0200 |
| commit | c016014af4e204c2ceca36d91c4f27290d1337aa (patch) | |
| tree | c157b96c428416ff4c5b0ad8d9d6020c42c5e76b | |
| parent | a3d7332d758aca4583a0a6b953a4b383679a6f20 (diff) | |
| download | emacs-c016014af4e204c2ceca36d91c4f27290d1337aa.tar.gz emacs-c016014af4e204c2ceca36d91c4f27290d1337aa.zip | |
; Minor doc fix in gnus.texi
* doc/misc/gnus.texi (Writing New Back Ends): Delete now obsolete
version variable.
| -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. | |||
| 30580 | (defvoo nndir-get-new-mail nil nil nnml-get-new-mail nnmh-get-new-mail) | 30580 | (defvoo nndir-get-new-mail nil nil nnml-get-new-mail nnmh-get-new-mail) |
| 30581 | 30581 | ||
| 30582 | (defvoo nndir-status-string "" nil nnmh-status-string) | 30582 | (defvoo nndir-status-string "" nil nnmh-status-string) |
| 30583 | (defconst nndir-version "nndir 1.0") | ||
| 30584 | 30583 | ||
| 30585 | ;;; @r{Interface functions.} | 30584 | ;;; @r{Interface functions.} |
| 30586 | 30585 | ||