comparison lisp/cedet/srecode/srt.el @ 105328:2f2bc20297c6

Doc/message fixes.
author Glenn Morris <rgm@gnu.org>
date Thu, 01 Oct 2009 03:08:03 +0000
parents 41dc39934483
children 7f4c7f5c0eba
comparison
equal deleted inserted replaced
105327:dcbb3800a4e1 105328:2f2bc20297c6
31 31
32 (defvar srecode-read-variable-name-history nil 32 (defvar srecode-read-variable-name-history nil
33 "History for `srecode-read-variable-name'.") 33 "History for `srecode-read-variable-name'.")
34 34
35 (defun srecode-read-variable-name (prompt &optional initial hist default) 35 (defun srecode-read-variable-name (prompt &optional initial hist default)
36 "Read in the name of a declaired variable in the current SRT file. 36 "Read in the name of a declared variable in the current SRT file.
37 PROMPT is the prompt to use. 37 PROMPT is the prompt to use.
38 INITIAL is the initial string. 38 INITIAL is the initial string.
39 HIST is the history value, otherwise `srecode-read-variable-name-history' 39 HIST is the history value, otherwise `srecode-read-variable-name-history'
40 is used. 40 is used.
41 DEFAULT is the default if RET is hit." 41 DEFAULT is the default if RET is hit."