diff options
author | Pavel Janík <Pavel@Janik.cz> | 2002-01-12 21:41:26 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2002-01-12 21:41:26 +0000 |
commit | b9d67a772da09c8055cba87a5e0f5a44a55b4f6f (patch) | |
tree | 41b3f5c12f8093c34a0315609eadfe5ae088660b /lisp/international | |
parent | f30fe18bf9f2ca5ecd250cab41a6711e8e74cede (diff) | |
download | emacs-b9d67a772da09c8055cba87a5e0f5a44a55b4f6f.tar.gz |
Fix typo.
Diffstat (limited to 'lisp/international')
-rw-r--r-- | lisp/international/ogonek.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/international/ogonek.el b/lisp/international/ogonek.el index 6f8a30b8f05..5684abd10c1 100644 --- a/lisp/international/ogonek.el +++ b/lisp/international/ogonek.el @@ -297,7 +297,7 @@ The functions come in the following groups. (defun ogonek-read-encoding (prompt default-name-var) "Read encoding name with completion based on `ogonek-name-encoding-alist'. -Store the name in the the parameter-variable DEFAULT-NAME-VAR. +Store the name in the parameter-variable DEFAULT-NAME-VAR. PROMPT is a string to be shown when the user is asked for a name." (let ((encoding (completing-read |