Show
Ignore:
Timestamp:
2007年06月02日 09時29分41秒 (1 year ago)
Author:
miyoshi
Message:

Sync up with Emacs_22_BASE.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/tutorial.el

    r4196 r4210  
    407407              bound now (or, if it is remapped, a key sequence 
    408408              for the function it is remapped to) 
    409   REMARK      is a list with info about rebinding. It has either of these 
    410               formats: 
     409  REMARK      is a list with info about rebinding. It has either of 
     410              these formats: 
    411411 
    412412                \(TEXT cua-mode) 
     
    913913(defun get-lang-string (lang stringid &optional no-eng-fallback) 
    914914  "Get a language specific string for Emacs. 
    915 In certain places Emacs can replace a string showed 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 those 
     915In certain places Emacs can replace a string shown to the user with 
     916a language specific string.  This function retrieves such strings. 
     917 
     918LANG is the language specification. It should be one of those 
    919919strings that can be returned by `read-language-name'.  STRINGID 
    920920is a symbol that specifies the string to retrieve. 
    921921 
    922 If no string is found for STRINGID in the choosen language then 
     922If no string is found for STRINGID in the chosen language then 
    923923the English string is returned unless NO-ENG-FALLBACK is non-nil. 
    924924