emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/variables.texi,v


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/variables.texi,v
Date: Tue, 18 Jul 2006 00:08:16 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       06/07/18 00:08:15

Index: variables.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/variables.texi,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -b -r1.83 -r1.84
--- variables.texi      17 Jul 2006 20:56:58 -0000      1.83
+++ variables.texi      18 Jul 2006 00:08:15 -0000      1.84
@@ -1096,7 +1096,7 @@
 @end example
 
 @cindex closures not available
-  Some Lisp dialects have ``closures'', objects that are like functions
+  Some Lisp dialects have ``closures,'' objects that are like functions
 but record additional variable bindings.  Emacs Lisp does not have
 closures.
 
@@ -1459,7 +1459,7 @@
 
 @defun kill-all-local-variables
 This function eliminates all the buffer-local variable bindings of the
-current buffer except for variables marked as ``permanent''.  As a
+current buffer except for variables marked as ``permanent.''  As a
 result, the buffer will see the default values of most variables.
 
 This function also resets certain other information pertaining to the




reply via email to

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