# HG changeset patch # User Juanma Barranquero # Date 1162566415 0 # Node ID 07bba73f6bdd22013a2126a1cd7490ed6a3ff348 # Parent b99336492688556894b95ada25bdc054a75beeb2 (expand-pos): Use "non-nil" in docstrings. diff -r b99336492688 -r 07bba73f6bdd lisp/expand.el --- a/lisp/expand.el Fri Nov 03 15:06:26 2006 +0000 +++ b/lisp/expand.el Fri Nov 03 15:06:55 2006 +0000 @@ -296,7 +296,7 @@ (defvar expand-list nil "Temporary variable used by the Expand package.") (defvar expand-pos nil - "If non nil, stores a vector containing markers to positions defined by the last expansion. + "If non-nil, stores a vector containing markers to positions defined by the last expansion. This variable is local to a buffer.") (make-variable-buffer-local 'expand-pos)