aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2006-11-03 15:06:55 +0000
committerJuanma Barranquero2006-11-03 15:06:55 +0000
commit4656ce7b84bad224c12ed86d9982a0a412ac73d1 (patch)
tree4aaf0b903c4c07da20ef167bc0bd788fbfaeab54
parent10cb6e7b96577bca1aca6b84bfa4c7088c06a3b9 (diff)
downloademacs-4656ce7b84bad224c12ed86d9982a0a412ac73d1.tar.gz
emacs-4656ce7b84bad224c12ed86d9982a0a412ac73d1.zip
(expand-pos): Use "non-nil" in docstrings.
-rw-r--r--lisp/expand.el2
1 files changed, 1 insertions, 1 deletions
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."
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.
300This variable is local to a buffer.") 300This variable is local to a buffer.")
301(make-variable-buffer-local 'expand-pos) 301(make-variable-buffer-local 'expand-pos)
302 302