emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] scratch/rfc-mode e1a255fb59 32/52: Explain the meaning of rfc-m


From: Stefan Monnier
Subject: [nongnu] scratch/rfc-mode e1a255fb59 32/52: Explain the meaning of rfc-mode-use-original-buffer-names better
Date: Wed, 12 Oct 2022 16:29:20 -0400 (EDT)

branch: scratch/rfc-mode
commit e1a255fb59eec25830019fd1904f213b931a5bad
Author: Daniel Martín <mardani29@yahoo.es>
Commit: Daniel Martín <mardani29@yahoo.es>

    Explain the meaning of rfc-mode-use-original-buffer-names better
---
 rfc-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rfc-mode.el b/rfc-mode.el
index 91443b4dac..96641116f6 100644
--- a/rfc-mode.el
+++ b/rfc-mode.el
@@ -74,7 +74,7 @@ Assume RFC documents are named as e.g. rfc21.txt, 
rfc-index.txt."
   :type 'string)
 
 (defcustom rfc-mode-use-original-buffer-names nil
-  "Whether RFC document buffers should keep their original name or not."
+  "Whether RFC document buffers should have the name of the document file 
(e.g. rfc21.txt vs *rfc21*)."
   :type 'boolean)
 
 (defcustom rfc-mode-browser-entry-title-width 60



reply via email to

[Prev in Thread] Current Thread [Next in Thread]