diff options
| author | Glenn Morris | 2014-02-25 13:35:37 -0500 |
|---|---|---|
| committer | Glenn Morris | 2014-02-25 13:35:37 -0500 |
| commit | 05db9ece58e9b79b6432af031a2605b7e8d83ebe (patch) | |
| tree | 6b1f750f95d6c81ea324d2ea2d692d358de7e780 | |
| parent | 7231101775b30eec336c2edebb28dc259cb1d832 (diff) | |
| download | emacs-05db9ece58e9b79b6432af031a2605b7e8d83ebe.tar.gz emacs-05db9ece58e9b79b6432af031a2605b7e8d83ebe.zip | |
* lisp/net/newst-backend.el (newsticker-url-list): Doc whitespace trivia
| -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 |