]> git.eshelyaron.com Git - emacs.git/commitdiff
Doc fix: mode name in local variables needs no suffix
authorStefan Kangas <stefan@marxist.se>
Sun, 26 Sep 2021 09:28:36 +0000 (11:28 +0200)
committerStefan Kangas <stefan@marxist.se>
Sun, 26 Sep 2021 09:37:29 +0000 (11:37 +0200)
* doc/emacs/custom.texi (Specifying File Variables): Clarify that a
mode name does not need the "-mode" suffix.  (Bug#50801)

doc/emacs/custom.texi

index d12033f8413f4a1408fbe224903cec9aae725497..73dfe03898ea9ce5d796caf82855880ac7c1f973 100644 (file)
@@ -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