]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-set-attribute): Moved comment into document.
authorAlex Schroeder <alex@gnu.org>
Wed, 18 Jan 2006 22:14:32 +0000 (22:14 +0000)
committerAlex Schroeder <alex@gnu.org>
Wed, 18 Jan 2006 22:14:32 +0000 (22:14 +0000)
lisp/mail/rmail.el

index b5be81c83c3f2e1051bbd6996221e1ee14b8a33d..31f55598ff8cc51eb9b1ab458feef93087c52ea8 100644 (file)
@@ -1878,10 +1878,10 @@ otherwise, show it in full."
          (with-current-buffer rmail-view-buffer
            (setq mode-line-process mlp))))))
 
-;; Turn an attribute of a message on or off according to STATE.
-;; ATTR is the name of the attribute, as a string.
-;; MSGNUM is message number to change; nil means current message.
 (defun rmail-set-attribute (attr state &optional msgnum)
+  "Turn a attribute ATTR of a message on or off according to STATE.
+ATTR is a string, MSGNUM is the optional message number.  By
+default, the current message is changed."
   (save-excursion
     (save-restriction
       (let ((attr-index (rmail-desc-get-attr-index attr)))