1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 08:43:40 -07:00

(speedbar-generic-list-tag-p): Use "non-nil" in docstrings.

This commit is contained in:
Juanma Barranquero 2006-11-03 15:07:29 +00:00
parent 4656ce7b84
commit 8728dbdd32

View file

@ -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))))