emacs-diffs
[Top][All Lists]
Advanced

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

scratch/shortdoc f402453: Fix a result


From: Lars Ingebrigtsen
Subject: scratch/shortdoc f402453: Fix a result
Date: Mon, 28 Sep 2020 06:54:18 -0400 (EDT)

branch: scratch/shortdoc
commit f4024532274a11daf775dc243aadf1b1be7c614d
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Fix a result
---
 lisp/emacs-lisp/shortdoc.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/shortdoc.el b/lisp/emacs-lisp/shortdoc.el
index b9cf474..c59ead4 100644
--- a/lisp/emacs-lisp/shortdoc.el
+++ b/lisp/emacs-lisp/shortdoc.el
@@ -280,7 +280,7 @@ There can be any number of :example/:result elements."
    :no-eval* (file-attributes "/tmp"))
   (file-truename
    :no-eval (file-truename "/tmp/foo/bar")
-   :result "/tmp/foo/zot")
+   :eg-result "/tmp/foo/zot")
   (file-chase-links
    :no-eval (file-chase-links "/tmp/foo/bar")
    :eg-result "/tmp/foo/zot")



reply via email to

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