diff options
Diffstat (limited to 'lisp/tutorial.el')
| -rw-r--r-- | lisp/tutorial.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/tutorial.el b/lisp/tutorial.el index 456fe5f401e..6ae54f4090c 100644 --- a/lisp/tutorial.el +++ b/lisp/tutorial.el | |||
| @@ -929,7 +929,7 @@ See `get-lang-string' for more information.") | |||
| 929 | In certain places Emacs can replace a string shown to the user with | 929 | In certain places Emacs can replace a string shown to the user with |
| 930 | a language specific string. This function retrieves such strings. | 930 | a language specific string. This function retrieves such strings. |
| 931 | 931 | ||
| 932 | LANG is the language specification. It should be one of those | 932 | LANG is the language specification. It should be one of those |
| 933 | strings that can be returned by `read-language-name'. STRINGID | 933 | strings that can be returned by `read-language-name'. STRINGID |
| 934 | is a symbol that specifies the string to retrieve. | 934 | is a symbol that specifies the string to retrieve. |
| 935 | 935 | ||