summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2007-05-16 11:37:01 +0000
committerJuanma Barranquero <lekktu@gmail.com>2007-05-16 11:37:01 +0000
commitdd6708d5cfa50965f30cb0e8acbf7a1d20680ccd (patch)
treeb10c845c49765e40490a819cdb97eb52e9da6b79
parent39d9e44fa78b0db04b0771aa02302c1d7eeefe67 (diff)
downloademacs-dd6708d5cfa50965f30cb0e8acbf7a1d20680ccd.tar.gz
(get-lang-string, tutorial--find-changed-keys): Fix typos in docstrings.
-rw-r--r--lisp/tutorial.el12
1 files changed, 6 insertions, 6 deletions
diff --git a/lisp/tutorial.el b/lisp/tutorial.el
index 8495f1db6d9..4856d178056 100644
--- a/lisp/tutorial.el
+++ b/lisp/tutorial.el
@@ -406,8 +406,8 @@ where
WHERE is a text describing the key sequences to which DEF-FUN is
bound now (or, if it is remapped, a key sequence
for the function it is remapped to)
- REMARK is a list with info about rebinding. It has either of these
- formats:
+ REMARK is a list with info about rebinding. It has either of
+ these formats:
\(TEXT cua-mode)
\(TEXT current-binding KEY-FUN DEF-FUN KEY WHERE)
@@ -912,14 +912,14 @@ See `get-lang-string' for more information.")
(defun get-lang-string (lang stringid &optional no-eng-fallback)
"Get a language specific string for Emacs.
-In certain places Emacs can replace a string showed to the user with a language specific string.
-This function retrieves such strings.
+In certain places Emacs can replace a string shown to the user with
+a language specific string. This function retrieves such strings.
-LANG is the language specification. It should be one of those
+LANG is the language specification. It should be one of those
strings that can be returned by `read-language-name'. STRINGID
is a symbol that specifies the string to retrieve.
-If no string is found for STRINGID in the choosen language then
+If no string is found for STRINGID in the chosen language then
the English string is returned unless NO-ENG-FALLBACK is non-nil.
See `lang-strings' for more information.