Changeset 4210 for trunk/lisp/tutorial.el
- Timestamp:
- 2007年06月02日 09時29分41秒 (1 year ago)
- Files:
-
- trunk/lisp/tutorial.el (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/tutorial.el
r4196 r4210 407 407 bound now (or, if it is remapped, a key sequence 408 408 for the function it is remapped to) 409 REMARK is a list with info about rebinding. It has either of these410 formats:409 REMARK is a list with info about rebinding. It has either of 410 these formats: 411 411 412 412 \(TEXT cua-mode) … … 913 913 (defun get-lang-string (lang stringid &optional no-eng-fallback) 914 914 "Get a language specific string for Emacs. 915 In certain places Emacs can replace a string show ed to the user with a language specific string.916 This function retrieves such strings.917 918 LANG is the language specification. It should be one of those915 In certain places Emacs can replace a string shown to the user with 916 a language specific string. This function retrieves such strings. 917 918 LANG is the language specification. It should be one of those 919 919 strings that can be returned by `read-language-name'. STRINGID 920 920 is a symbol that specifies the string to retrieve. 921 921 922 If no string is found for STRINGID in the cho osen language then922 If no string is found for STRINGID in the chosen language then 923 923 the English string is returned unless NO-ENG-FALLBACK is non-nil. 924 924
