changeset 73644:07bba73f6bdd

(expand-pos): Use "non-nil" in docstrings.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 03 Nov 2006 15:06:55 +0000
parents b99336492688
children 4dac62a8a77b
files lisp/expand.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)