diff options
author | Eli Zaretskii <eliz@gnu.org> | 2018-01-13 11:45:04 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2018-01-13 11:45:04 +0200 |
commit | 106bf8adc31367465864d3991250109dfa4f4f5c (patch) | |
tree | 94c3d7415fc62d5575c122f3d08e1ec9ea726a13 /doc/lispref | |
parent | 47aa85c7ec3b03c579171b6e6ce62e538f3a5b10 (diff) | |
download | emacs-106bf8adc31367465864d3991250109dfa4f4f5c.tar.gz |
Improve the Emacs manual's "Misc" node
* doc/emacs/misc.texi (Gnus): A more descriptive section name.
(Invoking emacsclient): Mention how to avoid errors when there's
no Emacs server.
(EWW, Embedded WebKit Widgets): Now subsections under
"Hyperlinking and Web Navigation Features".
(Amusements): Add "games" to the section name. Suggested by Alex
Branham <alex.branham@gmail.com> in emacs-manual-bugs@gnu.org.
* doc/emacs/emacs.texi (Top): Adjust the top-level menus to the
above changes.
* doc/lispref/os.texi (Security Considerations): Fix typos.
Diffstat (limited to 'doc/lispref')
-rw-r--r-- | doc/lispref/os.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi index 6315574923f..08544688350 100644 --- a/doc/lispref/os.texi +++ b/doc/lispref/os.texi @@ -3001,10 +3001,10 @@ issues involved, rather than to be a security checklist. @table @asis @item File local variables @cindex file local variables -A file that Emacs visits can contain variable settings that affects +A file that Emacs visits can contain variable settings that affect the buffer visiting that file; @xref{File Local Variables}. Similarly, a directory can specify local variable values common to all -files in that directory; @xref{Directory Local Variables}. Although +files in that directory; see @ref{Directory Local Variables}. Although 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 |