* lisp/mail/rmail.el (rmail-current-message): Doc fix.

This commit is contained in:
Glenn Morris 2011-11-22 23:31:39 -08:00
parent 50419064d4
commit f3fe222a82
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2011-11-23 Glenn Morris <rgm@gnu.org>
* mail/rmail.el (rmail-current-message): Doc fix.
* mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>

View file

@ -557,7 +557,9 @@ In a summary buffer, this holds the RMAIL buffer it is a summary for.")
;; Message counters and markers. Deleted flags.
(defvar rmail-current-message nil
"Integer specifying the message currently being displayed in this folder.")
"Integer specifying the message currently being displayed in this folder.
Counts messages from 1 to `rmail-total-messages'. A value of 0
means there are no messages in the folder.")
(put 'rmail-current-message 'permanent-local t)
(defvar rmail-total-messages nil