emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 3625e6c: Fix documentation changes of connection-lo


From: Eli Zaretskii
Subject: [Emacs-diffs] master 3625e6c: Fix documentation changes of connection-local variables
Date: Mon, 14 Nov 2016 16:13:43 +0000 (UTC)

branch: master
commit 3625e6ce9352942a4db980dd203b590cdaf821df
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    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.
---
 doc/lispref/elisp.texi     |    1 +
 doc/lispref/variables.texi |    4 ++--
 etc/NEWS                   |    4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi
index 4a1e528..708bd9c 100644
--- a/doc/lispref/elisp.texi
+++ b/doc/lispref/elisp.texi
@@ -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.
diff --git a/doc/lispref/variables.texi b/doc/lispref/variables.texi
index 8a17797..4f2274f 100644
--- a/doc/lispref/variables.texi
+++ b/doc/lispref/variables.texi
@@ -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
address@hidden, are applied.  An implicit binding of the classes to the
address@hidden, 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
diff --git a/etc/NEWS b/etc/NEWS
index 2e72fd5..34d64bf 100644
--- a/etc/NEWS
+++ b/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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]