mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Fix documentation changes of connection-local variables
* etc/NEWS: Fix last change. * doc/lispref/variables.texi (Connection Local Variables): Minor fixes. * doc/lispref/elisp.texi (Top): Update the master menu.
This commit is contained in:
parent
6647e05174
commit
3625e6ce93
3 changed files with 5 additions and 4 deletions
|
|
@ -503,6 +503,7 @@ Variables
|
|||
* File Local Variables:: Handling local variable lists in files.
|
||||
* Directory Local Variables:: Local variables common to all files in a
|
||||
directory.
|
||||
* Connection Local Variables:: Local variables common for remote connections.
|
||||
* Variable Aliases:: Variables that are aliases for other variables.
|
||||
* Variables with Restricted Values:: Non-constant variables whose value can
|
||||
@emph{not} be an arbitrary Lisp object.
|
||||
|
|
|
|||
|
|
@ -2001,10 +2001,10 @@ buffers, it could be called by any mode.
|
|||
|
||||
@defmac with-connection-local-classes classes &rest body
|
||||
All connection-local variables, which are specified by a class in
|
||||
@var{CLASSES}, are applied. An implicit binding of the classes to the
|
||||
@var{classes}, are applied. An implicit binding of the classes to the
|
||||
remote connection is enabled.
|
||||
|
||||
After that, @var{BODY} is executed, and the connection-local variables
|
||||
After that, @var{body} is executed, and the connection-local variables
|
||||
are unwound. Example:
|
||||
|
||||
@example
|
||||
|
|
|
|||
4
etc/NEWS
4
etc/NEWS
|
|
@ -225,8 +225,8 @@ See the variable 'dir-locals-file-2' for more information.
|
|||
|
||||
+++
|
||||
** Connection-local variables can be used to specify local variables
|
||||
with a value depending on the connected remote server. For details, see
|
||||
(info "(elisp)Connection Local Variables")
|
||||
with a value depending on the connected remote server. For details,
|
||||
see the node "Connection Local Variables" in the ELisp manual.
|
||||
|
||||
---
|
||||
** International domain names (IDNA) are now encoded via the new
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue