Skip to content

Commit a355b7a

Browse files
committed
docstring
1 parent afb2cc2 commit a355b7a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

symex-misc.el

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,11 @@
5252
(defvar-local symex--branch-memory nil)
5353
(defvar-local symex-eval-function
5454
(lambda ()
55-
(error "Symex mode: Lisp flavor not recognized! ")))
55+
(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.")
5660

5761
;;;;;;;;;;;;;;;;;;;;;
5862
;;; MISCELLANEOUS ;;;

0 commit comments

Comments
 (0)