Show
Ignore:
Timestamp:
06/02/07 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/simple.el

    r4204 r4210  
    32053205will pop the mark three times. 
    32063206 
    3207 nil means \\[set-mark-command]'s behavior does not change 
     3207A value of nil means \\[set-mark-command]'s behavior does not change 
    32083208after C-u \\[set-mark-command]." 
    32093209  :type 'boolean 
     
    32723272also push LOCATION on the global mark ring. 
    32733273Display `Mark set' unless the optional second arg NOMSG is non-nil. 
    3274 In Transient Mark mode, activate mark if optional third arg ACTIVATE non-nil. 
    32753274 
    32763275Novice Emacs Lisp programmers often try to use the mark for the wrong 
    32773276purposes.  See the documentation of `set-mark' for more information. 
    32783277 
    3279 In Transient Mark mode, this does not activate the mark." 
     3278In Transient Mark mode, activate mark if optional third arg ACTIVATE non-nil." 
    32803279  (unless (null (mark t)) 
    32813280    (setq mark-ring (cons (copy-marker (mark-marker)) mark-ring))