emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 9eefe59d57: Fix a vtable example


From: Lars Ingebrigtsen
Subject: master 9eefe59d57: Fix a vtable example
Date: Sat, 19 Feb 2022 08:48:53 -0500 (EST)

branch: master
commit 9eefe59d579410698ce41623806a7d1968a7169b
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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 1b0525e78a..46d038b075 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]