# HG changeset patch # User Richard M. Stallman # Date 777275235 0 # Node ID 1e700f1343443fad3b7df4ebb3113e7507f8c4f2 # Parent 5447a2a6972ed7902615a0f58068fdd6af17ae55 (rot13-other-window): Doc fix. diff -r 5447a2a6972e -r 1e700f134344 lisp/rot13.el --- a/lisp/rot13.el Fri Aug 19 05:38:55 1994 +0000 +++ b/lisp/rot13.el Fri Aug 19 05:47:15 1994 +0000 @@ -46,7 +46,8 @@ ;;;###autoload (defun rot13-other-window () - "Display current buffer in rot 13 in another window." + "Display current buffer in rot 13 in another window. +To terminate the rot13 display, delete that window." (interactive) (let ((w (display-buffer (current-buffer) t))) (set-window-display-table w rot13-display-table)))