comparison lisp/register.el @ 4932:5986d619b4ca

(jump-to-register): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Mon, 08 Nov 1993 13:14:59 +0000
parents ad035a2d8e26
children d7f922a411f9
comparison
equal deleted inserted replaced
4931:ad035a2d8e26 4932:5986d619b4ca
81 If the register contains a window configuration (one frame) or a frame 81 If the register contains a window configuration (one frame) or a frame
82 configuration (all frames), restore that frame or all frames accordingly. 82 configuration (all frames), restore that frame or all frames accordingly.
83 First argument is a character, naming the register. 83 First argument is a character, naming the register.
84 Optional second arg non-nil (interactively, prefix argument) says to 84 Optional second arg non-nil (interactively, prefix argument) says to
85 delete any existing frames that the frame configuration doesn't mention. 85 delete any existing frames that the frame configuration doesn't mention.
86 \(Otherwise, these frames are made invisible.)" 86 \(Otherwise, these frames are iconified.)"
87 (interactive "cJump to register: \nP") 87 (interactive "cJump to register: \nP")
88 (let ((val (get-register char))) 88 (let ((val (get-register char)))
89 (cond 89 (cond
90 ((and (fboundp 'frame-configuration-p) 90 ((and (fboundp 'frame-configuration-p)
91 (frame-configuration-p val)) 91 (frame-configuration-p val))