aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/tutorial.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/tutorial.el')
-rw-r--r--lisp/tutorial.el2
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.")
929In certain places Emacs can replace a string shown to the user with 929In certain places Emacs can replace a string shown to the user with
930a language specific string. This function retrieves such strings. 930a language specific string. This function retrieves such strings.
931 931
932LANG is the language specification. It should be one of those 932LANG is the language specification. It should be one of those
933strings that can be returned by `read-language-name'. STRINGID 933strings that can be returned by `read-language-name'. STRINGID
934is a symbol that specifies the string to retrieve. 934is a symbol that specifies the string to retrieve.
935 935