* doc/misc/newsticker.texi (Usage): Use @key for RET.
This commit is contained in:
parent
170da1ec69
commit
98374c9aeb
3 changed files with 7 additions and 4 deletions
|
|
@ -1,5 +1,7 @@
|
|||
2013-08-07 Xue Fuqiao <xfq.free@gmail.com>
|
||||
|
||||
* newsticker.texi (Usage): Use @key for RET.
|
||||
|
||||
* cl.texi (Argument Lists):
|
||||
(For Clauses):
|
||||
(Macros): Add indexes.
|
||||
|
|
|
|||
|
|
@ -169,9 +169,9 @@ single buffer, called @samp{*newsticker*}. The modeline in the
|
|||
@samp{*newsticker*} buffer informs you whenever new headlines have
|
||||
arrived.
|
||||
@end itemize
|
||||
In both views clicking mouse-button 2 or pressing RET on a headline
|
||||
will call @code{browse-url} to load the corresponding news story in
|
||||
your favorite web browser.
|
||||
In both views clicking mouse-button 2 or pressing @key{RET} on a
|
||||
headline will call @code{browse-url} to load the corresponding news
|
||||
story in your favorite web browser.
|
||||
|
||||
@findex newsticker-start-ticker
|
||||
@findex newsticker-stop-ticker
|
||||
|
|
|
|||
3
etc/TODO
3
etc/TODO
|
|
@ -76,7 +76,8 @@ to use it.
|
|||
** Convert all defvars with leading `*' in the doc-strings into defcustoms
|
||||
of appropriate :type and :group.
|
||||
|
||||
** Remove any leading `*'s from defcustom doc-strings. [done?]
|
||||
** Remove any leading `*'s from defcustom doc-strings.
|
||||
[done?] [A lot of them are in CC Mode.]
|
||||
|
||||
** Remove unnecessary autoload cookies from defcustoms.
|
||||
This needs a bit of care, since often people have become used to
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue