diff options
| author | Glenn Morris | 2011-11-22 23:31:39 -0800 |
|---|---|---|
| committer | Glenn Morris | 2011-11-22 23:31:39 -0800 |
| commit | f3fe222a8217cdf3a755b0541d1101634939bca6 (patch) | |
| tree | 7ca73403b441b97cbd743de001515c7b6a67a8cf /lisp/mail | |
| parent | 50419064d4011c6d639633e8a629c6b8f987ee8a (diff) | |
| download | emacs-f3fe222a8217cdf3a755b0541d1101634939bca6.tar.gz emacs-f3fe222a8217cdf3a755b0541d1101634939bca6.zip | |
* lisp/mail/rmail.el (rmail-current-message): Doc fix.
Diffstat (limited to 'lisp/mail')
| -rw-r--r-- | lisp/mail/rmail.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index d69252fa469..6e79c5c82b1 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.") | |||
| 557 | ;; Message counters and markers. Deleted flags. | 557 | ;; Message counters and markers. Deleted flags. |
| 558 | 558 | ||
| 559 | (defvar rmail-current-message nil | 559 | (defvar rmail-current-message nil |
| 560 | "Integer specifying the message currently being displayed in this folder.") | 560 | "Integer specifying the message currently being displayed in this folder. |
| 561 | Counts messages from 1 to `rmail-total-messages'. A value of 0 | ||
| 562 | means there are no messages in the folder.") | ||
| 561 | (put 'rmail-current-message 'permanent-local t) | 563 | (put 'rmail-current-message 'permanent-local t) |
| 562 | 564 | ||
| 563 | (defvar rmail-total-messages nil | 565 | (defvar rmail-total-messages nil |