diff options
Diffstat (limited to 'exercisesheets.el')
| -rw-r--r-- | exercisesheets.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/exercisesheets.el b/exercisesheets.el index 35af451..099a7a9 100644 --- a/exercisesheets.el +++ b/exercisesheets.el @@ -68,10 +68,9 @@ The result is the string to be used as argument. If the option is skipped, the r (LaTeX-exercisesheets-read-kwopts(nil "{" "}" specs)))) (defun LaTeX-exercisesheets-insert-environment (env &rest args) - "Insert environment ENV considering keyword arguments ARGS. + "Insert environment ENV considering keyword arguments specified by ARGS. -Each entry of ARGS can be a string (a keyword) or a conscell -consisting of keyword and explanation for the user (used in the prompt)." +See `LaTeX-exercisesheets-read-kwopt' for the format of the strings in ARGS." (LaTeX-insert-environment env (LaTeX-exercisesheets-read-kwopts (concat env " environment") "[" "]" args))) (TeX-add-style-hook "exercisesheets" |
