diff options
| -rw-r--r-- | lisp/net/newst-backend.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/newst-backend.el b/lisp/net/newst-backend.el index 7736e29b0da..f67baccda7c 100644 --- a/lisp/net/newst-backend.el +++ b/lisp/net/newst-backend.el | |||
| @@ -196,7 +196,7 @@ RSS or Atom file. The file is retrieved by calling wget, or whatever you | |||
| 196 | specify as `newsticker-wget-name'. | 196 | specify as `newsticker-wget-name'. |
| 197 | 197 | ||
| 198 | URL may also be a function which returns news data. In this case | 198 | URL may also be a function which returns news data. In this case |
| 199 | `newsticker-retrieval-method' etc. are ignored for this feed. | 199 | `newsticker-retrieval-method' etc. are ignored for this feed. |
| 200 | 200 | ||
| 201 | The START-TIME can be either a string, or nil. If it is a string it | 201 | The START-TIME can be either a string, or nil. If it is a string it |
| 202 | specifies a fixed time at which this feed shall be retrieved for the | 202 | specifies a fixed time at which this feed shall be retrieved for the |