diff options
Diffstat (limited to 'lisp/net/newst-ticker.el')
-rw-r--r-- | lisp/net/newst-ticker.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/net/newst-ticker.el b/lisp/net/newst-ticker.el index 93198e3dbad..eb6ff19d5c2 100644 --- a/lisp/net/newst-ticker.el +++ b/lisp/net/newst-ticker.el @@ -23,7 +23,7 @@ ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. ;; ====================================================================== @@ -118,7 +118,7 @@ been added between the last two retrievals." (defcustom newsticker-hide-obsolete-items-in-echo-area t - "Decides whether to show obsolete items items in the ticker. + "Decides whether to show obsolete items in the ticker. If t the echo area will not show obsolete items. See also `newsticker-hide-old-items-in-echo-area'." :type 'boolean |