From: Richard M. Stallman Date: Thu, 24 Apr 1997 19:40:23 +0000 (+0000) Subject: (skeleton-read): Doc fix. X-Git-Tag: emacs-20.1~2393 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f8a5751b065c52a85bd87ac56bc08e082eebc503;p=emacs.git (skeleton-read): Doc fix. --- diff --git a/lisp/skeleton.el b/lisp/skeleton.el index cdfa3f72e49..eb5a17e417d 100644 --- a/lisp/skeleton.el +++ b/lisp/skeleton.el @@ -324,7 +324,9 @@ When done with skeleton, but before going back to `_'-point call (defun skeleton-read (prompt &optional initial-input recursive) "Function for reading a string from the minibuffer within skeletons. -PROMPT may contain a `%s' which will be replaced by `skeleton-subprompt'. + +PROMPT must be a string or a form that evaluates to a string. +It may contain a `%s' which will be replaced by `skeleton-subprompt'. If non-`nil' second arg INITIAL-INPUT or variable `input' is a string or cons with index to insert before reading. If third arg RECURSIVE is non-`nil' i.e. we are handling the iterator of a subskeleton, returns empty string if