Skip to content
Snippets Groups Projects
Commit a6f3cc11 authored by Per Cederqvist's avatar Per Cederqvist
Browse files

Better doc-strings.

parent a26e1642
No related branches found
No related tags found
No related merge requests found
No preview for this file type
No preview for this file type
...@@ -339,8 +339,12 @@ Args: TEXT-STAT TEXT MARK-AS-READ TEXT-NO." ...@@ -339,8 +339,12 @@ Args: TEXT-STAT TEXT MARK-AS-READ TEXT-NO."
(defun lyskom-mark-as-read (text-stat) (defun lyskom-mark-as-read (text-stat)
"Mark a text as read in all conferences that are recipients. "Mark a text as read in all conferences that are recipients.
Tell the server that it is read. This function does not remove Tell the server that it is read.
the text from the internal structures of the client."
Args: TEXT-STAT
This function does not remove the text from the internal structures of
the client. That is done by lyskom-is-read."
(let ((misc-info-list (text-stat->misc-info-list text-stat))) (let ((misc-info-list (text-stat->misc-info-list text-stat)))
(lyskom-traverse (lyskom-traverse
misc-info misc-info-list misc-info misc-info-list
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment