projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9991158
)
Fix a vtable example
author
Lars Ingebrigtsen
<larsi@gnus.org>
Sat, 19 Feb 2022 13:48:39 +0000
(14:48 +0100)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Sat, 19 Feb 2022 13:48:39 +0000
(14:48 +0100)
* doc/misc/vtable.texi (Introduction): Fix example.
doc/misc/vtable.texi
patch
|
blob
|
history
diff --git
a/doc/misc/vtable.texi
b/doc/misc/vtable.texi
index 1b0525e78a0f73a6c940f9d01c31016c43ada5c9..46d038b075291f60d19c1dac8e94c13a5b58313d 100644
(file)
--- 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)