mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
Fix font typo in previous doc fix.
This commit is contained in:
parent
f0067611f1
commit
1564a265b9
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue