diff lisp/expand.el @ 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 3bd95f4f2941
children ddcbd2c1b70d 02cf29720f31
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)