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:
parent
4656ce7b84
commit
8728dbdd32
1 changed files with 1 additions and 1 deletions
|
|
@ -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))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue