mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 08:43:40 -07:00
; Fix example code in nnfeed
* lisp/gnus/nnfeed.el: Backend declaration example was incorrect.
This commit is contained in:
parent
04363f9924
commit
e8ac155004
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@
|
|||
;; (defvoo nnfoo-read-feed-function #'nnfoo--read-feed
|
||||
;; nil nnfeed-read-feed-function)
|
||||
;; ...
|
||||
;; (gnus-declare-backend (symbol-name nnfeed-backend) 'address)
|
||||
;; (gnus-declare-backend (symbol-name nnfeed-backend) 'none 'address)
|
||||
;;
|
||||
;; (provide 'nnfoo)
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue