]> git.eshelyaron.com Git - emacs.git/commitdiff
(jump-to-register): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Mon, 8 Nov 1993 13:14:59 +0000 (13:14 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 8 Nov 1993 13:14:59 +0000 (13:14 +0000)
lisp/register.el

index cf8dafae0d985c3353ef394bd7337f27e3578206..34e64bf6ca35a2c4bb17f8c6976b9402f5d76dce 100644 (file)
@@ -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