From 5e42aec01008ddebadec0976f870c40531de328d Mon Sep 17 00:00:00 2001 From: Sebastian Kuhnert Date: Mon, 28 Jun 2010 15:58:47 +0000 Subject: update documentation strings --- exercisesheets.el | 5 ++--- 1 file 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" -- cgit v1.2.3