comparison lisp/speedbar.el @ 47286:4f937ab8ad22

(speedbar-mode): Fix typos.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 06 Sep 2002 10:11:30 +0000
parents 8b5ff870e329
children 33bcb75e91e8
comparison
equal deleted inserted replaced
47285:d98c0cd6806a 47286:4f937ab8ad22
1213 files which don't have imenu support, but are not expressly ignored. 1213 files which don't have imenu support, but are not expressly ignored.
1214 Files are completely ignored if they match `speedbar-file-unshown-regexp' 1214 Files are completely ignored if they match `speedbar-file-unshown-regexp'
1215 which is generated from `completion-ignored-extensions'. 1215 which is generated from `completion-ignored-extensions'.
1216 1216
1217 Files with a `*' character after their name are files checked out of a 1217 Files with a `*' character after their name are files checked out of a
1218 version control system. (currently only RCS is supported.) New 1218 version control system. (Currently only RCS is supported.) New
1219 version control systems can be added by examining the documentation 1219 version control systems can be added by examining the documentation
1220 for `speedbar-this-file-in-vc' and `speedbar-vc-check-dir-p' 1220 for `speedbar-this-file-in-vc' and `speedbar-vc-check-dir-p'.
1221 1221
1222 Files with a `#' or `!' character after them are source files that 1222 Files with a `#' or `!' character after them are source files that
1223 have an object file associated with them. The `!' indicates that the 1223 have an object file associated with them. The `!' indicates that the
1224 files is out of date. You can control what source/object associations 1224 files is out of date. You can control what source/object associations
1225 exist through the variable `speedbar-obj-alist'. 1225 exist through the variable `speedbar-obj-alist'.