diff options
Diffstat (limited to 'lisp/cedet/mode-local.el')
-rw-r--r-- | lisp/cedet/mode-local.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/mode-local.el b/lisp/cedet/mode-local.el index 3d2fe45fcb1..50dc3cb7937 100644 --- a/lisp/cedet/mode-local.el +++ b/lisp/cedet/mode-local.el @@ -58,7 +58,7 @@ "Run FUNCTION on every file buffer found. FUNCTION does not have arguments; when it is entered `current-buffer' is the currently selected file buffer. -If optional argument PREDICATE is non nil, only select file buffers +If optional argument PREDICATE is non-nil, only select file buffers for which the function PREDICATE returns non-nil. If optional argument BUFFERS is non-nil, it is a list of buffers to walk through. It defaults to `buffer-list'." |