Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
lyskom-elisp-client
lyskom-elisp-client
Commits
f1560739
Commit
f1560739
authored
Oct 26, 2003
by
Per Cederqvist
Browse files
(kom-mark-unread): Fixed typos in doc string.
parent
5f14a985
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/ChangeLog
View file @
f1560739
2003-10-26 Per Cederqvist <ceder@ceder.dyndns.org>
* lyskom-rest.el (kom-mark-unread): Fixed typos in doc string.
2003-10-26 Joel Rosdahl <joel@rosdahl.net>
* commands1.el (lyskom-get-least-used-mark-types-alist): Handle
...
...
src/lyskom-rest.el
View file @
f1560739
...
...
@@ -361,8 +361,8 @@ by design."
(
call-interactively
'kom-mark-unread
nil
))
(
def-kom-command
kom-mark-unread
(
text-no
)
"M
A
ke a single text unread. This command is functional only on servers
that support making text unread."
"M
a
ke a single text unread. This command is functional only on servers
that support making text
s
unread."
(
interactive
(
list
(
lyskom-read-text-no-prefix-arg
'unread-text-q
)))
(
lyskom-format-insert
'marking-text-unread
text-no
)
(
lyskom-report-command-answer
(
lyskom-mark-unread
text-no
)))
...
...
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