Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
98374c9a
Commit
98374c9a
authored
Aug 07, 2013
by
Xue Fuqiao
Browse files
* doc/misc/newsticker.texi (Usage): Use @key for RET.
parent
170da1ec
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
4 deletions
+7
-4
doc/misc/ChangeLog
doc/misc/ChangeLog
+2
-0
doc/misc/newsticker.texi
doc/misc/newsticker.texi
+3
-3
etc/TODO
etc/TODO
+2
-1
No files found.
doc/misc/ChangeLog
View file @
98374c9a
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.
...
...
doc/misc/newsticker.texi
View file @
98374c9a
...
...
@@ -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
...
...
etc/TODO
View file @
98374c9a
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment