comparison 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
comparison
equal deleted inserted replaced
73643:b99336492688 73644:07bba73f6bdd
294 (expand-add-abbrevs table (cdr abbrevs)))) 294 (expand-add-abbrevs table (cdr abbrevs))))
295 295
296 (defvar expand-list nil "Temporary variable used by the Expand package.") 296 (defvar expand-list nil "Temporary variable used by the Expand package.")
297 297
298 (defvar expand-pos nil 298 (defvar expand-pos nil
299 "If non nil, stores a vector containing markers to positions defined by the last expansion. 299 "If non-nil, stores a vector containing markers to positions defined by the last expansion.
300 This variable is local to a buffer.") 300 This variable is local to a buffer.")
301 (make-variable-buffer-local 'expand-pos) 301 (make-variable-buffer-local 'expand-pos)
302 302
303 (defvar expand-index 0 303 (defvar expand-index 0
304 "Index of the last marker used in `expand-pos'. 304 "Index of the last marker used in `expand-pos'.