From: Lars Ingebrigtsen Date: Sat, 19 Feb 2022 13:48:39 +0000 (+0100) Subject: Fix a vtable example X-Git-Tag: emacs-29.0.90~2226 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9eefe59d579410698ce41623806a7d1968a7169b;p=emacs.git Fix a vtable example * doc/misc/vtable.texi (Introduction): Fix example. --- 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)