diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2006-11-03 15:07:29 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2006-11-03 15:07:29 +0000 |
commit | 8728dbdd32172c5647bc9ce57c5ea97e103729c7 (patch) | |
tree | c3d57eb7803f31f1bd414fd70ee5bf281c45ca24 /lisp/speedbar.el | |
parent | 4656ce7b84bad224c12ed86d9982a0a412ac73d1 (diff) | |
download | emacs-8728dbdd32172c5647bc9ce57c5ea97e103729c7.tar.gz |
(speedbar-generic-list-tag-p): Use "non-nil" in docstrings.
Diffstat (limited to 'lisp/speedbar.el')
-rw-r--r-- | lisp/speedbar.el | 2 |
1 files changed, 1 insertions, 1 deletions
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)))) |