diff options
author | Glenn Morris <rgm@gnu.org> | 2009-10-01 03:08:03 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-10-01 03:08:03 +0000 |
commit | 2f10955c5892c948fdc35de5e02861a0548e0ddc (patch) | |
tree | 02f43e212b42ee33f874dfa3c77df40926f3078a /lisp/cedet/srecode/srt.el | |
parent | 9ffe3f52feebf9098f98c028e4dfeab3e4b44f92 (diff) | |
download | emacs-2f10955c5892c948fdc35de5e02861a0548e0ddc.tar.gz emacs-2f10955c5892c948fdc35de5e02861a0548e0ddc.tar.bz2 emacs-2f10955c5892c948fdc35de5e02861a0548e0ddc.zip |
Doc/message fixes.
Diffstat (limited to 'lisp/cedet/srecode/srt.el')
-rw-r--r-- | lisp/cedet/srecode/srt.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/srecode/srt.el b/lisp/cedet/srecode/srt.el index 7f438ae5951..9836957d045 100644 --- a/lisp/cedet/srecode/srt.el +++ b/lisp/cedet/srecode/srt.el @@ -33,7 +33,7 @@ "History for `srecode-read-variable-name'.") (defun srecode-read-variable-name (prompt &optional initial hist default) - "Read in the name of a declaired variable in the current SRT file. + "Read in the name of a declared variable in the current SRT file. PROMPT is the prompt to use. INITIAL is the initial string. HIST is the history value, otherwise `srecode-read-variable-name-history' |