From 9eefe59d579410698ce41623806a7d1968a7169b Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Sat, 19 Feb 2022 14:48:39 +0100 Subject: [PATCH] Fix a vtable example * doc/misc/vtable.texi (Introduction): Fix example. --- doc/misc/vtable.texi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/misc/vtable.texi b/doc/misc/vtable.texi index 1b0525e78a0..46d038b0752 100644 --- a/doc/misc/vtable.texi +++ b/doc/misc/vtable.texi @@ -181,8 +181,7 @@ Finally, here's an example that uses just about all the features: (:name "Time" :width 10 :primary ascend :direction 'descend) "Name") :objects-function (lambda () - (directory-files "~/pics/redslur/" - t "DSC0000[0-5].JPG")) + (directory-files "/tmp/" t "\\.jpg\\'")) :actions '("RET" find-file) :getter (lambda (object column table) (pcase (vtable-column table column) -- 2.39.5