From: Juanma Barranquero Date: Fri, 3 Nov 2006 15:06:55 +0000 (+0000) Subject: (expand-pos): Use "non-nil" in docstrings. X-Git-Tag: emacs-pretest-22.0.91~379 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4656ce7b84bad224c12ed86d9982a0a412ac73d1;p=emacs.git (expand-pos): Use "non-nil" in docstrings. --- diff --git a/lisp/expand.el b/lisp/expand.el index 5d213128ad4..c67ed2cab77 100644 --- a/lisp/expand.el +++ b/lisp/expand.el @@ -296,7 +296,7 @@ If ARG is omitted, point is placed at the end of the expanded text." (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)