emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/objed 179ac60 185/216: Update docs for exit-op


From: Stefan Monnier
Subject: [elpa] externals/objed 179ac60 185/216: Update docs for exit-op
Date: Tue, 8 Jan 2019 12:29:36 -0500 (EST)

branch: externals/objed
commit 179ac609cbf679af7a89ede2661abadbab01eb23
Author: Clemera <address@hidden>
Commit: Clemera <address@hidden>

    Update docs for exit-op
---
 objed.el | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/objed.el b/objed.el
index 313291b..802268b 100644
--- a/objed.el
+++ b/objed.el
@@ -426,9 +426,10 @@ arguments. If the function is able to recieve three 
arguments the
 third argument will be the prefix argument passed to the
 operation.
 
-If EXIT is given it should be a function which is called after
-executing the operation. The function recieves one argument which
-is the string of the textual content the operation acted on.
+If EXIT is given it should be a symbol or function which is
+called after executing the operation. The function recieves one
+argument which is the string of the textual content the operation
+acted on. See `objed-exit-op'.
 
 This macro returns a command that can be used as an `objed'
 operation."



reply via email to

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