]> git.eshelyaron.com Git - emacs.git/commitdiff
(skeleton-read): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Thu, 24 Apr 1997 19:40:23 +0000 (19:40 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 24 Apr 1997 19:40:23 +0000 (19:40 +0000)
lisp/skeleton.el

index cdfa3f72e4919f45c744dd3e69788cbc9498c2d2..eb5a17e417df4fcd0324e2d8531eb700d28a416c 100644 (file)
@@ -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