aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-04-24 19:40:23 +0000
committerRichard M. Stallman1997-04-24 19:40:23 +0000
commitf8a5751b065c52a85bd87ac56bc08e082eebc503 (patch)
tree81410fc528f747de11ea1c41e94a76b76804c4d4
parentf788776c22c1deb2fd78378ada00c86e93d91db1 (diff)
downloademacs-f8a5751b065c52a85bd87ac56bc08e082eebc503.tar.gz
emacs-f8a5751b065c52a85bd87ac56bc08e082eebc503.zip
(skeleton-read): Doc fix.
-rw-r--r--lisp/skeleton.el4
1 files changed, 3 insertions, 1 deletions
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
324 324
325(defun skeleton-read (prompt &optional initial-input recursive) 325(defun skeleton-read (prompt &optional initial-input recursive)
326 "Function for reading a string from the minibuffer within skeletons. 326 "Function for reading a string from the minibuffer within skeletons.
327PROMPT may contain a `%s' which will be replaced by `skeleton-subprompt'. 327
328PROMPT must be a string or a form that evaluates to a string.
329It may contain a `%s' which will be replaced by `skeleton-subprompt'.
328If non-`nil' second arg INITIAL-INPUT or variable `input' is a string or 330If non-`nil' second arg INITIAL-INPUT or variable `input' is a string or
329cons with index to insert before reading. If third arg RECURSIVE is non-`nil' 331cons with index to insert before reading. If third arg RECURSIVE is non-`nil'
330i.e. we are handling the iterator of a subskeleton, returns empty string if 332i.e. we are handling the iterator of a subskeleton, returns empty string if