From: Richard M. Stallman Date: Mon, 8 Nov 1993 13:14:59 +0000 (+0000) Subject: (jump-to-register): Doc fix. X-Git-Tag: emacs-19.34~10919 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a21d94f9957a594fad022e7d7efedd327c8c5c46;p=emacs.git (jump-to-register): Doc fix. --- diff --git a/lisp/register.el b/lisp/register.el index cf8dafae0d9..34e64bf6ca3 100644 --- a/lisp/register.el +++ b/lisp/register.el @@ -83,7 +83,7 @@ configuration (all frames), restore that frame or all frames accordingly. First argument is a character, naming the register. Optional second arg non-nil (interactively, prefix argument) says to delete any existing frames that the frame configuration doesn't mention. -\(Otherwise, these frames are made invisible.)" +\(Otherwise, these frames are iconified.)" (interactive "cJump to register: \nP") (let ((val (get-register char))) (cond