From 1564a265b94d793288a0ccb56b76af7c3b7ca411 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 30 Nov 2015 09:00:25 -0800 Subject: [PATCH] Fix font typo in previous doc fix. --- doc/lispref/os.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi index 1e344c02413..5413437c39d 100644 --- a/doc/lispref/os.texi +++ b/doc/lispref/os.texi @@ -2929,7 +2929,7 @@ Emacs takes some effort to protect against misuse of these variables, a security hole can be created merely by a package setting @code{safe-local-variable} too optimistically, a problem that is all too common. To disable this feature for both files and directories, -set @code{enable-local-variables} to nil. +set @code{enable-local-variables} to @code{nil}. @item Access control Although Emacs normally respects access permissions of the underlying -- 2.39.5