We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afb2cc2 commit a355b7aCopy full SHA for a355b7a
symex-misc.el
@@ -52,7 +52,11 @@
52
(defvar-local symex--branch-memory nil)
53
(defvar-local symex-eval-function
54
(lambda ()
55
- (error "Symex mode: Lisp flavor not recognized! ")))
+ (error "Symex mode: Lisp flavor not recognized! "))
56
+ "Function to call to evaluate an expression.
57
+
58
+This is dynamically set upon entry to Symex, and may be set according
59
+to major mode or other inferred user context at the time of entry.")
60
61
;;;;;;;;;;;;;;;;;;;;;
62
;;; MISCELLANEOUS ;;;
0 commit comments