aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2011-11-22 23:31:39 -0800
committerGlenn Morris <[email protected]>2011-11-22 23:31:39 -0800
commitf3fe222a8217cdf3a755b0541d1101634939bca6 (patch)
tree7ca73403b441b97cbd743de001515c7b6a67a8cf
parent50419064d4011c6d639633e8a629c6b8f987ee8a (diff)
* lisp/mail/rmail.el (rmail-current-message): Doc fix.
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/mail/rmail.el4
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2c5a7f9d97..5481375929 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
2011-11-23 Glenn Morris <[email protected]>
+ * mail/rmail.el (rmail-current-message): Doc fix.
+
* mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
2011-11-22 Stefan Monnier <[email protected]>
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el
index d69252fa46..6e79c5c82b 100644
--- a/lisp/mail/rmail.el
+++ b/lisp/mail/rmail.el
@@ -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