# HG changeset patch # User Juanma Barranquero # Date 1162566449 0 # Node ID 4dac62a8a77bec0a3febd6502a8d067db34647ca # Parent 07bba73f6bdd22013a2126a1cd7490ed6a3ff348 (speedbar-generic-list-tag-p): Use "non-nil" in docstrings. diff -r 07bba73f6bdd -r 4dac62a8a77b lisp/speedbar.el --- a/lisp/speedbar.el Fri Nov 03 15:06:55 2006 +0000 +++ b/lisp/speedbar.el Fri Nov 03 15:07:29 2006 +0000 @@ -2157,7 +2157,7 @@ )))) (defun speedbar-generic-list-tag-p (sublst) - "Non nil if SUBLST is a tag." + "Non-nil if SUBLST is a tag." (and (stringp (car-safe sublst)) (or (and (number-or-marker-p (cdr-safe sublst)) (not (cdr-safe (cdr-safe sublst))))