# HG changeset patch # User Gerd Moellmann # Date 939766711 0 # Node ID c9e91fc553e689160d0df991047fb5ef762aa661 # Parent 3dc900e0540281e6a1afe22dbac6592c22b0bca7 Doc-string fixes. diff -r 3dc900e05402 -r c9e91fc553e6 lisp/progmodes/ada-stmt.el --- a/lisp/progmodes/ada-stmt.el Tue Oct 12 21:12:16 1999 +0000 +++ b/lisp/progmodes/ada-stmt.el Tue Oct 12 22:18:31 1999 +0000 @@ -2,7 +2,7 @@ ;; Copyright (C) 1987, 1993, 1994, 1996, 1997 Free Software Foundation, Inc. -;; Ada Core Technologies's version: $Revision: 1.10 $ +;; Ada Core Technologies's version: $Revision: 1.1 $ ;; Authors: Daniel Pfeiffer, Markus Heritsch, Rolf Ebert ;; Maintainer: Rolf Ebert @@ -162,15 +162,15 @@ ;;; ---- statement skeletons ------------------------------------------ (define-skeleton ada-array - "Insert array type definition. Uses the minibuffer to prompt -for component type and index subtypes." + "Insert array type definition. +Uses the minibuffer to prompt for component type and index subtypes." () "array (" ("index definition: " str ", " ) -2 ") of " _ ?\;) (define-skeleton ada-case - "Build skeleton case statement, prompting for the selector expression. -Also builds the first when clause." + "Build skeleton case statement. +Prompt for the selector expression. Also builds the first when clause." "[selector expression]: " "case " str " is" \n > "when " ("discrete choice: " str " | ") -3 " =>" \n