summaryrefslogtreecommitdiff
path: root/lisp/speedbar.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2006-11-03 15:07:29 +0000
committerJuanma Barranquero <lekktu@gmail.com>2006-11-03 15:07:29 +0000
commit8728dbdd32172c5647bc9ce57c5ea97e103729c7 (patch)
treec3d57eb7803f31f1bd414fd70ee5bf281c45ca24 /lisp/speedbar.el
parent4656ce7b84bad224c12ed86d9982a0a412ac73d1 (diff)
downloademacs-8728dbdd32172c5647bc9ce57c5ea97e103729c7.tar.gz
(speedbar-generic-list-tag-p): Use "non-nil" in docstrings.
Diffstat (limited to 'lisp/speedbar.el')
-rw-r--r--lisp/speedbar.el2
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))))