emacs-diffs
[Top][All Lists]
Advanced

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

master 6899499 2/2: Doc fix: mode name in local variables needs no suffi


From: Stefan Kangas
Subject: master 6899499 2/2: Doc fix: mode name in local variables needs no suffix
Date: Sun, 26 Sep 2021 05:48:56 -0400 (EDT)

branch: master
commit 68994995db26343a43aa8a526629127279f83278
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    Doc fix: mode name in local variables needs no suffix
    
    * doc/emacs/custom.texi (Specifying File Variables): Clarify that a
    mode name does not need the "-mode" suffix.  (Bug#50801)
---
 doc/emacs/custom.texi | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/doc/emacs/custom.texi b/doc/emacs/custom.texi
index d12033f..73dfe03 100644
--- a/doc/emacs/custom.texi
+++ b/doc/emacs/custom.texi
@@ -1084,8 +1084,9 @@ first line:
 @noindent
 You can specify any number of variable/value pairs in this way, each
 pair with a colon and semicolon.  The special variable/value pair
-@code{mode: @var{modename};}, if present, specifies a major mode.  The
-@var{value}s are used literally, and not evaluated.
+@code{mode: @var{modename};}, if present, specifies a major mode
+(without the ``-mode'' suffix).  The @var{value}s are used literally,
+and not evaluated.
 
 @findex add-file-local-variable-prop-line
 @findex delete-file-local-variable-prop-line



reply via email to

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