changeset 17552:605bd9c63821

(skeleton-read): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Thu, 24 Apr 1997 19:40:23 +0000
parents 2738b57e4704
children 1dc9754cbf8e
files lisp/skeleton.el
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/skeleton.el	Thu Apr 24 19:37:13 1997 +0000
+++ b/lisp/skeleton.el	Thu Apr 24 19:40:23 1997 +0000
@@ -324,7 +324,9 @@
 
 (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