From 8728dbdd32172c5647bc9ce57c5ea97e103729c7 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 3 Nov 2006 15:07:29 +0000 Subject: [PATCH] (speedbar-generic-list-tag-p): Use "non-nil" in docstrings. --- lisp/speedbar.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/speedbar.el b/lisp/speedbar.el index e5ab181e8c6..aa09e018803 100644 --- a/lisp/speedbar.el +++ b/lisp/speedbar.el @@ -2157,7 +2157,7 @@ Groups may optionally contain a position." )))) (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)))) -- 2.39.2